Unfortunately it’s not possible to edit the opening post… but here’s some new screenshots from the module:
Read the statement by Michael Teeuw here.

Posts
-
RE: Weatherunderground - currently - hourly - daily - configurable
-
RE: WeatherUnderground Alerts
Alerts are added to my module https://forum.magicmirror.builders/topic/128/weatherunderground-currently-hourly-daily-configurable/34
However not as extensive as what you propose… yet :)
-
RE: Weatherunderground - currently - hourly - daily - configurable
Added alerts… When the weatherforecast refreshes, any alerts will be shown using the alert module.
The duration of the alert can be ser by adding
alerttime: 10000
for a 10 second alert.
The wu alertsystem is a bit borked as it has the alert in multiple languages in a single variable.
-
RE: Weatherunderground - currently - hourly - daily - configurable
@jagerpower You can set hourly to 0 in the config. This will remove the hourly forecasts… You can also adjust fcdaycount to the number of days you want to be shown.
-
RE: Weatherunderground - currently - hourly - daily - configurable
@CommanderB Thanks for cleaning up my messes! :)
The icons you seek are in the included weather-icons.css. I do agree you’d expect them in weather-icons-wind.css
However it’s entirely possible that MM uses the one weather-icons included in the vendor dir first. They’re not in that one..wi-wind-beaufort-0:before { content: "\f0b7"; } .wi-wind-beaufort-1:before { content: "\f0b8"; } .wi-wind-beaufort-2:before { content: "\f0b9"; } .wi-wind-beaufort-3:before { content: "\f0ba"; } .wi-wind-beaufort-4:before { content: "\f0bb"; } .wi-wind-beaufort-5:before { content: "\f0bc"; } .wi-wind-beaufort-6:before { content: "\f0bd"; } .wi-wind-beaufort-7:before { content: "\f0be"; } .wi-wind-beaufort-8:before { content: "\f0bf"; } .wi-wind-beaufort-9:before { content: "\f0c0"; } .wi-wind-beaufort-10:before { content: "\f0c1"; } .wi-wind-beaufort-11:before { content: "\f0c2"; } .wi-wind-beaufort-12:before { content: "\f0c3";
-
RE: Weatherunderground - currently - hourly - daily - configurable
@jagerpower try setting pws to ‘pws:IUTRECHT148’ in your config:
pws: 'pws:IUTRECHT148',
-
RE: Weatherunderground - currently - hourly - daily - configurable
@jagerpower Could you omit the loctype ie: IUTRECHT148 without the :loctype:1
-
RE: Weatherunderground - currently - hourly - daily - configurable
@jagerpower Doing a vanilla install… but it’s slow. BEfore you edited your post it showed IUTRECHT148 as your chosen pws… Is that correct? THe wu api returns an error on it.
-
RE: Weatherunderground - currently - hourly - daily - configurable
@jagerpower Anything on F12/console?