RPi-Monitor icon indicating copy to clipboard operation
RPi-Monitor copied to clipboard

Auto-update statistics / graphs?

Open rsend opened this issue 8 months ago • 1 comments

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...

rsend avatar Apr 01 '25 18:04 rsend

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.

ashrama avatar Apr 25 '25 03:04 ashrama