<?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>Sun, 19 Apr 2026 02:03:43 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 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 19:50:46 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> there is a maybe fix</p>
<p dir="auto">see next message first</p>
<p dir="auto"><a href="https://github.com/MagicMirrorOrg/MagicMirror/pull/4110" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MagicMirrorOrg/MagicMirror/pull/4110</a></p>
<p dir="auto">to get this on your system , do</p>
<pre><code>cd ~/MagicMirror
git fetch origin pull/4110/head:_fix_weather
git switch _fix_weather
</code></pre>
<p dir="auto">restart mm.</p>
]]></description><link>https://forum.magicmirror.builders/post/130822</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/130822</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 18 Apr 2026 19:50:46 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>