Hi
I follow the instrunctions presented by @bronco and i get it up and running with the new information widgets, but i encounter the very same promen of missing rrd databses, i look up for the problem on google and find some discusion about the rrd files
here, and reading the code i find a solution:
so just delete the
stat folder wich contains the rrd files
- sudo rm /var/lib/rpimonitor/stats
and restart the rpimonitor
- sudo /etc/init.d/rpimonitor stop
- sudo /etc/init.d/rpimonitor-helper stop
- sudo /etc/init.d/rpimonitor start
- sudo /etc/init.d/rpimonitor-helper start
Or restart the board
The folder and the missing files will be automatically created again.
Hope this helps.
-Logan