Read the statement by Michael Teeuw here.
MMM-DarkSkyForecast - Yet ANOTHER weather module
-
Minimizing to font size should not be a big thing. If you open the module specific css file you an search for font and play with the values in that section. Note that you need to restart MM after saving the modified css file.
-
-
concise: true,
Hello, Chris,
you can set concise: true. Then wind direction and speed are gone. Unfortunately also with the current weather.My wish would also be that wind direction and wind speed can only be displayed for the current weather. Does anyone know a solution for this?
Greetings
-
-
I hope so, too. Just like on your picture I would configure it for myself.
-
@chris1971
if you just wanna remove the wind in the forecast tile try to add that line in MMM_DarkSkyForecast.css.MMM-DarkSkyForecast .wrapper.tiled .forecast-container .forecast-item .wind-container{ display: none; }
of course it makes sense to remove the existing line before
hope this helps -
-
@j-e-f-f this looks like a null character before some translation…
I think it is caused by this line of code in MMM-DarkSkyForecast.js
animatedIconId: this.config.useAnimatedIcons ? this.getAnimatedIconId() : null,
and I think the template check has failed
{% if forecast.currently.animatedIconId %}
-
-