I just found this older repository, https://github.com/matematik7/rpi-dashboard , that is a system dashboard for the Pi. It hasn't been updated in years and the author said it should still work. I am going to give it a try but I figured I would ask if anyone has used something else similar? Up to date? Maybe a docker version?
Sample attached.
TIA!
System Dashboard for Raspberry Pi 4?
- Attachments
-
- 2020.08.14-16.21.22-Window.png (100.27 KiB) Viewed 608 times
Re: System Dashboard for Raspberry Pi 4?
Hey, can you update the results as you try them? I'm pretty keen to know.zahroc wrote: ↑Thu Aug 20, 2020 7:21 pmI just found this older repository, https://github.com/matematik7/rpi-dashboard , that is a system dashboard for the Pi. It hasn't been updated in years and the author said it should still work. I am going to give it a try but I figured I would ask if anyone has used something else similar? Up to date? Maybe a docker version?
Sample attached.
TIA!
[moderator removed hidden spamlink, and banned poster]
Last edited by hammersxo on Mon Aug 24, 2020 4:01 pm, edited 1 time in total.
- CaptainMidnight
- Posts: 188
- Joined: Sun Nov 03, 2019 4:32 pm
- Location: UK
Re: System Dashboard for Raspberry Pi 4?
zahroc wrote: ↑Thu Aug 20, 2020 7:21 pmI just found this older repository, https://github.com/matematik7/rpi-dashboard , that is a system dashboard for the Pi. It hasn't been updated in years and the author said it should still work. I am going to give it a try but I figured I would ask if anyone has used something else similar? Up to date? Maybe a docker version?
Sample attached.
TIA!
Have you looked at something like RPi- Monitor ?
https://xavierberger.github.io/RPi-Moni ... tures.html
"Never get out of the boat." Absolutely goddamn right!
Unless you were goin' all the way...
Unless you were goin' all the way...
Re: System Dashboard for Raspberry Pi 4?
Looks promising! I will check it out. Thanks!CaptainMidnight wrote: ↑Fri Aug 21, 2020 1:28 pmzahroc wrote: ↑Thu Aug 20, 2020 7:21 pmI just found this older repository, https://github.com/matematik7/rpi-dashboard , that is a system dashboard for the Pi. It hasn't been updated in years and the author said it should still work. I am going to give it a try but I figured I would ask if anyone has used something else similar? Up to date? Maybe a docker version?
Sample attached.
TIA!
Have you looked at something like RPi- Monitor ?
https://xavierberger.github.io/RPi-Moni ... tures.html
Re: System Dashboard for Raspberry Pi 4?
You may want to check out Conky. It's a little system monitor that sits on your desktop.
Want to run Minecraft Java on your RPi? Easiest way is with Pi-Apps - just click Install.
https://github.com/Botspot/pi-apps
Pi-Apps also includes Zoom, Visual Studio, Tor browser, Windows 10 theme, and 33 more.
Over 50,000 users!
https://github.com/Botspot/pi-apps
Pi-Apps also includes Zoom, Visual Studio, Tor browser, Windows 10 theme, and 33 more.
Over 50,000 users!
Re: System Dashboard for Raspberry Pi 4?
I was about to suggest Conky. The Conky program will appear on the desktop after launching the program. You can install Conky using the command in the terminal:
You can always use the Task Manager to monitor computer resources. Task Manager does not include many computer monitoring features compared to Conky. You can add Panel Applets to the Task Bar to add computer resource monitors to the desktop. To add computer resource monitors to the Task Bar, right click on the Task Bar, and choose Add / Remove Panel Items.
Code: Select all
sudo apt install conky-all
Re: System Dashboard for Raspberry Pi 4?
Thanks for the conky reference. I will check it out. Currently I am running my Pi headless for this project but for connected Pis, conky could be a choice.
Re: System Dashboard for Raspberry Pi 4?
Yeah, if you want to go down that route, don't be surprised when your conky looks terribly ugly. And conky won't start automatically on boot either.
If you want my custom config, and have conky start on boot, the easiest way is with Pi-Apps. (a simple RPi app store I made)
Want to run Minecraft Java on your RPi? Easiest way is with Pi-Apps - just click Install.
https://github.com/Botspot/pi-apps
Pi-Apps also includes Zoom, Visual Studio, Tor browser, Windows 10 theme, and 33 more.
Over 50,000 users!
https://github.com/Botspot/pi-apps
Pi-Apps also includes Zoom, Visual Studio, Tor browser, Windows 10 theme, and 33 more.
Over 50,000 users!