Read the statement by Michael Teeuw here.
MMM-DWD-WarnWeather - Wetterwarnungen
-
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