Read the statement by Michael Teeuw here.
No weather warnings in OpenWeatherForecast
-
Hello,
i hope someone can help me with the MMM-OpenWeatherForecast module. I would like to disable the weather warnings because this will push the other modules down. There is no option for this in config.js. What do I have to change in which file?Greetings Jörg

-
@JoeFranz said in No weather warnings in OpenWeatherForecast:
MMM-OpenWeatherForecast
maybe
showExtraConditions: false, -
@sdetweil said in No weather warnings in OpenWeatherForecast:
showExtraConditions: false,
The entry in the config.js doesn’t change anything, the weather warnings are still displayed :-(
-
@JoeFranz said in No weather warnings in OpenWeatherForecast:
The entry in the config.js doesn’t change anything
where in the module config?
after
module: ... config:{right?
and I cant read or copy it appears
its reallyshowExtraCurrentConditions: false, -
module: "MMM-OpenWeatherForecast", position: "top_right", classes: "default everyone", disabled: false, config: { apikey: "xxxxxxxxxxxxxx", latitude: "52.389870", longitude: "10.852678", iconset: "3c", concise: true, showExtraConditions: false, showCurrentConditions: true, showExtraCurrentConditions: false, forecastHeaderText: "Vorhersage", maxDailiesToShow: 5, showHourlyForecast: false, showUV: false, forecastLayout: "table", useAnimatedIcons: false, animateMainIconOnly: false, -
@JoeFranz 1… please always config stuff in code block
paste text to editor
blank line able and below
select pasted text
hit button </>… now… template says
{% if config.showSummary %} <div class="summary-wrapper small"> <div class="summary">{{ forecast.summary }}</div> {% for alert in forecast.alerts %} <div class="weather-alert">so,
showSummary: false -
@sdetweil Looks good now!
Thank you :-)
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