Read the statement by Michael Teeuw here.
MMM-DWD-WarnWeather - Wetterwarnungen
-
@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'; -
Hi, thank you for your answer.
this is a part of my custom.css
.MMM-DWD-WarnWeather .description {
font-family: Roboto;
margin-left: 10px;
color: white; //white
padding-left: 50px;
padding-top: 3px;
color: #fff; //fff
width: auto;
font-size: 25px;
line-height: 30px;
text-align: left;
}i can make some changes, but not wit all commands.
for example.
if i use
color: red;
nothing changes
when i use
color: #f00; //fff
the color change.
if is try to use
font-size: 10px; line-height: 10px;nothing happens.
What’s wrong?
-
Can this be modified to work in the US?
-
@pugsly
Sure. You have to find an API that gives you the data and you have to modify the module that it works with this data. -
Hy
is there a way to show the warnings for regions in austria? -
-
Yeah i see. But maybe there is someone from austria who did already that changes ;-)
-
Same question here.
Is threre already someone who has made this for the Dutch weather forecast (KNMI waarschuwingen).
I could not find the weather data on the site of the KNMI, so now i start looking how to get that data!
I’am not a programmer but wil give it a try !!! -
Hi,
so this module is showing only warnings. Can it show also the weather from DWD?
Cheers
birdy -
Hello I updated this modul with git pull and npm install.
It workes quit well but now it always say “Ort nicht gefunden”.I checked the map an changed the name to the “DWD-NAME” for my home town.
What I’m doing wrong?
Thanks Daniel
-
@m0bed
I had the same issue.
However, before the update “Region Hannover” worked well.
Now after the update I had to change to “Hannover” without region which shows the weather for the city of Hannover instead of the region.So I guess you DWD-Name must be wrong.
Maybe you might give another city a try, just to check the modul.Greetings.
Mr.Coffee -
@MrCoffee Hello,
thank you for your advise.
I dont know what has happed but let it run for over 24 hours and now it works.
Still after 12h it was showing “ORT NICHT GEFUNDEN”.
But today at the morning it worked as it was supposed.Thank you for support.
Thanks Daniel
-
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
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login