<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[No weather warnings in OpenWeatherForecast]]></title><description><![CDATA[<p dir="auto">Hello,<br />
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?</p>
<p dir="auto">Greetings Jörg</p>
<p dir="auto"><img src="/assets/uploads/files/1701702841664-bildschirmfoto-2023-12-04-um-08.11.37.jpg" alt="Bildschirmfoto 2023-12-04 um 08.11.37.jpg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/topic/18228/no-weather-warnings-in-openweatherforecast</link><generator>RSS for Node</generator><lastBuildDate>Thu, 21 May 2026 10:43:35 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/18228.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 04 Dec 2023 15:14:12 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to No weather warnings in OpenWeatherForecast on Mon, 04 Dec 2023 16:10:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> Looks good now!<br />
Thank you :-)</p>
]]></description><link>https://forum.magicmirror.builders/post/113025</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113025</guid><dc:creator><![CDATA[JoeFranz]]></dc:creator><pubDate>Mon, 04 Dec 2023 16:10:41 GMT</pubDate></item><item><title><![CDATA[Reply to No weather warnings in OpenWeatherForecast on Mon, 04 Dec 2023 15:49:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/joefranz" aria-label="Profile: JoeFranz">@<bdi>JoeFranz</bdi></a> 1… please always config stuff  in code block</p>
<p dir="auto">paste text to editor<br />
blank line able and below<br />
select pasted text<br />
hit button &lt;/&gt;</p>
<p dir="auto">… now… template says</p>
<pre><code>    {% if config.showSummary %}  
      &lt;div class="summary-wrapper small"&gt;
        &lt;div class="summary"&gt;{{ forecast.summary }}&lt;/div&gt;

        {% for alert in forecast.alerts %}
          &lt;div class="weather-alert"&gt;
</code></pre>
<p dir="auto">so,</p>
<pre><code> showSummary: false
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/113023</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113023</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 04 Dec 2023 15:49:10 GMT</pubDate></item><item><title><![CDATA[Reply to No weather warnings in OpenWeatherForecast on Mon, 04 Dec 2023 15:47:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a></p>
<pre><code>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,
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/113021</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113021</guid><dc:creator><![CDATA[JoeFranz]]></dc:creator><pubDate>Mon, 04 Dec 2023 15:47:19 GMT</pubDate></item><item><title><![CDATA[Reply to No weather warnings in OpenWeatherForecast on Mon, 04 Dec 2023 15:45:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/joefranz" aria-label="Profile: JoeFranz">@<bdi>JoeFranz</bdi></a> said in <a href="/post/113019">No weather warnings in OpenWeatherForecast</a>:</p>
<blockquote>
<p dir="auto">The entry in the config.js doesn’t change anything</p>
</blockquote>
<p dir="auto">where in the module config?</p>
<p dir="auto">after</p>
<pre><code>    module: ...
    config:{
</code></pre>
<p dir="auto">right?</p>
<p dir="auto">and I cant read or copy it appears<br />
its really</p>
<pre><code> showExtraCurrentConditions: false,
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/113020</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113020</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 04 Dec 2023 15:45:36 GMT</pubDate></item><item><title><![CDATA[Reply to No weather warnings in OpenWeatherForecast on Mon, 04 Dec 2023 15:42:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> said in <a href="/post/113018">No weather warnings in OpenWeatherForecast</a>:</p>
<blockquote>
<p dir="auto">showExtraConditions: false,</p>
</blockquote>
<p dir="auto">The entry in the config.js doesn’t change anything, the weather warnings are still displayed :-(</p>
]]></description><link>https://forum.magicmirror.builders/post/113019</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113019</guid><dc:creator><![CDATA[JoeFranz]]></dc:creator><pubDate>Mon, 04 Dec 2023 15:42:58 GMT</pubDate></item><item><title><![CDATA[Reply to No weather warnings in OpenWeatherForecast on Mon, 04 Dec 2023 15:33:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/joefranz" aria-label="Profile: JoeFranz">@<bdi>JoeFranz</bdi></a> said in <a href="/post/113017">No weather warnings in OpenWeatherForecast</a>:</p>
<blockquote>
<p dir="auto">MMM-OpenWeatherForecast</p>
</blockquote>
<p dir="auto">maybe</p>
<pre><code>showExtraConditions: false,
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/113018</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113018</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 04 Dec 2023 15:33:49 GMT</pubDate></item></channel></rss>