<?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[MMM-Weather]]></title><description><![CDATA[<h1>MMM-Weather</h1>
<hr />
<p dir="auto"><img src="https://raw.githubusercontent.com/bugsounet/MMM-Weather/master/logo.png" alt="" class=" img-fluid img-markdown" /></p>
<p dir="auto"><code>MMM-Weather</code> is weather module that displays current, hourly and daily forecast information using data from Open Weather API</p>
<h2>Screenshot</h2>
<p dir="auto"><img src="https://raw.githubusercontent.com/bugsounet/MMM-Weather/master/screenshot.png" alt="" class=" img-fluid img-markdown" /></p>
<h2>Installation, guides and updates</h2>
<p dir="auto">Read the doc in <a href="https://github.com/bugsounet/MMM-Weather/wiki" target="_blank" rel="noopener noreferrer nofollow ugc">wiki</a></p>
<h2>Credits</h2>
<ul>
<li>Author:
<ul>
<li><a class="plugin-mentions-user plugin-mentions-a" href="/user/bugsounet" aria-label="Profile: bugsounet">@<bdi>bugsounet</bdi></a></li>
</ul>
</li>
<li>License: MIT</li>
</ul>
]]></description><link>https://forum.magicmirror.builders/topic/13901/mmm-weather</link><generator>RSS for Node</generator><lastBuildDate>Sun, 09 Aug 2026 08:11:48 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/13901.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 24 Oct 2020 11:30:01 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-Weather on Sat, 11 Feb 2023 15:14:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sil3ntstorm" aria-label="Profile: sil3ntstorm">@<bdi>sil3ntstorm</bdi></a> I do not know. but I would use the developers window to see what style was applied<br />
see<br />
<a href="https://forum.magicmirror.builders/topic/14862/help-with-a-couple-css-issues?_=1676128321280">https://forum.magicmirror.builders/topic/14862/help-with-a-couple-css-issues?_=1676128321280</a></p>
]]></description><link>https://forum.magicmirror.builders/post/107812</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/107812</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 11 Feb 2023 15:14:10 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Weather on Sat, 11 Feb 2023 09:30:05 GMT]]></title><description><![CDATA[<p dir="auto">I only see the sunset, how can I also display the sunrise (I mean the time)?</p>
<p dir="auto">In addition, on days when the sun is shining, I would also have the sun displayed in yellow and not orange.</p>
<p dir="auto"><a href="https://docs.magicmirror.builders/modules/customcss.html" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.magicmirror.builders/modules/customcss.html</a><br />
here it is written that I have the entry</p>
<p dir="auto">.wi-day-sunny {<br />
color: #ffff00;<br />
}</p>
<p dir="auto">in custom css-file in css/custom.css, I did that, restarted Pi afterwards, but the sun is still displayed orange to me. Did I miss something? Can someone help me? My English is not that good, I hope you understand what I want to say :-)</p>
]]></description><link>https://forum.magicmirror.builders/post/107810</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/107810</guid><dc:creator><![CDATA[sil3ntstorm]]></dc:creator><pubDate>Sat, 11 Feb 2023 09:30:05 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Weather on Fri, 04 Dec 2020 12:40:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cr4z33" aria-label="Profile: Cr4z33">@<bdi>Cr4z33</bdi></a> I’ve heard good things about Climacell as well, especially about the IoT technology. Is their free API data option really free? I read somewhere that it is free for up to 30 days. How is your experience so far?</p>
]]></description><link>https://forum.magicmirror.builders/post/85427</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/85427</guid><dc:creator><![CDATA[CharlieScott]]></dc:creator><pubDate>Fri, 04 Dec 2020 12:40:20 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Weather on Wed, 11 Nov 2020 19:02:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bugsounet" aria-label="Profile: Bugsounet">@<bdi>Bugsounet</bdi></a></p>
<pre><code>{  
			/* 2. Modul - Page 1  */
			module: "MMM-Weather",
			position: "top_left",
			configDeepMerge: true,
			config: {
				debug: false,
				updateInterval: "15m", // 15 minutes
				updateFadeSpeed: 500,
				api: {
				  key: "XXXX",
				  latitude: "51.XXX",
                                  longitude: "12.XXX",
				},
				display: {
				  CurrentConditions: true,
				  ExtraCurrentConditions: true,
				  Summary: true,
				  ForecastTableColumnHeaderIcons: true,
				  HourlyForecast: true,
				  DailyForecast: true,
				  Precipitation: true,
				  Wind: true,
				  InlineIcons: true,
				  Feels: true,
				  SunCondition: true,
				  Humidity: true,
				  UV: true,
				  Beaufort: true
				},
				personalize: {
				  hourlyForecastInterval: 3,
				  maxHourliesToShow: 3,
				  maxDailiesToShow: 3,
				  concise: false,
				  colored : true,
				  forecastLayout: "table",
				  forecastHeaderText: ""
				},
				labels: {
				  high: "H",
				  low: "L",
				  timeFormat: "kk[h]"
				}
			  }
		},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/84507</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/84507</guid><dc:creator><![CDATA[CanbiZ]]></dc:creator><pubDate>Wed, 11 Nov 2020 19:02:44 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Weather on Wed, 11 Nov 2020 16:57:56 GMT]]></title><description><![CDATA[<p dir="auto">hi, can you give your module config?</p>
<p dir="auto">Don’t forget to replace your key by ‘XXXX’</p>
]]></description><link>https://forum.magicmirror.builders/post/84500</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/84500</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Wed, 11 Nov 2020 16:57:56 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Weather on Wed, 11 Nov 2020 14:49:28 GMT]]></title><description><![CDATA[<p dir="auto">Hello!</p>
<p dir="auto">I use your plugin. But I always get wrong values (I think in Fahrenheit) in the config.js of MM but “metric” is given, but I can’t get it pulled for your plugin…<br />
Do you have an idea?</p>
]]></description><link>https://forum.magicmirror.builders/post/84493</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/84493</guid><dc:creator><![CDATA[CanbiZ]]></dc:creator><pubDate>Wed, 11 Nov 2020 14:49:28 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Weather on Mon, 02 Nov 2020 18:06:12 GMT]]></title><description><![CDATA[<p dir="auto">actually, it’s not possible, i fetch officials icon of OpenWeather<br />
It’s restricted by OpenWeather.<br />
They don’t want to change it.</p>
<p dir="auto">Sorry guys, when i do a module I query owner of api what can i do :)</p>
<p dir="auto">(After, if you don’t publish it, fork it and do your own)</p>
]]></description><link>https://forum.magicmirror.builders/post/84209</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/84209</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Mon, 02 Nov 2020 18:06:12 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Weather on Mon, 02 Nov 2020 17:56:59 GMT]]></title><description><![CDATA[<p dir="auto">i like this modul very much. Thanks for that !!</p>
<p dir="auto">one question:<br />
is there a possibility to change the icons? maybe animated ?</p>
<p dir="auto">Thanks !</p>
]]></description><link>https://forum.magicmirror.builders/post/84207</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/84207</guid><dc:creator><![CDATA[MC]]></dc:creator><pubDate>Mon, 02 Nov 2020 17:56:59 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Weather on Mon, 02 Nov 2020 05:53:24 GMT]]></title><description><![CDATA[<p dir="auto">great, have it working now, looks great! :)</p>
<p dir="auto">thank you</p>
]]></description><link>https://forum.magicmirror.builders/post/84177</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/84177</guid><dc:creator><![CDATA[banbutcher]]></dc:creator><pubDate>Mon, 02 Nov 2020 05:53:24 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Weather on Sat, 31 Oct 2020 17:37:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/banbutcher" aria-label="Profile: banbutcher">@<bdi>banbutcher</bdi></a> : sure you can ;)</p>
<p dir="auto">the api key is the same as the default weather module</p>
]]></description><link>https://forum.magicmirror.builders/post/84126</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/84126</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Sat, 31 Oct 2020 17:37:51 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Weather on Wed, 28 Oct 2020 03:22:43 GMT]]></title><description><![CDATA[<p dir="auto">do we use the same api key from orignal weather app or new one?</p>
<p dir="auto">thanks</p>
]]></description><link>https://forum.magicmirror.builders/post/84011</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/84011</guid><dc:creator><![CDATA[banbutcher]]></dc:creator><pubDate>Wed, 28 Oct 2020 03:22:43 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Weather on Tue, 27 Oct 2020 18:58:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bugsounet" aria-label="Profile: Bugsounet">@<bdi>Bugsounet</bdi></a> thanks, another excellent module , got this working on my mirror 👍</p>
]]></description><link>https://forum.magicmirror.builders/post/84007</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/84007</guid><dc:creator><![CDATA[JohnBachini]]></dc:creator><pubDate>Tue, 27 Oct 2020 18:58:38 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Weather on Tue, 27 Oct 2020 18:08:15 GMT]]></title><description><![CDATA[<p dir="auto">nope, Api don’t return any info about this … sorry</p>
<blockquote>
<p dir="auto">How far will he stop ? 😀</p>
</blockquote>
<p dir="auto">I don’t stop, and working already around another module !</p>
]]></description><link>https://forum.magicmirror.builders/post/84006</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/84006</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Tue, 27 Oct 2020 18:08:15 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Weather on Tue, 27 Oct 2020 18:04:18 GMT]]></title><description><![CDATA[<p dir="auto">Another wonderful <a class="plugin-mentions-user plugin-mentions-a" href="/user/bugsounet" aria-label="Profile: Bugsounet">@<bdi>Bugsounet</bdi></a>  module…<br />
How far will he stop ? :grinning_face:</p>
<p dir="auto">Does OpenWeather indicate the tides (hours of low and high seas + coefficient?) because that’s the only info I miss</p>
]]></description><link>https://forum.magicmirror.builders/post/84005</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/84005</guid><dc:creator><![CDATA[RIKKO14]]></dc:creator><pubDate>Tue, 27 Oct 2020 18:04:18 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Weather on Tue, 27 Oct 2020 11:31:32 GMT]]></title><description><![CDATA[<p dir="auto">Love the look of this… Cant wait to try it in the morning!  :)</p>
<p dir="auto">thanks <a class="plugin-mentions-user plugin-mentions-a" href="/user/bugsounet" aria-label="Profile: Bugsounet">@<bdi>Bugsounet</bdi></a></p>
]]></description><link>https://forum.magicmirror.builders/post/83997</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/83997</guid><dc:creator><![CDATA[banbutcher]]></dc:creator><pubDate>Tue, 27 Oct 2020 11:31:32 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Weather on Mon, 26 Oct 2020 09:38:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bugsounet" aria-label="Profile: Bugsounet">@<bdi>Bugsounet</bdi></a> will you by chance add the option to choose between different weather data sources?</p>
<p dir="auto">I would love to see this module with <a href="https://www.climacell.co/" target="_blank" rel="noopener noreferrer nofollow ugc">ClimaCell</a> support. :)</p>
<p dir="auto">They are giving APIs for free and are considered what DarkSky was before being acquired by Apple (:thumbs_down_medium_skin_tone:)</p>
]]></description><link>https://forum.magicmirror.builders/post/83967</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/83967</guid><dc:creator><![CDATA[Cr4z33]]></dc:creator><pubDate>Mon, 26 Oct 2020 09:38:51 GMT</pubDate></item></channel></rss>