<?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[Version 2.30.0 weather module, stuck loading, worked fine before upgrade]]></title><description><![CDATA[<p dir="auto">Earlier this year(2024), OpenWeather informed us users that they were discontinuing their old 2.5 api version (after 3 years of work)…</p>
<p dir="auto">this requires a new apikey, which requires a credit card backing.<br />
but some number of api requests per day are not charged, (as of 1/1/2025,  1000 api calls per day are ‘free’)</p>
<p dir="auto">see <a href="https://openweathermap.org/guide" target="_blank" rel="noopener noreferrer nofollow ugc">https://openweathermap.org/guide</a></p>
<p dir="auto">anyhow, we changed the module defaults to support the new ‘required’ api</p>
<p dir="auto">other users have mentioned that thye have changed the apiVersion back to 2.5<br />
and set the weatherEndPoint back to /weather and /forecast (as appropriate)</p>
<pre><code>apiVersion:.2.5,
weatherEndpoint:"/weather"
or
weatherEndpoint:"/forecast"
</code></pre>
<p dir="auto">from the MM doc<br />
<img src="/assets/uploads/files/1736635696321-screenshot-at-2025-01-11-16-47-45-resized.png" alt="Screenshot at 2025-01-11 16-47-45.png" class=" img-fluid img-markdown" /><br />
NOTE: as we understand it, at some point in the future, the 2.5 api will stop working at all…  (jan1 , 2024, June 15 , 2024, Oct 14, 2024… who knows)</p>
]]></description><link>https://forum.magicmirror.builders/topic/19323/version-2.30.0-weather-module-stuck-loading-worked-fine-before-upgrade</link><generator>RSS for Node</generator><lastBuildDate>Tue, 10 Mar 2026 06:22:17 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/19323.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 11 Jan 2025 22:49:43 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Version 2.30.0 weather module, stuck loading, worked fine before upgrade on Fri, 17 Oct 2025 11:37:15 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> said in <a href="/post/128620">Version 2.30.0 weather module, stuck loading, worked fine before upgrade</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/assassins" aria-label="Profile: Assassins">@<bdi>Assassins</bdi></a> seems it doesn’t work anymore… using my old 2.5 key I get code failure with openweathermap</p>
</blockquote>
<p dir="auto">Strange, works on my sd card with MM2.29.0 and also works on MMM-DynamicWeather and on MMM-WeatherOrNot with MM2.33.0.<br />
Don’t know why openweathermap doesn’t work with MM2.33.0.<br />
Besides that, it may have something to do with the code in MM2.33.0 that has been rewritten.</p>
]]></description><link>https://forum.magicmirror.builders/post/128621</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/128621</guid><dc:creator><![CDATA[Assassins]]></dc:creator><pubDate>Fri, 17 Oct 2025 11:37:15 GMT</pubDate></item><item><title><![CDATA[Reply to Version 2.30.0 weather module, stuck loading, worked fine before upgrade on Thu, 16 Oct 2025 21:32:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/assassins" aria-label="Profile: Assassins">@<bdi>Assassins</bdi></a> seems it doesn’t work anymore… using my old 2.5 key I get code failure with openweathermap</p>
<p dir="auto">but we changed the sample defaults to a free provider that might work</p>
<pre><code>		{
			module: "weather",
			position: "top_right",
			config: {
				weatherProvider: "openmeteo",
				type: "current",
				lat: 40.776676,
				lon: -73.971321
			}
		},
		{
			module: "weather",
			position: "top_right",
			header: "Weather Forecast",
			config: {
				weatherProvider: "openmeteo",
				type: "forecast",
				lat: 40.776676,
				lon: -73.971321
			}
		}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/128620</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/128620</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 16 Oct 2025 21:32:36 GMT</pubDate></item><item><title><![CDATA[Reply to Version 2.30.0 weather module, stuck loading, worked fine before upgrade on Thu, 16 Oct 2025 20:43:39 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 />
Is the same mate</p>
<pre><code>{
  module: 'weather',
  position: 'bottom_left',
  header: 'Ballerup',
  config: {
    apiVersion: '2.5',
    weatherEndpoint: 'current',    // i have try the forecast to
    location: 'Ballerup',
    locationID: '2624341',
    apiKey: 'xxjljkjsksldjkj3478bjjk',
    showHumidity: true,
    initialLoadDelay: 1500
  }
},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/128619</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/128619</guid><dc:creator><![CDATA[Assassins]]></dc:creator><pubDate>Thu, 16 Oct 2025 20:43:39 GMT</pubDate></item><item><title><![CDATA[Reply to Version 2.30.0 weather module, stuck loading, worked fine before upgrade on Thu, 16 Oct 2025 20:36:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/assassins" aria-label="Profile: Assassins">@<bdi>Assassins</bdi></a> said in <a href="/post/128617">Version 2.30.0 weather module, stuck loading, worked fine before upgrade</a>:</p>
<blockquote>
<p dir="auto">apiBase: ‘<a href="https://api.openweathermap.org/data/" target="_blank" rel="noopener noreferrer nofollow ugc">https://api.openweathermap.org/data/</a>’,<br />
weatherEndpoint: ‘/no’,</p>
</blockquote>
<p dir="auto">no apiBase, that didn’t change</p>
<p dir="auto">the weatherEndpoint is either “current” OR “forecast”</p>
<p dir="auto">I originally gave them to you with leading / , so my comment was without the / (no /)</p>
]]></description><link>https://forum.magicmirror.builders/post/128618</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/128618</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 16 Oct 2025 20:36:15 GMT</pubDate></item><item><title><![CDATA[Reply to Version 2.30.0 weather module, stuck loading, worked fine before upgrade on Thu, 16 Oct 2025 20:34:49 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 />
This is the same, can only see the header.<br />
Is work yesterday on MM 2.29.0</p>
<pre><code>{
  module: 'weather',
  position: 'bottom_left',
  header: 'Ballerup',
  config: {
    apiVersion: '2.5',
   apiBase: 'https://api.openweathermap.org/data/',
    weatherEndpoint: '/no',
    location: 'Ballerup',
    locationID: '2624341',
    apiKey: 'BBnjsdnsdfnsdj8789dsfjsdnfnXX',
    showHumidity: true,
    initialLoadDelay: 1500
  }
},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/128617</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/128617</guid><dc:creator><![CDATA[Assassins]]></dc:creator><pubDate>Thu, 16 Oct 2025 20:34:49 GMT</pubDate></item><item><title><![CDATA[Reply to Version 2.30.0 weather module, stuck loading, worked fine before upgrade on Thu, 16 Oct 2025 20:28:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/assassins" aria-label="Profile: Assassins">@<bdi>Assassins</bdi></a></p>
<p dir="auto">sorry</p>
<p dir="auto">weatherEndpoint:  “current” or 'forecast" , no /</p>
<p dir="auto">also, the old api use location or locationID, not lat/lon<br />
and I see you can’t look them up anymore on OWM site</p>
<p dir="auto">here is from the old doc</p>
<pre><code>locationID	Location ID from OpenWeatherMap This will override anything you put in location.

Leave blank if you want to use location. &lt;------=======

Example: 1234567
Default value: false

Note: When the location and locationID are both not set, the location will be based on the information provided by the calendar module. The first upcoming event with location data will be used.

======================================================================
location	The location used for weather information.

Example: 'Amsterdam,Netherlands'
Default value: false

Note: When the location and locationID are both not set, the location will be based on the information provided by the calendar module. The first upcoming event with location data will be used.
</code></pre>
<p dir="auto">so it ‘seems’ that location by itself would do it.</p>
]]></description><link>https://forum.magicmirror.builders/post/128616</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/128616</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 16 Oct 2025 20:28:09 GMT</pubDate></item><item><title><![CDATA[Reply to Version 2.30.0 weather module, stuck loading, worked fine before upgrade on Thu, 16 Oct 2025 20:17:34 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 can only see the header now, where is write Ballerup</p>
<pre><code>{
  module: 'weather',
  position: 'bottom_left',
  header: 'Ballerup',
  config: {
    apiVersion: "2.5",
    weatherEndpoint: "/current",
     lat: "55.7317",
     lon: "12.3633",
     apiKey: "xxxxx765xxxx98xxxjhx888"
   }
},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/128615</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/128615</guid><dc:creator><![CDATA[Assassins]]></dc:creator><pubDate>Thu, 16 Oct 2025 20:17:34 GMT</pubDate></item><item><title><![CDATA[Reply to Version 2.30.0 weather module, stuck loading, worked fine before upgrade on Thu, 16 Oct 2025 20:28:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/assassins" aria-label="Profile: Assassins">@<bdi>Assassins</bdi></a> you cannot get  V3  apikey  from open weather without providing a credit card.<br />
they don’t charge unless you go over 1000/request per day.</p>
<p dir="auto">now, you CAN make 2.5 work (if they still accept api requests they keep telling us they are going to do (have done!!))  just be warned that they can/will end this function sometime…</p>
<p dir="auto">in the module config section<br />
apiKey:  2.5_key<br />
apiVersion: 2.5</p>
<p dir="auto">and</p>
<p dir="auto">weatherEndpoint:  “current” OR “forecast”</p>
<p dir="auto">edited</p>
]]></description><link>https://forum.magicmirror.builders/post/128614</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/128614</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 16 Oct 2025 20:28:29 GMT</pubDate></item><item><title><![CDATA[Reply to Version 2.30.0 weather module, stuck loading, worked fine before upgrade on Thu, 16 Oct 2025 19:45:27 GMT]]></title><description><![CDATA[<p dir="auto">Work on 2.29.0 with api2.5</p>
<p dir="auto">But now on 2.33.0<br />
It say “NaN”<br />
I get the error 401, it say the apiKey i wrong, but is write from my api key from the website.<br />
How can i get a apiKey to api3.0 without to paid for it. ???<br />
The api2.5 still work, but not on this modul.</p>
<pre><code>    {
      module: 'weather',
      position: 'bottom_left',
      header: 'Ballerup',
      config: {
         lat: "55.7317",
         lon: "12.3633",
         apiKey: "xxxxx765xxxx98xxxjhx888"
       }
    },
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/128613</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/128613</guid><dc:creator><![CDATA[Assassins]]></dc:creator><pubDate>Thu, 16 Oct 2025 19:45:27 GMT</pubDate></item><item><title><![CDATA[Reply to Version 2.30.0 weather module, stuck loading, worked fine before upgrade on Mon, 17 Mar 2025 00:48:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/butchkemper" aria-label="Profile: butchkemper">@<bdi>butchkemper</bdi></a> modules can go anything they want<br />
what is used internally can be anything required</p>
<p dir="auto">I looked at the doc for the default weather  module before posting above. as there are two instances, one works the other doesn’t. apikey is the issue</p>
]]></description><link>https://forum.magicmirror.builders/post/124967</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/124967</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 17 Mar 2025 00:48:03 GMT</pubDate></item><item><title><![CDATA[Reply to Version 2.30.0 weather module, stuck loading, worked fine before upgrade on Thu, 13 Mar 2025 21:18:28 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 noticed this discretion between the Weather module documentation:</p>
<ul>
<li>The “Weather” documentation has “apiKey” - large case “K”,</li>
<li>The “MMM-OpenWeatherForecast” documentation has “apikey” - small case “k”.</li>
</ul>
<p dir="auto">Butch</p>
]]></description><link>https://forum.magicmirror.builders/post/124859</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/124859</guid><dc:creator><![CDATA[butchkemper]]></dc:creator><pubDate>Thu, 13 Mar 2025 21:18:28 GMT</pubDate></item><item><title><![CDATA[Reply to Version 2.30.0 weather module, stuck loading, worked fine before upgrade on Thu, 13 Mar 2025 21:00:53 GMT]]></title><description><![CDATA[<p dir="auto">The configuration parameters I use are:</p>
<pre><code>module "MMM-OpenWeatherForecase"
latitude and NOT lat
longitude and NOT lon
apikey and NOT apiKey   &lt;----  Notice the "K"
</code></pre>
<p dir="auto">Some MM configuration keywords have abbreviations but not all.  The module README file gives the values for the keywords.</p>
<p dir="auto">Also, since your apikey has been revealed to the world, you should cancel the posted key and generate a new key.  Always keep the apikey secret.</p>
<p dir="auto">Butch</p>
]]></description><link>https://forum.magicmirror.builders/post/124858</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/124858</guid><dc:creator><![CDATA[butchkemper]]></dc:creator><pubDate>Thu, 13 Mar 2025 21:00:53 GMT</pubDate></item><item><title><![CDATA[Reply to Version 2.30.0 weather module, stuck loading, worked fine before upgrade on Wed, 12 Mar 2025 20:36:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rberry91" aria-label="Profile: Rberry91">@<bdi>Rberry91</bdi></a> divergent branches sounds like you have both modules trying to merge to the same folder</p>
<p dir="auto">delete then git clone again<br />
the nan  says the apikey is wrong</p>
<p dir="auto">and you have a typo, MagicMirror is case sensitive</p>
<p dir="auto"><img src="/assets/uploads/files/1741811800327-img_0841.png" alt="IMG_0841.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/124844</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/124844</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 12 Mar 2025 20:36:42 GMT</pubDate></item><item><title><![CDATA[Reply to Version 2.30.0 weather module, stuck loading, worked fine before upgrade on Wed, 12 Mar 2025 19:57:21 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 reverted to the older version and I have tried updating using your command and other ones and still doesn’t update tell me that “pulling without specifying how to reconcile divergent branches is etc”</p>
<p dir="auto">The other problem I am having is the weather, the forecast works but the current Weather doesn’t and they are the same code.<img src="/assets/uploads/files/1741809376671-20250313_055015.jpg" alt="20250313_055015.jpg" class=" img-fluid img-markdown" /> <img src="/assets/uploads/files/1741809437980-20250313_055058-resized.jpg" alt="20250313_055058.jpg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/124843</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/124843</guid><dc:creator><![CDATA[Rberry91]]></dc:creator><pubDate>Wed, 12 Mar 2025 19:57:21 GMT</pubDate></item><item><title><![CDATA[Reply to Version 2.30.0 weather module, stuck loading, worked fine before upgrade on Wed, 12 Mar 2025 19:10:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rberry91" aria-label="Profile: Rberry91">@<bdi>Rberry91</bdi></a> now you have to follow the module instructions to get authorization again</p>
]]></description><link>https://forum.magicmirror.builders/post/124840</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/124840</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 12 Mar 2025 19:10:49 GMT</pubDate></item><item><title><![CDATA[Reply to Version 2.30.0 weather module, stuck loading, worked fine before upgrade on Wed, 12 Mar 2025 19:08:43 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>
<p dir="auto">Hi again,<br />
The MMM- GoohlePhotos was not updating so I re installed and am know getting a error of missing creditionals please help<img src="/assets/uploads/files/1741806508158-20250313_050643.jpg" alt="20250313_050643.jpg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/124839</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/124839</guid><dc:creator><![CDATA[Rberry91]]></dc:creator><pubDate>Wed, 12 Mar 2025 19:08:43 GMT</pubDate></item><item><title><![CDATA[Reply to Version 2.30.0 weather module, stuck loading, worked fine before upgrade on Wed, 12 Mar 2025 12:58:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rberry91" aria-label="Profile: Rberry91">@<bdi>Rberry91</bdi></a> didnt try my code?  i do not supply anything that will update modules.</p>
<p dir="auto">my upgrade script is only for base MagicMirror</p>
<p dir="auto">every module upgrade is the same</p>
<pre><code>cd ~/MagicMirror/modules/modulename
git pull
xxx see the module doc on what to do after
sometimes you need an npm install, sometimes not
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/124765</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/124765</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 12 Mar 2025 12:58:22 GMT</pubDate></item><item><title><![CDATA[Reply to Version 2.30.0 weather module, stuck loading, worked fine before upgrade on Mon, 10 Mar 2025 19:51:02 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 />
Hi Sam,</p>
<p dir="auto">Now I have an message to update the MMM-GooglePhotos module. How do I do that without causing problems like before. I did try your code and it didn’t seem to work but I am most likely doing something incorrect</p>
]]></description><link>https://forum.magicmirror.builders/post/124764</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/124764</guid><dc:creator><![CDATA[Rberry91]]></dc:creator><pubDate>Mon, 10 Mar 2025 19:51:02 GMT</pubDate></item><item><title><![CDATA[Reply to Version 2.30.0 weather module, stuck loading, worked fine before upgrade on Sun, 09 Mar 2025 05:05:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rberry91" aria-label="Profile: Rberry91">@<bdi>Rberry91</bdi></a>  v3 does not return the right location,<br />
location/id are not used in v3, only lat/lon</p>
<p dir="auto">use the module header property</p>
<p dir="auto">module:…<br />
header:“…”</p>
<p dir="auto">the set the weather config option</p>
<p dir="auto">appendLocationToHeader:false,</p>
]]></description><link>https://forum.magicmirror.builders/post/124671</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/124671</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 09 Mar 2025 05:05:36 GMT</pubDate></item><item><title><![CDATA[Reply to Version 2.30.0 weather module, stuck loading, worked fine before upgrade on Sun, 09 Mar 2025 04:02:06 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 />
Hi Sam,</p>
<p dir="auto">So I got it to work however the header is Australia/Brisbane, which is not correct. But the weather details are correct, how do I change the name of the header. I have added location and locationID</p>
]]></description><link>https://forum.magicmirror.builders/post/124670</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/124670</guid><dc:creator><![CDATA[Rberry91]]></dc:creator><pubDate>Sun, 09 Mar 2025 04:02:06 GMT</pubDate></item><item><title><![CDATA[Reply to Version 2.30.0 weather module, stuck loading, worked fine before upgrade on Sun, 09 Mar 2025 01:06:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rberry91" aria-label="Profile: Rberry91">@<bdi>Rberry91</bdi></a> 401 means the apikey is invalid</p>
]]></description><link>https://forum.magicmirror.builders/post/124667</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/124667</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 09 Mar 2025 01:06:32 GMT</pubDate></item><item><title><![CDATA[Reply to Version 2.30.0 weather module, stuck loading, worked fine before upgrade on Sun, 09 Mar 2025 01:05:05 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 />
Hi yes error 401<img src="/assets/uploads/files/1741482302760-20250309_110348.jpg" alt="20250309_110348.jpg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/124666</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/124666</guid><dc:creator><![CDATA[Rberry91]]></dc:creator><pubDate>Sun, 09 Mar 2025 01:05:05 GMT</pubDate></item><item><title><![CDATA[Reply to Version 2.30.0 weather module, stuck loading, worked fine before upgrade on Sat, 08 Mar 2025 22:28:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rberry91" aria-label="Profile: Rberry91">@<bdi>Rberry91</bdi></a> open the developers window, ctrl-shift-i,<br />
select the console tab,<br />
and enter weath in the filter field</p>
<p dir="auto">do you see errors? like 401, 403</p>
]]></description><link>https://forum.magicmirror.builders/post/124664</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/124664</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 08 Mar 2025 22:28:37 GMT</pubDate></item><item><title><![CDATA[Reply to Version 2.30.0 weather module, stuck loading, worked fine before upgrade on Sat, 08 Mar 2025 22:06:46 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 />
It still says invalid date</p>
<p dir="auto"><img src="/assets/uploads/files/1741471588886-20250309_080117.jpg" alt="20250309_080117.jpg" class=" img-fluid img-markdown" /> <img src="/assets/uploads/files/1741471589135-20250309_080401-resized.jpg" alt="20250309_080401.jpg" class=" img-fluid img-markdown" /></p>
<p dir="auto">Sorry so many questions</p>
]]></description><link>https://forum.magicmirror.builders/post/124663</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/124663</guid><dc:creator><![CDATA[Rberry91]]></dc:creator><pubDate>Sat, 08 Mar 2025 22:06:46 GMT</pubDate></item></channel></rss>