Graph color in plugin phpWeatherMap

Hello,

I use php WeatherMap plugin and everything works great but when I check graph’s link or device, the windows of my graph is in an ugly purple. What do I need to modify to make it white ?
Just below, you can find a screenshot.
Screenshot

Best regards.

Victor

I’m pretty sure that’s how they are with weathermap

1 Like

I am condemned to stay with this atrocious purple? Or should I go to the PhpwheatherMap forum ?

I find out, you just have to modify the file /opt/librenms/html/plugins/weathermap/overlib.js and change the hex color values :

if (typeof ol_fgcolor=='undefined') var ol_fgcolor="**#FFFFFF**";
if (typeof ol_bgcolor=='undefined') var ol_bgcolor="**#000000**";

thank for replying laf :wink: .