<?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[Request loop &amp; &quot;Loading...&quot; in standard weather module (Open-Meteo) after update]]></title><description><![CDATA[<p dir="auto">Hi everyone,</p>
<p dir="auto">I’m struggling with the default weather module since the latest update. I’ve already spent some time analyzing the logs and behavior with the help of an AI (Gemini) to pinpoint the cause. Here is what we found:</p>
<ol>
<li>
<p dir="auto">The Issue:<br />
Most of the time, I just see “Loading…”. The logs show a massive request loop, firing hundreds of requests per minute.<br />
Key Observation: The weather is often displayed correctly in the morning until early afternoon. After that, it breaks. This strongly suggests that the request loop exhausts the rate limit or triggers an IP ban from Open-Meteo every day.</p>
</li>
<li>
<p dir="auto">My Environment:</p>
</li>
</ol>
<p dir="auto">Provider: Open-Meteo (no API key).</p>
<p dir="auto">Platform: Proxmox LXC Container (Fresh install via helper script).</p>
<p dir="auto">Network: Pi-hole is running, but Open-Meteo is whitelisted. DNS resolution is fine.</p>
<ol start="3">
<li>Troubleshooting steps taken:</li>
</ol>
<p dir="auto">Fresh Install: Completely recreated the LXC container – no change.</p>
<p dir="auto">Config: Increased updateInterval significantly, but it’s ignored during the loop.</p>
<p dir="auto">Alternatives: Investigated MMM-OneCallWeather and OWM, but the “Free Plan” doesn’t provide the forecast data I need without a credit card.</p>
<p dir="auto">It looks like the http_fetcher or the weather node_helper is stuck in a logic loop and ignores the update intervals for Open-Meteo. Any advice on how to fix this?</p>
]]></description><link>https://forum.magicmirror.builders/topic/20218/request-loop-loading...-in-standard-weather-module-open-meteo-after-update</link><generator>RSS for Node</generator><lastBuildDate>Wed, 17 Jun 2026 16:31:09 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/20218.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 18 Apr 2026 10:37:12 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Request loop &amp; &quot;Loading...&quot; in standard weather module (Open-Meteo) after update on Thu, 30 Apr 2026 22:21:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/phantomkommander" aria-label="Profile: Phantomkommander">@<bdi>Phantomkommander</bdi></a> this fix is now in 2.36 released today</p>
]]></description><link>https://forum.magicmirror.builders/post/130962</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/130962</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 30 Apr 2026 22:21:53 GMT</pubDate></item><item><title><![CDATA[Reply to Request loop &amp; &quot;Loading...&quot; in standard weather module (Open-Meteo) after update on Sat, 25 Apr 2026 09:14:01 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/phantomkommander" aria-label="Profile: Phantomkommander">@<bdi>Phantomkommander</bdi></a> <a href="/post/130865">said</a>:</p>
<p dir="auto">Currently, if a client reconnects during the backend’s “protection phase,” it stays on “Loading…” until the next scheduled fetch. It would be the icing on the cake if the module could immediately push the cached data to a newly connected client, instead of making it wait for the next real API call.</p>
</blockquote>
<p dir="auto">Good suggestion. I’ve opened a PR (<a href="https://github.com/MagicMirrorOrg/MagicMirror/pull/4121" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MagicMirrorOrg/MagicMirror/pull/4121</a>) to implement that :)</p>
]]></description><link>https://forum.magicmirror.builders/post/130869</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/130869</guid><dc:creator><![CDATA[KristjanESPERANTO]]></dc:creator><pubDate>Sat, 25 Apr 2026 09:14:01 GMT</pubDate></item><item><title><![CDATA[Reply to Request loop &amp; &quot;Loading...&quot; in standard weather module (Open-Meteo) after update on Thu, 23 Apr 2026 11:04:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/phantomkommander" aria-label="Profile: Phantomkommander">@<bdi>Phantomkommander</bdi></a> thanks for the great feedback. I’ll see what the developer thinks.</p>
]]></description><link>https://forum.magicmirror.builders/post/130866</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/130866</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 23 Apr 2026 11:04:00 GMT</pubDate></item><item><title><![CDATA[Reply to Request loop &amp; &quot;Loading...&quot; in standard weather module (Open-Meteo) after update on Thu, 23 Apr 2026 10:51:18 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">I’ve been testing the new develop branch of the weather module over the last few days, and I wanted to give you some positive feedback.</p>
<p dir="auto">My tablet recently developed a life of its own (eigenartiges Eigenleben), causing unpredictable connection drops and browser reloads. This would have normally triggered the 24-hour API limit for OpenMeteo, but your new protection logic completely saved my setup! It’s great to see that the module now prevents “rogue” clients from getting the whole IP banned.</p>
<p dir="auto">While testing, I had one idea for an improvement:<br />
Currently, if a client reconnects during the backend’s “protection phase,” it stays on “Loading…” until the next scheduled fetch. It would be the icing on the cake if the module could immediately push the cached data to a newly connected client, instead of making it wait for the next real API call.</p>
<p dir="auto">Anyway, thanks for the amazing work. Everything is running smoothly now!</p>
<p dir="auto">Best regards,</p>
<p dir="auto">Florian</p>
]]></description><link>https://forum.magicmirror.builders/post/130865</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/130865</guid><dc:creator><![CDATA[Phantomkommander]]></dc:creator><pubDate>Thu, 23 Apr 2026 10:51:18 GMT</pubDate></item><item><title><![CDATA[Reply to Request loop &amp; &quot;Loading...&quot; in standard weather module (Open-Meteo) after update on Tue, 21 Apr 2026 11:45:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/phantomkommander" aria-label="Profile: Phantomkommander">@<bdi>Phantomkommander</bdi></a> great news. Glad to hear.</p>
<p dir="auto">I can’t take credit for this. The work was already done by others,  and I didn’t know a fix was already in place.</p>
]]></description><link>https://forum.magicmirror.builders/post/130851</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/130851</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 21 Apr 2026 11:45:21 GMT</pubDate></item><item><title><![CDATA[Reply to Request loop &amp; &quot;Loading...&quot; in standard weather module (Open-Meteo) after update on Tue, 21 Apr 2026 05:59: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></p>
<p dir="auto">Hi Sam,</p>
<p dir="auto">I wanted to give you a quick update and, most importantly, say a huge thank you for your incredibly fast and professional help! It’s amazing to see how quickly you identified the defect and even opened an official issue on GitHub.</p>
<p dir="auto">I’ve been monitoring the develop branch, and the fix is definitely working. The “rapid-fire” request loop is gone. Even with my temporary IP block, the logs show that the system is now handling the situation gracefully without spamming the API anymore:</p>
<pre><code>Apr 21 07:45:29 MagicMirror npm[495]: [2026-04-21 07:45:29.616] [WARN]  [http_fetcher] [weatherprovider.openmeteo] ...
Apr 21 07:45:40 MagicMirror npm[495]: [2026-04-21 07:45:40.581] [LOG]   [weather] Received INIT_WEATHER for instance module_5_weather
</code></pre>
<p dir="auto">The system is stable now, and I’m just waiting for Open-Meteo to lift the rate limit. I’ll provide another final update in a few days to confirm everything is still running smoothly, but for now: Thanks again, Sam! I really appreciate the support you give to this community.</p>
]]></description><link>https://forum.magicmirror.builders/post/130850</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/130850</guid><dc:creator><![CDATA[Phantomkommander]]></dc:creator><pubDate>Tue, 21 Apr 2026 05:59:39 GMT</pubDate></item><item><title><![CDATA[Reply to Request loop &amp; &quot;Loading...&quot; in standard weather module (Open-Meteo) after update on Sat, 18 Apr 2026 19:50:30 GMT]]></title><description><![CDATA[<p dir="auto">Actually, there might have already been a fix in the develop branch…</p>
<p dir="auto">so you could try that first…</p>
<p dir="auto">see this topic on how to get the develop branch<br />
<a href="https://forum.magicmirror.builders/topic/14327/testing-new-fixes-or-solving-current-problems-with-next-release-code">https://forum.magicmirror.builders/topic/14327/testing-new-fixes-or-solving-current-problems-with-next-release-code</a></p>
]]></description><link>https://forum.magicmirror.builders/post/130824</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/130824</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 18 Apr 2026 19:50:30 GMT</pubDate></item><item><title><![CDATA[Reply to Request loop &amp; &quot;Loading...&quot; in standard weather module (Open-Meteo) after update on Sat, 18 Apr 2026 14:57: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> “Thank you, Sam! I’m glad the logs were helpful in identifying the defect. I’ll keep an eye on the GitHub issue and wait for the official fix. Thanks for your great support!”</p>
]]></description><link>https://forum.magicmirror.builders/post/130821</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/130821</guid><dc:creator><![CDATA[Phantomkommander]]></dc:creator><pubDate>Sat, 18 Apr 2026 14:57:43 GMT</pubDate></item><item><title><![CDATA[Reply to Request loop &amp; &quot;Loading...&quot; in standard weather module (Open-Meteo) after update on Sat, 18 Apr 2026 14:17:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/phantomkommander" aria-label="Profile: Phantomkommander">@<bdi>Phantomkommander</bdi></a> thanks. I think this is a defect in the new weather data collector</p>
<p dir="auto">I  opened an issue in the MagicMirror GitHub repo so we can make sure it’s tracked and fixed</p>
<p dir="auto">See <a href="https://github.com/MagicMirrorOrg/MagicMirror/issues/4109" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MagicMirrorOrg/MagicMirror/issues/4109</a></p>
]]></description><link>https://forum.magicmirror.builders/post/130820</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/130820</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 18 Apr 2026 14:17:44 GMT</pubDate></item><item><title><![CDATA[Reply to Request loop &amp; &quot;Loading...&quot; in standard weather module (Open-Meteo) after update on Sat, 18 Apr 2026 13:27:12 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">for comparison, here are the current logs while the system is working correctly. As you can see, the weather provider initializes and then stays quiet for several minutes:</p>
<pre><code>Apr 18 14:56:53 MagicMirror npm[230]: [2026-04-18 14:56:53.051] [LOG]   [weather] Attempting to initialize provider openmeteo...
Apr 18 14:56:53 MagicMirror npm[230]: [2026-04-18 14:56:53.317] [LOG]   [weather] Weather provider openmeteo initialized...
Apr 18 15:06:53 MagicMirror npm[230]: [2026-04-18 15:06:53.184] [LOG]   [weather] Attempting to initialize provider openmeteo...
</code></pre>
<p dir="auto">And here again is the ‘Loop’ state from earlier today (for direct comparison):</p>
<pre><code>[18.04.2026 10:15:22.453] [INFO]  [http_fetcher] [weatherprovider.openmeteo] Fetching url: https://api.open-meteo.com/v1/forecast?latitude=50.4667&amp;longitude=7.6333...
[18.04.2026 10:15:22.510] [INFO]  [http_fetcher] [weatherprovider.openmeteo] Fetching url: https://api.open-meteo.com/v1/forecast?latitude=50.4667&amp;longitude=7.6333...
[18.04.2026 10:15:22.622] [INFO]  [http_fetcher] [weatherprovider.openmeteo] Fetching url: https://api.open-meteo.com/v1/forecast?latitude=50.4667&amp;longitude=7.6333...
</code></pre>
<p dir="auto">The difference is clear: When it fails, it ignores the timing logic entirely. It seems that once a specific error occurs (maybe a temporary timeout from Open-Meteo), the http_fetcher enters a state where it retries instantly without any back-off delay."</p>
]]></description><link>https://forum.magicmirror.builders/post/130819</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/130819</guid><dc:creator><![CDATA[Phantomkommander]]></dc:creator><pubDate>Sat, 18 Apr 2026 13:27:12 GMT</pubDate></item><item><title><![CDATA[Reply to Request loop &amp; &quot;Loading...&quot; in standard weather module (Open-Meteo) after update on Sat, 18 Apr 2026 13:16:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/phantomkommander" aria-label="Profile: Phantomkommander">@<bdi>Phantomkommander</bdi></a> great! Can you post some of the log entries?</p>
]]></description><link>https://forum.magicmirror.builders/post/130818</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/130818</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 18 Apr 2026 13:16:42 GMT</pubDate></item><item><title><![CDATA[Reply to Request loop &amp; &quot;Loading...&quot; in standard weather module (Open-Meteo) after update on Sat, 18 Apr 2026 12:01:17 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> Hi Sam,</p>
<p dir="auto">here is my current configuration for the weather modules. I am using the default weather module with Open-Meteo.</p>
<pre><code>{
                        module: "weather",
                        position: "top_right",
                        config: {
                                weatherProvider: "openmeteo",
                                type: "current",
                                tempUnits: "metric",
                                lat: 50.4667,
                                lon: 7.6333,
                                useKmh: true, 
                                updateInterval: 20 * 60 * 1000,
                        }
                },
                {
                        module: "weather",
                        position: "top_right",
                        header: "Wetter Vorhersage",
                        config: {
                                weatherProvider: "openmeteo",
                                type: "forecast",
                                lat: 50.4667,
                                lon: 7.6333,
                                useKmh: true, 
                                updateInterval: 20 * 60 * 1000,
                        }
                },
