Another dashboard question

PopYaCork@lemm.ee to Selfhosted@lemmy.world – 8 points –

I have a raspberry PI with a 13" screen that I want to use to display statistics of all my servers running on proxmox.

I have an Uptime Kuma service status page and also another page showing some cockpit and netdata stats. I'd like to run these as a full page websites but have the raspberry pi cycle through each web page.

Any idea on how to do this or a better way?

3

You are viewing a single comment

So i had this same requirement 4 years ago. I wrote a small python script that used selenium to open chromium and cycle through tabs https://github.com/RemakingEden/ski-lodge-tv-slideshow/blob/master/skiLodge.py

Don't judge me on my 4 year old code, Im sure that it is awful but it did work then, perhaps you could try something similar?

When it comes to code, I don't judge. I just want shit to work.

You have given me an idea though by just looking at your code. An iFrame and some JavaScript could be used to cycle through the sites :)

Thanks for taking the time to reply.

No worries, i hope it works for you! Perhaps its a worth open source program if its not already created. An electron app that takes urls and a timeout value and then just cycles through.