<?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[Does &#x27;weather&#x27; module broadcast the forecasting?]]></title><description><![CDATA[<p dir="auto">As title,<br />
Does <code>weather</code> module broadcast the notification? Old <code>currentweather</code> emitted, but not sure of the new module. Does anyone know?</p>
]]></description><link>https://forum.magicmirror.builders/topic/16694/does-weather-module-broadcast-the-forecasting</link><generator>RSS for Node</generator><lastBuildDate>Thu, 14 May 2026 23:22:06 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/16694.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 25 Apr 2022 17:58:47 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Does &#x27;weather&#x27; module broadcast the forecasting? on Mon, 25 Apr 2022 21:06:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mmrize" aria-label="Profile: MMRIZE">@<bdi>MMRIZE</bdi></a> and not calling the same data provider</p>
]]></description><link>https://forum.magicmirror.builders/post/101478</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/101478</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 25 Apr 2022 21:06:08 GMT</pubDate></item><item><title><![CDATA[Reply to Does &#x27;weather&#x27; module broadcast the forecasting? on Mon, 25 Apr 2022 19:12:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ankonaskiff17" aria-label="Profile: ankonaskiff17">@<bdi>ankonaskiff17</bdi></a><br />
I need weather information (current status or some days forecasting) to be used in my other module. For example, changing the background or colour theme by current weather status.  or registering upcoming weather events on the calendar, etc…<br />
It will be more efficient when the existing weather module data could be accessible instead of implementing another new weather parser for that purpose.</p>
]]></description><link>https://forum.magicmirror.builders/post/101476</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/101476</guid><dc:creator><![CDATA[MMRIZE]]></dc:creator><pubDate>Mon, 25 Apr 2022 19:12:07 GMT</pubDate></item><item><title><![CDATA[Reply to Does &#x27;weather&#x27; module broadcast the forecasting? on Mon, 25 Apr 2022 18:32:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ankonaskiff17" aria-label="Profile: ankonaskiff17">@<bdi>ankonaskiff17</bdi></a> we don’t process alerts like that</p>
<p dir="auto">we get the data, for our display, and then send that out to any module that cares</p>
]]></description><link>https://forum.magicmirror.builders/post/101475</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/101475</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 25 Apr 2022 18:32:50 GMT</pubDate></item><item><title><![CDATA[Reply to Does &#x27;weather&#x27; module broadcast the forecasting? on Mon, 25 Apr 2022 18:26:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mmrize" aria-label="Profile: MMRIZE">@<bdi>MMRIZE</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a>  The <a href="http://weather.gov" target="_blank" rel="noopener noreferrer nofollow ugc">weather.gov</a> API does generate alerts. Now whether you can make that happen in the weather module is well beyond my skill level.<br />
I use the api to generate something similar to a key to generate the current weather and the forecast weather for local area using the MM weather module.</p>
<p dir="auto">See the examples tab   <a href="https://www.weather.gov/documentation/services-web-api" target="_blank" rel="noopener noreferrer nofollow ugc">Weather API</a></p>
]]></description><link>https://forum.magicmirror.builders/post/101474</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/101474</guid><dc:creator><![CDATA[ankonaskiff17]]></dc:creator><pubDate>Mon, 25 Apr 2022 18:26:27 GMT</pubDate></item><item><title><![CDATA[Reply to Does &#x27;weather&#x27; module broadcast the forecasting? on Mon, 25 Apr 2022 18:03:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mmrize" aria-label="Profile: MMRIZE">@<bdi>MMRIZE</bdi></a> looking at code, it only has one sendNotification</p>
<pre><code>	if (this.weatherProvider.currentWeather()) {
			this.sendNotification("CURRENTWEATHER_TYPE", { type: this.weatherProvider.currentWeather().weatherType.replace("-", "_") });
		}
</code></pre>
<p dir="auto">so, I would say no</p>
]]></description><link>https://forum.magicmirror.builders/post/101473</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/101473</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 25 Apr 2022 18:03:05 GMT</pubDate></item></channel></rss>