RPi-Monitor
RPi-Monitor copied to clipboard
Auto-update statistics / graphs?
Hi, Is there a way for the statistics page to auto update?
I can't find a mention of this in the documentation. The status page updates work just fine along with my custom value using the "Auto-refresh", but the corresponding graph on the statistics page does not - I have to manually refresh the page...
You could add the following to the /usr/share/rpimonitor/web/index.html header:
<meta http-equiv="refresh" content="(time in seconds)">
Replace (time in seconds) with the number of seconds you want the page to refresh.