psa-jforestier
psa-jforestier
You mention [this URL](https://xavierberger.github.io/RPi-Monitor-docs/34_autentication.html#authentication-and-secure-access), but it is about adding Nginx webserver in front of RPi-Monitorto provide https and authent. I did a quick and dirty update directly on RPi-Monitor to...
Hello. I faced the same problem, but you cant remove % without modifying the code, because the % is hardcoded. https://github.com/XavierBerger/RPi-Monitor/blob/d75e752f433ccfd35c1d1ef6482d97691073a6a0/src/usr/share/rpimonitor/web/js/rpimonitor.utils.js#L100
Hello. The RRD graphic do some interpolation with value between two measure. On my side, I did the following to have rounded value : ```` # Be sure the number...
Hello. Can you check what is the date in the /var/log/rpimonitor.log file ? Also, add some verbosity to the log by doing `sudo killall -USR1 rpimonitor` and check the date...
Same here 1.4.0.8 but it is not randomly : When i have several program opened (like a code editor, Word ou Firefox) and SuperPutty with one session, the ALT +...
The refresh time on the website is hardcoded here https://github.com/XavierBerger/RPi-Monitor/blob/2831cfc878a7566c6e5d546fc18fdf0d2bca2053/src/usr/share/rpimonitor/web/js/rpimonitor.status.js#L164 and here https://github.com/XavierBerger/RPi-Monitor/blob/2831cfc878a7566c6e5d546fc18fdf0d2bca2053/src/usr/share/rpimonitor/web/js/rpimonitor.status.js#L174 You have to change it directly on the source code file, or wait for this request to...
look a little like https://github.com/merbanan/rtl_433/issues/2611
If you play with - and + zoom buttons, at a certain time you will find a map. But for sure it is not working well, like if the OpenStreetMap...
Hello. Great tool. I would also be interested if we could have the optional field "emailAddress". It should be mapped to the **E** field in the DN.
Thank you for your comment. If the message window is used only to display data coming from the decoded message, for sure we can't display the arrival time measured on...