<?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[&quot;Invalid Date&quot; appears in Weather module.  MM v2.29.0]]></title><description><![CDATA[<p dir="auto">Had to rebuild my mirror from scratch after my SSD croaked five months after purchase and my backup USB was corrupted, argh.  Most everything works now except for my Weather modules, which are using OpenWeatherMap with API 3.0.</p>
<p dir="auto">When current weather loads, I see "Invalid Date where the time should be above the temperature.  To add insult to injury, the temp displays as “NaN”.  What the heck?  Here’s my config:</p>
<pre><code class="language-js">{
			module: 'weather',
			position: 'top_center',
			header: 'Current Weather - Canton',
			config: {
				weatherProvider: 'openweathermap',
				appendLocationNameToHeader: false,
				type: 'current',
				weatherEndpoint: '/onecall',
				lat: '34.17188',
				lon: '-84.57056',
				apiVersion: '3.0',
				apiKey: "XXXX"
			}
		},
		{
			module: 'weather',
			position: 'top_center',
			header: 'Forecast - Canton',
			config: {
				weatherProvider: 'openweathermap',
				appendLocationNameToHeader: false,
				type: 'forecast',
				weatherEndpoint: '/onecall',
				lat: '34.17188',
				lon: '-84.57056',
				apiVersion: '3.0',
				apiKey: "XXXX"
			}
		},
</code></pre>
<p dir="auto">Units are set to imperial in the config.js file and my Raspberry PI time seems correct.</p>
<p dir="auto">Thoughts?</p>
]]></description><link>https://forum.magicmirror.builders/topic/19254/invalid-date-appears-in-weather-module-mm-v2-29-0</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Apr 2026 06:29:23 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/19254.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 29 Dec 2024 01:45:01 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to &quot;Invalid Date&quot; appears in Weather module.  MM v2.29.0 on Wed, 26 Mar 2025 10:13:04 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/125298">"Invalid Date" appears in Weather module. MM v2.29.0</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lif" aria-label="Profile: lif">@<bdi>lif</bdi></a> said in <a href="/post/125295">"Invalid Date" appears in Weather module. MM v2.29.0</a>:</p>
<pre><code>&gt; I have tried adding the apiVersion: '2.5'
&gt; weatherEndpoint: "/weather"
</code></pre>
<p dir="auto">each of those lines had trailing commas, right?</p>
</blockquote>
<p dir="auto">Not that line but that wasn’t the problem :-)</p>
<p dir="auto">Thanks for the link showing how to subscribe to OpenWeathermap which solved the problem.</p>
]]></description><link>https://forum.magicmirror.builders/post/125311</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125311</guid><dc:creator><![CDATA[lif]]></dc:creator><pubDate>Wed, 26 Mar 2025 10:13:04 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Invalid Date&quot; appears in Weather module.  MM v2.29.0 on Tue, 25 Mar 2025 23:00:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lif" aria-label="Profile: lif">@<bdi>lif</bdi></a> said in <a href="/post/125295">"Invalid Date" appears in Weather module. MM v2.29.0</a>:</p>
<pre><code>&gt; I have tried adding the apiVersion: '2.5'
&gt; weatherEndpoint: "/weather"
</code></pre>
<p dir="auto">each of those lines had trailing commas, right?</p>
]]></description><link>https://forum.magicmirror.builders/post/125298</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125298</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 25 Mar 2025 23:00:10 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Invalid Date&quot; appears in Weather module.  MM v2.29.0 on Tue, 25 Mar 2025 22:53:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lif" aria-label="Profile: lif">@<bdi>lif</bdi></a> are you on 2.29 or 2.30?</p>
<pre><code>cd ~/MagicMirror
grep version package. json
</code></pre>
<p dir="auto">see <a href="https://forum.magicmirror.builders/topic/19323/version-2-30-0-weather-module-stuck-loading-worked-fine-before-upgrade">https://forum.magicmirror.builders/topic/19323/version-2-30-0-weather-module-stuck-loading-worked-fine-before-upgrade</a></p>
]]></description><link>https://forum.magicmirror.builders/post/125297</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125297</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 25 Mar 2025 22:53:11 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Invalid Date&quot; appears in Weather module.  MM v2.29.0 on Tue, 25 Mar 2025 22:31:30 GMT]]></title><description><![CDATA[<p dir="auto">I have rebuilt my installation and used backup .js files.</p>
<p dir="auto">Everything has worked apart from the weather module.</p>
<p dir="auto">I am getting the ‘Invalid date’ message a temperature of NaN.</p>
<p dir="auto">I have tried adding the apiVersion: ‘2.5’<br />
weatherEndpoint: “/weather”</p>
<p dir="auto">Lines into the config.js file but then MagicMirror doesn’t load.</p>
<p dir="auto">the section of config.sys is:</p>
<pre><code>{
			module: "weather",
			position: "top_right",
			config: {
				weatherProvider: "openweathermap",
				type: "current",
				location: "Machat",
				locationID: "2983291", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city


				apiKey: "cxxxxxxxxxxxx57f81f9d82849a2fc21a"
			}
		},
		{
			module: "weather",
			position: "top_right",
			header: "Weather Forecast",
			config: {
				weatherProvider: "openweathermap",
				type: "forecast",
				location: "Machat",
				locationID: "2983291", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city


				apiKey: "cxxxxxxx57f81f9d82849a2fc21a"
			}
		},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/125295</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125295</guid><dc:creator><![CDATA[lif]]></dc:creator><pubDate>Tue, 25 Mar 2025 22:31:30 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Invalid Date&quot; appears in Weather module.  MM v2.29.0 on Sun, 12 Jan 2025 19:21:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/vingroot" aria-label="Profile: VinGroot">@<bdi>VinGroot</bdi></a> awesome</p>
]]></description><link>https://forum.magicmirror.builders/post/122986</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/122986</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 12 Jan 2025 19:21:35 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Invalid Date&quot; appears in Weather module.  MM v2.29.0 on Sun, 12 Jan 2025 18:58:37 GMT]]></title><description><![CDATA[<p dir="auto">I figured it out. I use the free plan, so I cannot use API version 3.0. I have to use API version 2.5. Furthermore I have to use the /weather endpoint.</p>
<p dir="auto">I got it working again by adding these 2 settings:</p>
<pre><code>apiVersion: '2.5'
weatherEndpoint: "/weather"
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/122985</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/122985</guid><dc:creator><![CDATA[VinGroot]]></dc:creator><pubDate>Sun, 12 Jan 2025 18:58:37 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Invalid Date&quot; appears in Weather module.  MM v2.29.0 on Sun, 12 Jan 2025 18:52:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/vingroot" aria-label="Profile: VinGroot">@<bdi>VinGroot</bdi></a> well 401 means apikey not right</p>
]]></description><link>https://forum.magicmirror.builders/post/122982</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/122982</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 12 Jan 2025 18:52:47 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Invalid Date&quot; appears in Weather module.  MM v2.29.0 on Sun, 12 Jan 2025 18:28:03 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> yes, still happening.<br />
just noticed this second page, trouble shooting now. I get a 401 unauthorized error.</p>
]]></description><link>https://forum.magicmirror.builders/post/122980</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/122980</guid><dc:creator><![CDATA[VinGroot]]></dc:creator><pubDate>Sun, 12 Jan 2025 18:28:03 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Invalid Date&quot; appears in Weather module.  MM v2.29.0 on Sun, 12 Jan 2025 18:19:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/vingroot" aria-label="Profile: VinGroot">@<bdi>VinGroot</bdi></a> current release is 2.30 . still happening there ?</p>
]]></description><link>https://forum.magicmirror.builders/post/122979</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/122979</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 12 Jan 2025 18:19:04 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Invalid Date&quot; appears in Weather module.  MM v2.29.0 on Sun, 12 Jan 2025 18:11:05 GMT]]></title><description><![CDATA[<p dir="auto">I have the same issue. These are my settings:</p>
<pre><code>  module: "weather",
  position: "top_right",
  config: {
    lat: "52.262524",
    lon: "6.797571",        
    apiKey: "****",
    appendLocationNameToHeader: false,
    type: "current",
    degreeLabel: true,
    decimalSymbol: ",",
    showWindDirection: false,
    showFeelsLike: false
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/122976</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/122976</guid><dc:creator><![CDATA[VinGroot]]></dc:creator><pubDate>Sun, 12 Jan 2025 18:11:05 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Invalid Date&quot; appears in Weather module.  MM v2.29.0 on Sun, 29 Dec 2024 09:46:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/reilley" aria-label="Profile: reilley">@<bdi>reilley</bdi></a> I just realized I experienced something similar, but I was preoccupied with other tasks and didn’t take the time to investigate.</p>
<p dir="auto">Here’s a screenshot for reference:<br />
<a href="https://github.com/cgillinger/MMM-WeatherEffects/blob/main/screenshots/rich.png" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/cgillinger/MMM-WeatherEffects/blob/main/screenshots/rich.png</a></p>
<p dir="auto">Based on my screenshots (as mentioned, I was focused on tweaking the module and only noticed it afterward), it seems to be intermittent.</p>
<p dir="auto">I’m using api-free providers, eg SMHI.</p>
]]></description><link>https://forum.magicmirror.builders/post/122271</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/122271</guid><dc:creator><![CDATA[cgillinger]]></dc:creator><pubDate>Sun, 29 Dec 2024 09:46:50 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Invalid Date&quot; appears in Weather module.  MM v2.29.0 on Sun, 29 Dec 2024 03:59:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/reilley" aria-label="Profile: reilley">@<bdi>reilley</bdi></a> glad you found it!</p>
]]></description><link>https://forum.magicmirror.builders/post/122264</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/122264</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 29 Dec 2024 03:59:25 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Invalid Date&quot; appears in Weather module.  MM v2.29.0 on Sun, 29 Dec 2024 03:41:47 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> - you’re gonna laugh, but I found the issue.  I was using an inactive API key.  My backup was too old and was before the v2.29.0 API 3.0 requirement.  Sorry to drag you through this!</p>
]]></description><link>https://forum.magicmirror.builders/post/122262</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/122262</guid><dc:creator><![CDATA[reilley]]></dc:creator><pubDate>Sun, 29 Dec 2024 03:41:47 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Invalid Date&quot; appears in Weather module.  MM v2.29.0 on Sun, 29 Dec 2024 03:39:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/reilley" aria-label="Profile: reilley">@<bdi>reilley</bdi></a> - oh, I think I know what’s wrong now.</p>
]]></description><link>https://forum.magicmirror.builders/post/122261</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/122261</guid><dc:creator><![CDATA[reilley]]></dc:creator><pubDate>Sun, 29 Dec 2024 03:39:00 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Invalid Date&quot; appears in Weather module.  MM v2.29.0 on Sun, 29 Dec 2024 03:36:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/reilley" aria-label="Profile: reilley">@<bdi>reilley</bdi></a> ok, next thing</p>
<p dir="auto">weather is done all in browser,<br />
on the MagicMirror screen ctrl-shift-i to<br />
open the developer window, select the console tab,<br />
put wea in the filter field</p>
<p dir="auto">look for any messages</p>
]]></description><link>https://forum.magicmirror.builders/post/122260</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/122260</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 29 Dec 2024 03:36:54 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Invalid Date&quot; appears in Weather module.  MM v2.29.0 on Sun, 29 Dec 2024 03:29: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> - nope, same result</p>
]]></description><link>https://forum.magicmirror.builders/post/122259</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/122259</guid><dc:creator><![CDATA[reilley]]></dc:creator><pubDate>Sun, 29 Dec 2024 03:29:34 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Invalid Date&quot; appears in Weather module.  MM v2.29.0 on Sun, 29 Dec 2024 02:54:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/reilley" aria-label="Profile: reilley">@<bdi>reilley</bdi></a> I don’t know… try my approach<br />
do</p>
<pre><code class="language-sh">cd ~/MagicMirror/config
cp config.js.sample  testcfg.js
cd ..
</code></pre>
<p dir="auto">then edit the testcfg.js and paste your weather info from config.js here<br />
then change the units to imperial<br />
save<br />
then on the terminal window</p>
<pre><code>export MM_CONFIG_FILE=config/testcfg.js
npm start 
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/122258</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/122258</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 29 Dec 2024 02:54:52 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Invalid Date&quot; appears in Weather module.  MM v2.29.0 on Sun, 29 Dec 2024 02:51: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> said in <a href="/post/122255">"Invalid Date" appears in Weather module. MM v2.29.0</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/reilley" aria-label="Profile: reilley">@<bdi>reilley</bdi></a> said in <a href="/post/122254">"Invalid Date" appears in Weather module. MM v2.29.0</a>:</p>
<blockquote>
<p dir="auto">So my code worked for you and the only change was the API key?</p>
</blockquote>
<p dir="auto">correct</p>
</blockquote>
<p dir="auto">That’s nuts.  Why would an API key work two days ago and not today?  Seems like maybe there’s a configuration problem elsewhere but I not sure where it would be since I made no changes to weather.js or other .js files associated with the Weather module.</p>
]]></description><link>https://forum.magicmirror.builders/post/122257</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/122257</guid><dc:creator><![CDATA[reilley]]></dc:creator><pubDate>Sun, 29 Dec 2024 02:51:39 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Invalid Date&quot; appears in Weather module.  MM v2.29.0 on Sun, 29 Dec 2024 02:44:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/reilley" aria-label="Profile: reilley">@<bdi>reilley</bdi></a> said in <a href="/post/122254">"Invalid Date" appears in Weather module. MM v2.29.0</a>:</p>
<blockquote>
<p dir="auto">So my code worked for you and the only change was the API key?</p>
</blockquote>
<p dir="auto">correct</p>
]]></description><link>https://forum.magicmirror.builders/post/122255</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/122255</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 29 Dec 2024 02:44:13 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Invalid Date&quot; appears in Weather module.  MM v2.29.0 on Sun, 29 Dec 2024 02:41:53 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/122250">"Invalid Date" appears in Weather module. MM v2.29.0</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/reilley" aria-label="Profile: reilley">@<bdi>reilley</bdi></a> I copied your config and used my apikey<br />
no other changes (well I wrapped your config in code block to keep the quotes correct for copy/paste)</p>
<p dir="auto"><img src="/assets/uploads/files/1735439006226-screenshot-at-2024-12-28-20-22-18.png" alt="Screenshot at 2024-12-28 20-22-18.png" class=" img-fluid img-markdown" /></p>
</blockquote>
<p dir="auto">So my code worked for you and the only change was the API key?  This key worked two days ago, so not sure what’s happening here.</p>
]]></description><link>https://forum.magicmirror.builders/post/122254</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/122254</guid><dc:creator><![CDATA[reilley]]></dc:creator><pubDate>Sun, 29 Dec 2024 02:41:53 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Invalid Date&quot; appears in Weather module.  MM v2.29.0 on Sun, 29 Dec 2024 02:37:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/reilley" aria-label="Profile: reilley">@<bdi>reilley</bdi></a>  that time is the sunrise or sunset time, sunrise is next,  time is correct(in my display)</p>
]]></description><link>https://forum.magicmirror.builders/post/122253</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/122253</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 29 Dec 2024 02:37:50 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Invalid Date&quot; appears in Weather module.  MM v2.29.0 on Sun, 29 Dec 2024 02:32:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/reilley" aria-label="Profile: reilley">@<bdi>reilley</bdi></a> technically you don’t need apiVersion or weatherEndpoint, as those are the defaults.</p>
]]></description><link>https://forum.magicmirror.builders/post/122252</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/122252</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 29 Dec 2024 02:32:09 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Invalid Date&quot; appears in Weather module.  MM v2.29.0 on Sun, 29 Dec 2024 02:29:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/reilley" aria-label="Profile: reilley">@<bdi>reilley</bdi></a> this was with the config.js.sample copied as another</p>
<p dir="auto">units to imperial<br />
copy/paste your config over the  two weather module entries<br />
add my apikey</p>
<p dir="auto">then</p>
<pre><code class="language-sh"># use env var to point to other config file
export MMM_CONFIG_FILE=config/name_of_file.js
npm start 
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/122251</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/122251</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 29 Dec 2024 02:29:08 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Invalid Date&quot; appears in Weather module.  MM v2.29.0 on Sun, 29 Dec 2024 02:24:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/reilley" aria-label="Profile: reilley">@<bdi>reilley</bdi></a> I copied your config and used my apikey<br />
no other changes (well I wrapped your config in code block to keep the quotes correct for copy/paste)</p>
<p dir="auto"><img src="/assets/uploads/files/1735439006226-screenshot-at-2024-12-28-20-22-18.png" alt="Screenshot at 2024-12-28 20-22-18.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/122250</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/122250</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 29 Dec 2024 02:24:13 GMT</pubDate></item></channel></rss>