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? -