<?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[Weather module not loading]]></title><description><![CDATA[<p dir="auto">After the DarkSky modules stopped working I decided to switch to the default weather module, but I can’t get it to show.</p>
<p dir="auto">Here is what I have in the config file:</p>
<pre><code>{
            module: "weather",
            position: "top_center",
            header: "Weather",
            config: {
              weatherProvider: "openweathermap",
              type: "forecast",
              locationID: "5089578",
              apikKey: "###",
            },
           
        },
</code></pre>
<p dir="auto">I am not sure why it doesn’t load.</p>
]]></description><link>https://forum.magicmirror.builders/topic/15381/weather-module-not-loading</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Apr 2026 02:53:04 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/15381.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 15 Aug 2021 04:17:32 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Weather module not loading on Sun, 15 Aug 2021 16:34:25 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> I did not notice the 2 ks. That was the problem!</p>
]]></description><link>https://forum.magicmirror.builders/post/93714</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/93714</guid><dc:creator><![CDATA[aunrea]]></dc:creator><pubDate>Sun, 15 Aug 2021 16:34:25 GMT</pubDate></item><item><title><![CDATA[Reply to Weather module not loading on Sun, 15 Aug 2021 15:55:37 GMT]]></title><description><![CDATA[<p dir="auto">note that if u want forecast you need to set the endpoint</p>
<p dir="auto"><a href="https://docs.magicmirror.builders/modules/weather.html#configuration-options" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.magicmirror.builders/modules/weather.html#configuration-options</a>, else it defaults to ‘/weather’</p>
]]></description><link>https://forum.magicmirror.builders/post/93713</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/93713</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 15 Aug 2021 15:55:37 GMT</pubDate></item><item><title><![CDATA[Reply to Weather module not loading on Sun, 15 Aug 2021 15:42:35 GMT]]></title><description><![CDATA[<p dir="auto">I am not sure this is the problem, but why are you using “apikKey”?  My working OpenWeather module uses “appid”.  Also, should it be “apiKey” (with only one “K”)?</p>
<p dir="auto">I am using a config based off an old version, so I looked at the latest config.js.sample from the repo (<a href="https://github.com/MichMich/MagicMirror/blob/master/config/config.js.sample" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MichMich/MagicMirror/blob/master/config/config.js.sample</a> ), and it uses apiKey (with only one “K”).</p>
<pre><code>{
			module: "weather",
			position: "top_right",
			config: {
				weatherProvider: "openweathermap",
				type: "current",
				location: "New York",
				locationID: "5128581", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
				apiKey: "YOUR_OPENWEATHER_API_KEY"
			}
		},
</code></pre>
<p dir="auto">Lastly, if you have just generated your OpenWeather api key, it takes some amount of time (24 hours?) before it will start working.  Hope this helps.</p>
]]></description><link>https://forum.magicmirror.builders/post/93712</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/93712</guid><dc:creator><![CDATA[joey]]></dc:creator><pubDate>Sun, 15 Aug 2021 15:42:35 GMT</pubDate></item><item><title><![CDATA[Reply to Weather module not loading on Sun, 15 Aug 2021 15:26:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/aunrea" aria-label="Profile: aunrea">@<bdi>aunrea</bdi></a> can u show that part of the module config?</p>
]]></description><link>https://forum.magicmirror.builders/post/93711</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/93711</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 15 Aug 2021 15:26:55 GMT</pubDate></item><item><title><![CDATA[Reply to Weather module not loading on Sun, 15 Aug 2021 15:17:54 GMT]]></title><description><![CDATA[<p dir="auto">I have added the load delay but it still isn’t loading.</p>
]]></description><link>https://forum.magicmirror.builders/post/93710</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/93710</guid><dc:creator><![CDATA[aunrea]]></dc:creator><pubDate>Sun, 15 Aug 2021 15:17:54 GMT</pubDate></item><item><title><![CDATA[Reply to Weather module not loading on Sun, 15 Aug 2021 14:12:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/aunrea" aria-label="Profile: aunrea">@<bdi>aunrea</bdi></a> forecast has a problem, the module creates urls inside, and then uses them, but the forecast ones aren’t ready when the request for the forecast comes… SO… it waits til the next refresh time… 10 minutes…</p>
<p dir="auto">set the initialLoadDelay parm to 100</p>
]]></description><link>https://forum.magicmirror.builders/post/93707</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/93707</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 15 Aug 2021 14:12:57 GMT</pubDate></item><item><title><![CDATA[Reply to Weather module not loading on Sun, 15 Aug 2021 13:42:40 GMT]]></title><description><![CDATA[<p dir="auto">Yes, I created an account with openweathermap and generated a apikey which is what I am using.</p>
]]></description><link>https://forum.magicmirror.builders/post/93706</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/93706</guid><dc:creator><![CDATA[aunrea]]></dc:creator><pubDate>Sun, 15 Aug 2021 13:42:40 GMT</pubDate></item><item><title><![CDATA[Reply to Weather module not loading on Sun, 15 Aug 2021 06:00:12 GMT]]></title><description><![CDATA[<p dir="auto">Are you using the open weather key and not Darksky?</p>
]]></description><link>https://forum.magicmirror.builders/post/93703</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/93703</guid><dc:creator><![CDATA[DJBOOB66]]></dc:creator><pubDate>Sun, 15 Aug 2021 06:00:12 GMT</pubDate></item></channel></rss>