Weathermap link problem

Hi
I have installed weathermap but there is problem with link.
When I move mouse arrow over the link in the pop up window see the connected graph.
Unfortunatelly the link box not show the current value of the link :frowning:

Any idea ?
Thanks

Make sure you crond.d job is running “/opt/librenms/html/plugins/Weathermap/map-poller.php”

You can try running it manually doing “php /opt/librenms/html/plugins/Weathermap/map-poller.php” and see if the number light up.

after reading other tickets here, try changin:

*/5 * * * * librenms /opt/librenms/html/plugins/Weathermap/map-poller.php >> /dev/null 2>&1

to:

*/5 * * * * librenms php /opt/librenms/html/plugins/Weathermap/map-poller.php >> /dev/null 2>&1

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.