Thomas Th.

Results 22 comments of Thomas Th.

for me the goo.gl link is still working, but points you to the master branch. the rpimonitor.list there is not working anymore. the developerbranch is ok: https://github.com/XavierBerger/RPi-Monitor/tree/develop/src/etc/apt/sources.list.d copy that file...

maybe the author could merge that single file into the master. than the goo.gl links are ok again.

edit this file: /etc/rpimonitor/template/temperature.conf find this line: web.status.1.content.1.line.1=JustGageBar("CPU Temperature", data.soc_temp+"°C", 40, data.soc_temp, 80, 100, 80) to: web.status.1.content.1.line.1=JustGageBar("CPU Temperature", data.soc_temp+"°C", 0, data.soc_temp, 100, 100, 80) https://xavierberger.github.io/RPi-Monitor-docs/24_web.html

don't forget to restart service or complete PI

have you checked Date/Time eg via console?

can try to stop rpimonitor, rename one of the rrd database files and start the service again. (/var/lib/rpimonitor/stat/swap.rrd)

no idea. same size is normal.

maybe you're script is to old. I had also to upgrade my script some month ago. the new version used a module "garth", must be installed as descriped in the...