</code></pre>
<p dir="auto">An interesting update: Right now, the weather data is actually being displayed correctly again. However, based on my observations over the last few days, it usually works in the morning and early afternoon, and then fails (stuck on ‘Loading’) for the rest of the day.</p>
<p dir="auto">This supports the theory that the request loop I see in the logs (journalctl) eventually triggers a rate limit or a temporary IP ban from Open-Meteo. The config seems to work fundamentally, but the fetching behavior is out of control."</p>
<p dir="auto"><img src="/assets/uploads/files/1776513528946-b76b1e85-fafc-49e8-8083-f18ef4b0c32b-image.jpeg" alt="b76b1e85-fafc-49e8-8083-f18ef4b0c32b-image.jpeg" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1776513642540-c83b26c2-d8ce-49ae-b3c0-7aeadcd6d854-image.jpeg" alt="c83b26c2-d8ce-49ae-b3c0-7aeadcd6d854-image.jpeg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/130817</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/130817</guid><dc:creator><![CDATA[Phantomkommander]]></dc:creator><pubDate>Sat, 18 Apr 2026 12:01:17 GMT</pubDate></item><item><title><![CDATA[Reply to Request loop &amp; &quot;Loading...&quot; in standard weather module (Open-Meteo) after update on Sat, 18 Apr 2026 11:45:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/phantomkommander" aria-label="Profile: Phantomkommander">@<bdi>Phantomkommander</bdi></a> can you show you config for the weather module</p>
]]></description><link>https://forum.magicmirror.builders/post/130816</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/130816</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 18 Apr 2026 11:45:26 GMT</pubDate></item></channel></rss>