Read the statement by Michael Teeuw here.
MMM-DWD-WarnWeather - Wetterwarnungen
-
@killing-joke I have just released a PR that should solve this :-)
There has apparently been a change in naming in the API. -
@lavolp3 - Thanks for the quick reply. I updated the module within the specific folder
~/MagicMirror/modules/MMM-DWD-WarnWeather
withgit pull
without any changes of my problem…
Any other ideas? -
@killing-joke the pull request hasn’t been merged yet. That’s why the problem is not solved yet. Just wait until MM displays a notification that an update is available.
-
@lavolp3, thanks for the quick reply.
Funny thing, it showed an update notification, thats why I pulled the module.
I´ll wait for the next update release. ;-)
Thanks for your reply and effort (incl. programming this awesome module!) -
Module do not work, Error : “Ort nicht gefunden”
The first changes from Yesterday still not work!
-
@Baraka I have already pushed a new pr. There was a tiny but important error in my last one.
you can do me favor in testing it by changing in node_helper.js the term “NAME” to “KURZNAME” in line 52.
That should hopefully work. -
@lavolp3 i have changed it, but did not work with >>> region=‘Frankfurt’,
also tested it with warnCellID . That did also not work. -
@lavolp3 NAME in KURZNAME ändern funktioniert :folded_hands_medium-light_skin_tone:
bei mir hat sich auch der Name der Stadt etwas geändert (CSV Datei)…dann hat alles funktioniert
-
@Baraka can you post your config entry?
-
@lavolp3 look here:
{ module: 'MMM-DWD-WarnWeather', position: 'top_right', header: 'DWD Warnungen', config: { // warnCellID: '106412000', region: 'Frankfurt/Main', changeColor: true, minutes: false, displayRegionName: true, interval: 10 * 60 * 1000, // every 10 minutes loadingText: 'Warnungen werden geladen...', noWarningText: 'Keine Warnungen', severityThreshold: 2 } },