Read the statement by Michael Teeuw here.
MMM-DarkSkyForecast - Yet ANOTHER weather module
-
-
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 %}
-
-
-
@pugsly You can check out the css of the part using the developer’s tools of your browser.
The css properties can then be switched on and off and with that you can find out what is responsible for the space.I would guess your module has become broader due to another module. The forecast part, however, seems to have a fixed width and is aligned left. Then you get an empty space on the right.