Read the statement by Michael Teeuw here.
Weatherunderground - currently - hourly - daily - configurable
-
I see that you are pulling the qpf_allday but in these conditions, I would want to see snow_allday. I would think if snow_allday is >0 it should trump qpf_allday and also display using the units (cm). Not sure how the API looks when we have freezing rain in the forecast. I would assume it shows as rain.
"pop":80, "qpf_allday": { "in": 0.37, "mm": 9 }, "qpf_day": { "in": 0.22, "mm": 6 }, "qpf_night": { "in": 0.15, "mm": 4 }, "snow_allday": { "in": 3.7, "cm": 9.4 }, "snow_day": { "in": 2.4, "cm": 6.1 }, "snow_night": { "in": 1.3, "cm": 3.3 },
-
Also, any way to disable the alert popup completely ?
-
@dialdn This is now implemented… just pull the latest master :)
-
@PointPubMedia You can now disable the popup by adding show_popup: 0 to your config.
-
I’m stilling seeing mm instead of cm when we are having snow… normal ?
-
@PointPubMedia Not really… typo in the code. Fixed now… (hopefully)
-
Working now ;)
-
@RedNax:
@anatius said in Weatherunderground - currently - hourly - daily - configurable:@wjdw87
this.forecastText = this.forecastText.replace(/(.*\d+)(C)(.*)/gi, "$1°C$3");
around line 937 in MMM-WunderGround.js should do the trickdo you have change this also?
-
@ostfilinchen Now i have, and thanks to @anatius for this!
-
@RedNax
Thanks for the great module!
I’ve fairly heavily modified it to my own preferences and soI don’t want to roll to the latest versions. I’m getting alerts that there’s a new version available and would like to not have those alerts displayed as I don’t wish to update and lose my changes. Is there a way to not have the version update alerts but still get the weather-related alerts? I’m not familiar enough with the MM infrastructure to figure this one out.
Thanks again for the great work!
Ren