Read the statement by Michael Teeuw here.
MMM-DWD-WarnWeather - Wetterwarnungen
-
Could you maybe remove the modules header or make it fully configurable or include an option to deactivate it?
Right now I can choose between “Wetterwarnungen” or “Wetterwarnungen: LineBreak Regionname”. The line break is annoying and I want to be able to set my own text.
Modules shouldn’t force a header… -
Hi,
since a short time the DW Warn Weather modul does not load anymore here my config:module: 'MMM-DWD-WarnWeather', position: 'bottom_right', header: '', config: { lat: 51.15667, lng: 7.192478, changeColor: true, minutes: false, displayRegionName: false, interval: 10 * 60 * 1000, // every 10 minutes loadingText: 'Lade DWD ...', noWarningText: 'Keine Warnungen' } },
Always the Message ist “Ort nicht gefunden” und “Lade DWD …”
Any Ideas ?
Thx for feedback
AnF
-
Hi Anf,
after updating the MMM-DWD-WarnWeather Module i had the issues.
I have no Lat & Lng Settings. My Location is --> region --> Stadt Wuppertal.
After Update i change the Region to Wuppertal and it works again.
{ module: "MMM-DWD-WarnWeather", position: "bottom_right", header: "Deutscher Wetterdienst", config: { region: "Wuppertal", longversion: true } },
This is my setting. Maybe it will help you.
Sandy2503
-
Hi Sandy,
yes region: “Wuppertal” works now i struggle beause i have a “ö” in the region and all maskings e.g. oe or o or ö or \oe does not work.
Any ideas ?
Thx for feedback
AnF -
@anf did you got a solution?
i’ve got the same issue about an “ö” in my cities name -
Hallo ich bekomme immer die Meldung das ein Update für das Modul vorliegt…wie kann ich das Modul updaten?
Ich habe es neu Installiert aber das Brachte nichts.Google Translate
Hello I always get the message that there is an update for the module … how can I update the module?
I reinstalled it but it didn’t work. -
to update a module
cd ~/MagicMirror/modules/??? (modulename) git pull if the module has a package.json, it is recommended to also do npm install in the module folder
-
@sdetweil Thank you very much
It worked -
Hi,
thank you for this wonderful MMM. Is there a way to hide the hole module if no warnings are present at the moment? That would give me some needed space on the mirror.
Thank you.
-
@majorc said in MMM-DWD-WarnWeather - Wetterwarnungen:
… Is there a way to hide the hole module if no warnings are present at the moment? …
I would want to have that as well. ;)