<?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[Can I disable weather warnings in MMM-OpenWeatherForecast?]]></title><description><![CDATA[<p dir="auto">The problem is that these warnings that occur in the “current conditions” top section push my daily forecast off the screen bottom.<br />
Example screenshots:<br />
<a href="https://ibb.co/CVM6hvw" target="_blank" rel="noopener noreferrer nofollow ugc">https://ibb.co/CVM6hvw</a><br />
<a href="https://ibb.co/yQZbpD4" target="_blank" rel="noopener noreferrer nofollow ugc">https://ibb.co/yQZbpD4</a></p>
]]></description><link>https://forum.magicmirror.builders/topic/18807/can-i-disable-weather-warnings-in-mmm-openweatherforecast</link><generator>RSS for Node</generator><lastBuildDate>Sat, 06 Jun 2026 23:43:38 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/18807.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 18 Jun 2024 15:18:22 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Can I disable weather warnings in MMM-OpenWeatherForecast? on Wed, 19 Jun 2024 04:05:05 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> for anyone else looking for the specific solution to hide weather alerts, here it is:</p>
<p dir="auto">if you want the summary but not the alerts, you can hide them in your custom css as follows:</p>
<pre><code>.MMM-OpenWeatherForecast .weather-alert {
  display: none;
}
</code></pre>
<p dir="auto">source: <a href="https://forum.magicmirror.builders/topic/14717/mmm-openweatherforecast-replacement-for-mmm-darkskyforecast/34">https://forum.magicmirror.builders/topic/14717/mmm-openweatherforecast-replacement-for-mmm-darkskyforecast/34</a></p>
]]></description><link>https://forum.magicmirror.builders/post/118372</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/118372</guid><dc:creator><![CDATA[atltiger81]]></dc:creator><pubDate>Wed, 19 Jun 2024 04:05:05 GMT</pubDate></item><item><title><![CDATA[Reply to Can I disable weather warnings in MMM-OpenWeatherForecast? on Tue, 18 Jun 2024 17:08:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/atltiger81" aria-label="Profile: atltiger81">@<bdi>atltiger81</bdi></a> I believe there is a property for no warnings…</p>
]]></description><link>https://forum.magicmirror.builders/post/118367</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/118367</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 18 Jun 2024 17:08:18 GMT</pubDate></item></channel></rss>