-
-
Notifications
You must be signed in to change notification settings - Fork 506
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RPI Monitor - Custom Addon Titles cannot be hidden #4995
Comments
similar to the other issue you reported, might be a challenge of RPi-Monitor themselves. |
Yes, please report this upstream, like you did with another issue already: XavierBerger/RPi-Monitor#388 Sadly RPi-Monitor is pretty unmaintained, so I think there won't happen much until someone with JavaScript and perl experience opens an actual PR to fix it. |
seems odd that configuration options in dietpi are organized differently: For example, the DietPi data.conf file only lists the individual includes to configuration files found in the templates folder, which is much cleaner compared to the same file |
Interesting, I wasn't aware that there is an official repository: https://giteduberger.fr/rpimonitor/ |
to clarify my earlier statement re. repository - earlier today I pulled from: here and followed installation instructions, and indeed the data.conf file includes alot of text before the config begins. Just now, I installed from Dietpi software, and the file is concise |
Can you verify that it is v2.12 when following the instruction (installing from official repository)? |
Last lines of the set log shows it was set up as rpimonitor (2.12.-r0) and then shows processing triggers for libc-bin (2.31 -13+rpt2+rpi1) before completed.
Sent from Yahoo Mail on Android
On Sat, Nov 27, 2021 at 4:36 PM, ***@***.***> wrote:
Can you verify that it is v2.12 when following the instruction (installing from official repository)?
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
Okay, then the cleaned up configuration file is part of v2.13. Although I have to say that I generally like config files which contain all available settings and comments to explain them, so one does not need to check documentations elsewhere 😄. But it's fine, good when you like it more the slim way. |
Looks like dietpi dashboard will soon release and thus render rpi monitor as obsolete. I very much enjoy the add-ons component as I hacked the monitor to become a whole home audio command center using squeezelite and my homegrown internet radio app, using the rpi monitor's friends component. Looking forward to using dietpi dashboard, and thanks for your help.
Sent from Yahoo Mail on Android
On Sat, Nov 27, 2021 at 4:49 PM, ***@***.***> wrote:
Okay, then the cleaned up configuration file is part of v2.13. Although I have to say that I generally like config files which contain all available settings and comments to explain them, so one does not need to check documentations elsewhere 😄 . But it's fine, good when you like it more the slim way.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
Required Information
DietPi version |
cat /boot/dietpi/.version
G_DIETPI_VERSION_CORE=7
G_DIETPI_VERSION_SUB=8
G_DIETPI_VERSION_RC=2
G_GITBRANCH='master'
G_GITOWNER='MichaIng'
G_LIVE_PATCH_STATUS[0]='applied'
G_LIVE_PATCH_STATUS[1]='applied'
G_LIVE_PATCH_STATUS[2]='applied'
Distro version |
echo $G_DISTRO_NAME $G_RASPBIAN
buster 1
Kernel version |
uname -a
Linux DietPiQAudio1 5.10.63-v7+ #1459 SMP Wed Oct 6 16:41:10 BST 2021 armv7l GNU/Linux
SBC model |
echo $G_HW_MODEL_NAME
or (EG: RPi3)RPi 3 Model A+ (armv7l)
Power supply used | (EG: 5V 1A RAVpower)
5V 2.54 A
SDcard used | (EG: SanDisk ultra)
Microcenter class 10 - 16gb
Additional Information (if applicable)
Software title | (EG: Nextcloud)
RPI Monitor
Was the software title installed freshly or updated/migrated?
Installed November 15 (Bullseye), updated, bug noticed, Uninstalled 11/25, Reinstalled 11/26
apt-update etc. with no impact on issue.
Can this issue be replicated on a fresh installation of DietPi?
Probably
echo $G_HW_UUID
Steps to reproduce
Software #66
- RPIMonitoraddon page titleby using "web.addons.X.showTitle=0" or web.addons.showTitle=false" in configuration settings.
restart RPIMonitor Service, and using the menu option, select the adjusted addon from the menu. The page
still includes the Addon in the upper left as a page tite, even though it should be hidden.
Expected behaviour
should no longer display custom addon name in upper left corner.
Actual behaviour
The text was updated successfully, but these errors were encountered: