Read the statement by Michael Teeuw here.
MMM-DWD-WarnWeather - Wetterwarnungen
-
It was the latest version when I took the photo. Sadly the weather here is nice and friendly, no warnings at the moment…
Where are the autumn storms when you need them? -
@LukeCodewalker Many thanks for the Firefox fix, awesome.
Now everything is displayed correctly.Regarding the duplicate warnings, you were right, they were displayed twice on the DWD website.
One for the whole region and another one for altitudes above 600m.Great work :-)
-
Hi,
no data is displayed with me. It remains in the state “Warnungen werden geladen…” Region was “Kreis Lippe”
Any ideas or suggestions?
Mark
-
config:
{
module: ‘MMM-DWD-WarnWeather’,
position: ‘top_right’,
header: ‘Wetterwarnungen’,
config: {
region: ‘Kreis Lippe’,
changeColor: true,
interval: 10601000
}
}, -
@MarkAlisch After a restart of the raspi it worked.
-
@MarkAlisch said in MMM-DWD-WarnWeather - Wetterwarnungen:
@MarkAlisch After a restart of the raspi it worked.
This module - like other modules too - uses a node_helper and this requires a reboot of the magicmirror process (or the whole raspberry).
-
@ostfilinchen said in MMM-DWD-WarnWeather - Wetterwarnungen:
I have commented out line 56-60 in MMM-DWD-WarnWeather.js.
Hello,
witch code have you commented out?
please add the sample code.
Thanks
-
@lolobyte in the actual Version of the Module u didn’t need to coment out the lines
-
oh, then tell me please how is it actually possible to increase the text and format the date.
-
@lolobyte
for increasing the text size you have to edit MMM-DWD-Warnweather.css (description class).
to format the date you have to edit lines 84 and 85:var start = moment(this.warnings[i]['start']).format("dd. HH") + ' Uhr'; var end = moment(this.warnings[i]['end']).format("dd. HH") + ' Uhr';