<?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 hangs at "Loading..."]]></title><description><![CDATA[<p dir="auto">Regardless of the which provider I chose the “weather” module stops at “Loading…”  the other modules are loading fine.  here is my code:</p>
<pre><code>{
    module: "weather",
    position: "top_right",
    config: {
         weatherProvider: "weathergov",  
         units: "config.units",
         tempUnits: "config.units",
         windUnits: "config.units",
         roundTemp: "true",
         updateInterval: "1000",
         api: "https://api.weather.gov/points/",
         weatherEndpoint: "/forcast",
         lat: "38.9536",
         lon: "-94.7336",
         type: "current"
                 }
 },
</code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/12848/weather-module-hangs-at-loading</link><generator>RSS for Node</generator><lastBuildDate>Fri, 11 Sep 2026 14:06:44 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/12848.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 16 May 2020 14:55:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to "weather" module hangs at "Loading..." on Thu, 21 May 2020 23:17:40 GMT]]></title><description><![CDATA[<p dir="auto">Thanks!</p>
<p dir="auto">I was thinking about that but the documentation indicates where something is required.  I had all of the options added but that didn’t work either.  I am running the Mirror Server.  Would that make a difference?</p>
]]></description><link>https://forum.magicmirror.builders/post/75696</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/75696</guid><dc:creator><![CDATA[goobertek]]></dc:creator><pubDate>Thu, 21 May 2020 23:17:40 GMT</pubDate></item><item><title><![CDATA[Reply to "weather" module hangs at "Loading..." on Thu, 21 May 2020 18:10:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/goobertek" aria-label="Profile: goobertek">@<bdi>goobertek</bdi></a> the doc says there is a whole bunch of options</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></p>
<p dir="auto">that go inside the</p>
<pre><code>config: {

}
</code></pre>
<p dir="auto">section</p>
]]></description><link>https://forum.magicmirror.builders/post/75678</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/75678</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 21 May 2020 18:10:54 GMT</pubDate></item><item><title><![CDATA[Reply to "weather" module hangs at "Loading..." on Thu, 21 May 2020 17:32:20 GMT]]></title><description><![CDATA[<p dir="auto">I think there is something more fundamentally wrong with my config file because I can’t get the default weather config to work.  Here is my config file:</p>
<pre><code>               {
                        module: "weather",
                        position: "top_right",
                        config: {
                                type: 'current'
                                }
                },

</code></pre>
<p dir="auto">It just sits at “Loading”  while all those before and after work fine.  How long should this take to load?</p>
]]></description><link>https://forum.magicmirror.builders/post/75674</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/75674</guid><dc:creator><![CDATA[goobertek]]></dc:creator><pubDate>Thu, 21 May 2020 17:32:20 GMT</pubDate></item><item><title><![CDATA[Reply to "weather" module hangs at "Loading..." on Thu, 21 May 2020 11:55:33 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for the support but I am still getting “Loading…” The only thing I changed was:</p>
<p dir="auto">weatherEndPoint: “/forecast”,</p>
]]></description><link>https://forum.magicmirror.builders/post/75647</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/75647</guid><dc:creator><![CDATA[goobertek]]></dc:creator><pubDate>Thu, 21 May 2020 11:55:33 GMT</pubDate></item><item><title><![CDATA[Reply to "weather" module hangs at "Loading..." on Sat, 16 May 2020 16:51:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/goobertek" aria-label="Profile: goobertek">@<bdi>goobertek</bdi></a> read the readme…</p>
<p dir="auto">you’ve got a typo</p>
<pre><code>weatherEndpoint	The weather.gov API endPoint.

Possible values: /forecast for forecast and /forecast/hourly for current.
This value is REQUIRED
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/75313</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/75313</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 16 May 2020 16:51:03 GMT</pubDate></item><item><title><![CDATA[Reply to "weather" module hangs at "Loading..." on Sat, 16 May 2020 16:47:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/goobertek" aria-label="Profile: goobertek">@<bdi>goobertek</bdi></a> don’t post twice…</p>
<p dir="auto">I deleted the duplicate</p>
]]></description><link>https://forum.magicmirror.builders/post/75310</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/75310</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 16 May 2020 16:47:47 GMT</pubDate></item></channel></rss>