<?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-OpenWeatherMapForecast stuck on Loading....]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I updated my MM with this module and was unable to get it to work, it was just stuck on Loading… so, I tried to revert to the default weather module and same result. Next option was to do a fresh install, so I renamed my MagicMirror folder and installed a clean version and got the default weather module to work with my api key, success. I then reinstalled the OpenWeatherMapForecast module and added the default sample configuration with my api key and it is still stuck on loading, good news is that the default weather module stills works.</p>
<p dir="auto">Any suggestions on what I am doing wrong?</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: "XXXXXXX"
			}
		},
		{
			module: "weather",
			position: "top_right",
			header: "Weather Forecast",
			config: {
				weatherProvider: "openweathermap",
				type: "forecast",
				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: "XXXXXXXXXXXXXXXXXXXX"
			}
		}, 
		
		{
			module: "MMM-OpenWeatherMapForecast",
			header: "Weather",
			position: "top_right",
			classes: "default everyone",
			disabled: false,
			config: {
				apikey: "XXXXXXXXXXXXXXXXXXX",
				latitude: "51.506130",
				longitude: "-0.090270",      
				iconset: "4c",
				concise: false,
				forecastLayout: "table"
			}
		},		
</code></pre>
<p dir="auto">Thanks</p>
]]></description><link>https://forum.magicmirror.builders/topic/17141/mmm-openweathermapforecast-stuck-on-loading</link><generator>RSS for Node</generator><lastBuildDate>Mon, 11 May 2026 06:21:20 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/17141.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 25 Aug 2022 08:01:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-OpenWeatherMapForecast stuck on Loading.... on Sun, 10 Nov 2024 16:27:01 GMT]]></title><description><![CDATA[<p dir="auto">Just changed OS to Bookworm and reinstalled MM, stuck with weather modules loading…<br />
For me, <a class="plugin-mentions-user plugin-mentions-a" href="/user/postb8822" aria-label="Profile: postb8822">@<bdi>postb8822</bdi></a> 's 29th April 2024 suggestion worked just fine, thank you :)</p>
]]></description><link>https://forum.magicmirror.builders/post/121178</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/121178</guid><dc:creator><![CDATA[Richard238]]></dc:creator><pubDate>Sun, 10 Nov 2024 16:27:01 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OpenWeatherMapForecast stuck on Loading.... on Fri, 09 Aug 2024 02:27:01 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><br />
I followed your <a href="https://github.com/sdetweil/MMM-OpenWeatherMapForecast" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/sdetweil/MMM-OpenWeatherMapForecast</a><br />
– Installation –<br />
Navigate into your MagicMirror modules folder and execute:</p>
<h1>git clone <a href="https://github.com/MarcLandis/MMM-OpenWeatherMapForecast.git" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MarcLandis/MMM-OpenWeatherMapForecast.git</a></h1>
<p dir="auto">Enter the new MMM-OpenWeatherMapForecast directory and execute :<br />
#npm install</p>
<p dir="auto">After that updated the code and restarted service:</p>
<h1>Mirror@raspberrypi:~/MagicMirror/modules/MMM-OpenWeatherMapForecast $ sudo vi …/…/config/config.js</h1>
<p dir="auto">…Code below with hiddne API…<br />
{<br />
module: “MMM-OpenWeatherMapForecast”,<br />
header: “Weather”,<br />
position: “top_right”,<br />
classes: “default everyone”,<br />
disabled: false,<br />
config: {<br />
apikey: “XXXXXXXXXXXXXXXXXXX”,<br />
latitude: “47.690900”,<br />
longitude: “43.587770”,<br />
iconset: “4c”,<br />
concise: false,<br />
forecastLayout: “table”,<br />
}<br />
},</p>
<p dir="auto">$ sudo systemctl restart pm2-Mirror.service</p>
<p dir="auto">Getting below error:</p>
<p dir="auto">0|mm     | [2024-08-09 12:10:19.206] [LOG]   [MMM-OpenWeatherMapForecast] 9-Aug-24 12:10 ** ERROR ** null<br />
0|mm     | [2024-08-09 12:15:19.663] [INFO]  Newsfeed-Fetcher: Broadcasting 25 items.<br />
0|mm     | [2024-08-09 12:20:16.801] [LOG]   [MMM-OpenWeatherMapForecast] 9-Aug-24 12:20 ** ERROR ** null</p>
]]></description><link>https://forum.magicmirror.builders/post/119190</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/119190</guid><dc:creator><![CDATA[KK-King]]></dc:creator><pubDate>Fri, 09 Aug 2024 02:27:01 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OpenWeatherMapForecast stuck on Loading.... on Mon, 29 Apr 2024 22:52:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/postb8822" aria-label="Profile: postb8822">@<bdi>postb8822</bdi></a> thanks for the heads up</p>
<p dir="auto">I synched, changed and pushed pr back</p>
]]></description><link>https://forum.magicmirror.builders/post/117403</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/117403</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 29 Apr 2024 22:52:05 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OpenWeatherMapForecast stuck on Loading.... on Mon, 29 Apr 2024 21:49:37 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 appreciate your expertise, that is what got me there, your fork is now 18 publications behind so I think the node_helper.js file that comes with the main install must look a lot different. It contains a call back to the .js file I mentioned, and does not have the url that you can edit in that file any more. Later I also discovered there is a string you can add in the config file that will change that value to 3.0 as well, unfortunate that they made 3.0 incompatible for new users with 2.5, because now the choice is to break all the old installs, or break all the new ones without chasing down this post.</p>
]]></description><link>https://forum.magicmirror.builders/post/117402</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/117402</guid><dc:creator><![CDATA[postb8822]]></dc:creator><pubDate>Mon, 29 Apr 2024 21:49:37 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OpenWeatherMapForecast stuck on Loading.... on Mon, 29 Apr 2024 21:14:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/postb8822" aria-label="Profile: postb8822">@<bdi>postb8822</bdi></a> I have updated my fork</p>
<p dir="auto"><a href="https://github.com/sdetweil/MMM-OpenWeatherMapForecast" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/sdetweil/MMM-OpenWeatherMapForecast</a></p>
<p dir="auto">actually in node_helper.js</p>
]]></description><link>https://forum.magicmirror.builders/post/117401</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/117401</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 29 Apr 2024 21:14:11 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OpenWeatherMapForecast stuck on Loading.... on Mon, 29 Apr 2024 21:08:43 GMT]]></title><description><![CDATA[<p dir="auto">I actually solved this pretty easily after reading all the posts, but not exactly what was posted worked for me.</p>
<p dir="auto">in the MMM-OpenWeatherMapForecast module director, edit the  MMM-OpenWeatherMapForecast.js file.</p>
<p dir="auto">under defaults, change</p>
<p dir="auto">Endpoint:</p>
<p dir="auto">From</p>
<p dir="auto">“<a href="https://api.openweathermap.org/data/2.5/onecall" target="_blank" rel="noopener noreferrer nofollow ugc">https://api.openweathermap.org/data/2.5/onecall</a>”</p>
<p dir="auto">To</p>
<p dir="auto">“<a href="https://api.openweathermap.org/data/3.0/onecall" target="_blank" rel="noopener noreferrer nofollow ugc">https://api.openweathermap.org/data/3.0/onecall</a>”</p>
<p dir="auto">then use an api key created after you subscribed, this last step may or may not be needed, but coincidentally or not, the last api key I made after making the above change was what worked.</p>
]]></description><link>https://forum.magicmirror.builders/post/117400</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/117400</guid><dc:creator><![CDATA[postb8822]]></dc:creator><pubDate>Mon, 29 Apr 2024 21:08:43 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OpenWeatherMapForecast stuck on Loading.... on Tue, 09 Jan 2024 14:45:58 GMT]]></title><description><![CDATA[<p dir="auto">I just got it working after struggling with it myself for quite a while. Currently, only the 3.0 API is available for onecall, while forecast, etc., still uses version 2.5. That’s why the default weather with forecast is still functioning.</p>
<p dir="auto">For the MMM-OpenWeatherMapForecast module, you need to subscribe to the onecall 3.0 API, which is now part of a paid subscription. However, 1000 per month remain free, and you can specify the number of API calls per day allowed in your subscription.</p>
<p dir="auto">In the node_helper.js file of the modules, I updated the API endpoint to the specified 3.0 API from the OpenWeather API: “<a href="https://api.openweathermap.org/data/3.0/onecall" target="_blank" rel="noopener noreferrer nofollow ugc">https://api.openweathermap.org/data/3.0/onecall</a>”.</p>
<p dir="auto">Hint: The activation of the API may take a few minutes. You can check its status by calling the API in a browser. If you haven’t subscribed yet, the error message will indicate “invalid API key.” While it’s getting activated, it will display “bla bla for onecall 3.0, there is a separate subscription… see prices.”</p>
]]></description><link>https://forum.magicmirror.builders/post/114246</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114246</guid><dc:creator><![CDATA[schris88]]></dc:creator><pubDate>Tue, 09 Jan 2024 14:45:58 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OpenWeatherMapForecast stuck on Loading.... on Mon, 09 Oct 2023 18:37:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lemonbrain" aria-label="Profile: LemonBrain">@<bdi>LemonBrain</bdi></a> This is the solution! Thanks! No API 3.0, no apiversions. THIS IS IT! Thank you very much! It took me a week to find this!</p>
]]></description><link>https://forum.magicmirror.builders/post/111502</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/111502</guid><dc:creator><![CDATA[Tomcat1977]]></dc:creator><pubDate>Mon, 09 Oct 2023 18:37:16 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OpenWeatherMapForecast stuck on Loading.... on Wed, 18 Jan 2023 13:58:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/elorand" aria-label="Profile: elorand">@<bdi>elorand</bdi></a><br />
This worked for me. Great work!</p>
]]></description><link>https://forum.magicmirror.builders/post/107387</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/107387</guid><dc:creator><![CDATA[Latch]]></dc:creator><pubDate>Wed, 18 Jan 2023 13:58:31 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OpenWeatherMapForecast stuck on Loading.... on Thu, 19 Jan 2023 15:49:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/anhanyoung" aria-label="Profile: anhanyoung">@<bdi>anhanyoung</bdi></a> I see your key is 3.0, but the code uses 2.5.</p>
<p dir="auto">module needs a new parameter to allow selecting which api group it’s in and use that when constructing the url</p>
]]></description><link>https://forum.magicmirror.builders/post/107127</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/107127</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 19 Jan 2023 15:49:21 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OpenWeatherMapForecast stuck on Loading.... on Mon, 09 Jan 2023 12:51:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/anhanyoung" aria-label="Profile: anhanyoung">@<bdi>anhanyoung</bdi></a> try my version. I fixed a loading bug a while back</p>
<p dir="auto"><a href="https://github.com/sdetweil/MMM-OpenWeatherMapForecast" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/sdetweil/MMM-OpenWeatherMapForecast</a></p>
]]></description><link>https://forum.magicmirror.builders/post/107110</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/107110</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 09 Jan 2023 12:51:18 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OpenWeatherMapForecast stuck on Loading.... on Mon, 09 Jan 2023 07:33:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/elorand" aria-label="Profile: elorand">@<bdi>elorand</bdi></a> Hey man, I know this was a little while ago but I’m struggling with this atm. I subscribed to 3.0 but when I look at my services tab, it’s still showing the free version. When I create an API, it doesn’t seem to work even with editing the node helper to the url you posted. Is there a specific way to generate an API from them with 3.0?</p>
]]></description><link>https://forum.magicmirror.builders/post/107106</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/107106</guid><dc:creator><![CDATA[anhanyoung]]></dc:creator><pubDate>Mon, 09 Jan 2023 07:33:31 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OpenWeatherMapForecast stuck on Loading.... on Sun, 20 Nov 2022 09:20:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yk" aria-label="Profile: yk">@<bdi>yk</bdi></a><br />
Hello!<br />
I use a free subscription. This subscription apparently has a problem with https protocol. Found out by randomly studying the weather server’s response in the browser.</p>
]]></description><link>https://forum.magicmirror.builders/post/105926</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/105926</guid><dc:creator><![CDATA[LemonBrain]]></dc:creator><pubDate>Sun, 20 Nov 2022 09:20:36 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OpenWeatherMapForecast stuck on Loading.... on Sun, 13 Nov 2022 14:10:11 GMT]]></title><description><![CDATA[<p dir="auto">Was there an agreed solution to this one?  Do we need to subscribe separately to the 3.0 API or does the free subscription doable (works with default weather module)?</p>
]]></description><link>https://forum.magicmirror.builders/post/105782</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/105782</guid><dc:creator><![CDATA[yk]]></dc:creator><pubDate>Sun, 13 Nov 2022 14:10:11 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OpenWeatherMapForecast stuck on Loading.... on Fri, 28 Oct 2022 08:07:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ally" aria-label="Profile: ally">@<bdi>ally</bdi></a><br />
Hi!<br />
There was an error “** ERROR ** Error: socket hang up”<br />
This solution helped:<br />
in the module node_helper.js</p>
<pre><code>var url = "https://api.openweathermap.org/data/2.5/onecall" +
</code></pre>
<p dir="auto">replace with</p>
<pre><code>var url = "http://api.openweathermap.org/data/2.5/onecall" +
</code></pre>
<p dir="auto">(https -&gt; http)<br />
and restart the MM2</p>
]]></description><link>https://forum.magicmirror.builders/post/105581</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/105581</guid><dc:creator><![CDATA[LemonBrain]]></dc:creator><pubDate>Fri, 28 Oct 2022 08:07:59 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OpenWeatherMapForecast stuck on Loading.... on Wed, 21 Sep 2022 20:14:50 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></p>
<blockquote>
<p dir="auto">the default weather module still uses 2.5 and it works</p>
</blockquote>
<p dir="auto">at the moment, yes.</p>
<p dir="auto">I looked into their api stuff and onecall v2.5 is not mentioned anymore. The normal endpoints <code>weather</code> and <code>forecast</code> are still on v2.5.</p>
<p dir="auto">Problem: For onecall 3.0 you need a special api key (as already mentioned here) with a subsciption where you have to give your payment data (1000 request free per day, limit is 2000 per day but you can set your limit to 1000 if you want it for free … ).</p>
<p dir="auto">I think we will get problems/questions to this for the default weather module too.</p>
<p dir="auto">So (for default weather module) if you use endpoints <code>weather</code> and <code>forecast</code> and old <code>onecall v2.5</code> everthing works out of the box with old api keys, if someone use new <code>onecall v3.0</code> he needs an api key for 3.0 and has to set <code>apiVersion: "3.0",</code> in the config …</p>
]]></description><link>https://forum.magicmirror.builders/post/104673</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/104673</guid><dc:creator><![CDATA[karsten13]]></dc:creator><pubDate>Wed, 21 Sep 2022 20:14:50 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OpenWeatherMapForecast stuck on Loading.... on Wed, 21 Sep 2022 14:12: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 couldn’t choose the old 2.5 API when I registered as new user to OpenWeatherMap. Therefore I had no other chance than to go with the 3.0 API.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/chief" aria-label="Profile: chief">@<bdi>chief</bdi></a> depending on the API you are subscribed to, you need to edit the node_helper.js (as mentioned in my previous post). After editing you should restart your magicmirror.</p>
]]></description><link>https://forum.magicmirror.builders/post/104667</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/104667</guid><dc:creator><![CDATA[elorand]]></dc:creator><pubDate>Wed, 21 Sep 2022 14:12:25 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OpenWeatherMapForecast stuck on Loading.... on Sun, 18 Sep 2022 22:06:33 GMT]]></title><description><![CDATA[<p dir="auto">Just following up on this thread - I also am on the “free tier” 2.5 API version and when I try to use MMM-OpenWeatherForecast, it is stuck on “Loading”.</p>
<p dir="auto">Any advice?</p>
]]></description><link>https://forum.magicmirror.builders/post/104588</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/104588</guid><dc:creator><![CDATA[chief]]></dc:creator><pubDate>Sun, 18 Sep 2022 22:06:33 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OpenWeatherMapForecast stuck on Loading.... on Thu, 08 Sep 2022 01:21:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/elorand" aria-label="Profile: elorand">@<bdi>elorand</bdi></a> the default weather module still uses 2.5 and it works</p>
]]></description><link>https://forum.magicmirror.builders/post/104321</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/104321</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 08 Sep 2022 01:21:28 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OpenWeatherMapForecast stuck on Loading.... on Wed, 07 Sep 2022 20:19:03 GMT]]></title><description><![CDATA[<p dir="auto">Hey <a class="plugin-mentions-user plugin-mentions-a" href="/user/ally" aria-label="Profile: ally">@<bdi>ally</bdi></a>, I recently ran into the same problem like you.<br />
I followed all instructions given to you from <a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> and finally figured out, what the problem was: openweathermap updated its api to version 3.0!<br />
Even if you have a free subscription (limiting to 1000 api-calls a day, which is fine unless you stay above a refreshrate of every 3 minutes), you need to edit the link in node_helper.js from</p>
<pre><code>var url = "https://api.openweathermap.org/data/2.5/onecall" +
</code></pre>
<p dir="auto">to</p>
<pre><code>var url = "https://api.openweathermap.org/data/3.0/onecall" +
</code></pre>
<p dir="auto">For the free subscription on API-Version 3.0, you need to provide your credit card information, but you can set the maximum of possible API-calls to 1000, so that you will never ever ran into any costs.</p>
]]></description><link>https://forum.magicmirror.builders/post/104319</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/104319</guid><dc:creator><![CDATA[elorand]]></dc:creator><pubDate>Wed, 07 Sep 2022 20:19:03 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OpenWeatherMapForecast stuck on Loading.... on Tue, 30 Aug 2022 22:16:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bassin12" aria-label="Profile: bassin12">@<bdi>bassin12</bdi></a> said in <a href="/post/104022">MMM-OpenWeatherMapForecast stuck on Loading....</a>:</p>
<blockquote>
<p dir="auto">I think I was able to get to the bottom of this, you need to subscribe to the API giving your credit card information, also API 2.5 is deprecated for new users, I entered in contact with Open Weather and they have sent me this information.</p>
<p dir="auto">Hope this helps people in the future.</p>
</blockquote>
<p dir="auto">What service did you subscribe to, as that looks like the only way to enter your credit card info.</p>
<p dir="auto">Ally</p>
]]></description><link>https://forum.magicmirror.builders/post/104036</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/104036</guid><dc:creator><![CDATA[ally]]></dc:creator><pubDate>Tue, 30 Aug 2022 22:16:14 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OpenWeatherMapForecast stuck on Loading.... on Tue, 30 Aug 2022 12:37:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ally" aria-label="Profile: ally">@<bdi>ally</bdi></a> what instructions?</p>
<p dir="auto">unless the author changed the code, nothing will change</p>
]]></description><link>https://forum.magicmirror.builders/post/104025</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/104025</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 30 Aug 2022 12:37:27 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OpenWeatherMapForecast stuck on Loading.... on Tue, 30 Aug 2022 11:26:48 GMT]]></title><description><![CDATA[<p dir="auto">I think I was able to get to the bottom of this, you need to subscribe to the API giving your credit card information, also API 2.5 is deprecated for new users, I entered in contact with Open Weather and they have sent me this information.</p>
<p dir="auto">Hope this helps people in the future.</p>
]]></description><link>https://forum.magicmirror.builders/post/104022</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/104022</guid><dc:creator><![CDATA[bassin12]]></dc:creator><pubDate>Tue, 30 Aug 2022 11:26:48 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OpenWeatherMapForecast stuck on Loading.... on Tue, 30 Aug 2022 10:13:19 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 deleted the MMM-OpenWeatherMapForecast and reinstalled it as per the instructions. Results below, no change.</p>
<pre><code>/home/pi/.pm2/logs/MagicMirror-out.log last 50 lines:
0|MagicMir | [30.08.2022 18:29.44.705] [INFO]  Calendar-Fetcher: Broadcasting 6 events.
0|MagicMir | [30.08.2022 18:32.45.422] [INFO]  Newsfeed-Fetcher: Broadcasting 35 items.
0|MagicMir | [30.08.2022 18:34.45.902] [INFO]  Calendar-Fetcher: Broadcasting 6 events.
0|MagicMir | [30.08.2022 18:37.19.673] [LOG]   [MMM-OpenWeatherMapForecast] 30-Aug-22 18:37 ** ERROR ** null
0|MagicMir | [30.08.2022 18:37.45.605] [INFO]  Newsfeed-Fetcher: Broadcasting 35 items.
0|MagicMir | [30.08.2022 18:39.47.120] [INFO]  Calendar-Fetcher: Broadcasting 6 events.
0|MagicMir | [30.08.2022 18:42.45.793] [INFO]  Newsfeed-Fetcher: Broadcasting 35 items.
0|MagicMir | [30.08.2022 18:44.48.354] [INFO]  Calendar-Fetcher: Broadcasting 6 events.
0|MagicMir | [30.08.2022 18:47.19.775] [LOG]   [MMM-OpenWeatherMapForecast] 30-Aug-22 18:47 ** ERROR ** null
0|MagicMir | [30.08.2022 18:47.45.968] [INFO]  Newsfeed-Fetcher: Broadcasting 35 items.
0|MagicMir | [30.08.2022 18:49.49.561] [INFO]  Calendar-Fetcher: Broadcasting 6 events.
0|MagicMir | [30.08.2022 18:52.46.128] [INFO]  Newsfeed-Fetcher: Broadcasting 35 items.
0|MagicMir | [30.08.2022 18:54.50.794] [INFO]  Calendar-Fetcher: Broadcasting 6 events.
0|MagicMir | [30.08.2022 18:57.19.667] [LOG]   [MMM-OpenWeatherMapForecast] 30-Aug-22 18:57 ** ERROR ** null
0|MagicMir | [30.08.2022 18:57.46.299] [INFO]  Newsfeed-Fetcher: Broadcasting 35 items.
0|MagicMir | [30.08.2022 18:59.52.001] [INFO]  Calendar-Fetcher: Broadcasting 6 events.
0|MagicMir | [30.08.2022 19:02.46.483] [INFO]  Newsfeed-Fetcher: Broadcasting 35 items.
0|MagicMir | [30.08.2022 19:04.53.188] [INFO]  Calendar-Fetcher: Broadcasting 6 events.

</code></pre>
<p dir="auto"><img src="/assets/uploads/files/1661854353391-mm_004.jpg" alt="MM_004.jpg" class=" img-fluid img-markdown" /></p>
<p dir="auto">Am I doing anything wrong?</p>
<p dir="auto">Ally</p>
]]></description><link>https://forum.magicmirror.builders/post/104021</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/104021</guid><dc:creator><![CDATA[ally]]></dc:creator><pubDate>Tue, 30 Aug 2022 10:13:19 GMT</pubDate></item></channel></rss>