<?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[Do modules stop requesting API data when monitor is off or module is hidden?]]></title><description><![CDATA[<p dir="auto">I am using MMM-AlexaControl and have a routine set to turn off the monitor overnight.  Does this stop MagicMirror in general?  Do the modules like weather modules stop requesting data?  Do modules stop requesting data when hidden with modules like MMM-ModuleScheduler?</p>
]]></description><link>https://forum.magicmirror.builders/topic/19048/do-modules-stop-requesting-api-data-when-monitor-is-off-or-module-is-hidden</link><generator>RSS for Node</generator><lastBuildDate>Sun, 14 Jun 2026 07:42:34 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/19048.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 13 Oct 2024 23:55:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Do modules stop requesting API data when monitor is off or module is hidden? on Mon, 14 Oct 2024 03:56: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> I simplifed out the details on purpose… Trying to keep it simple, Stupid (KISS)</p>
<p dir="auto">:)</p>
]]></description><link>https://forum.magicmirror.builders/post/120581</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120581</guid><dc:creator><![CDATA[BKeyport]]></dc:creator><pubDate>Mon, 14 Oct 2024 03:56:34 GMT</pubDate></item><item><title><![CDATA[Reply to Do modules stop requesting API data when monitor is off or module is hidden? on Mon, 14 Oct 2024 03:45:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dde12" aria-label="Profile: DDE12">@<bdi>DDE12</bdi></a> weather is done all in browser, so every window TAB  adds calls ( 5 tabs in the same browser is 5 times the calls) and multiple instances add calls too (current and forecast for example )</p>
<p dir="auto">calendar is done once on the server , and just presented in the browser</p>
]]></description><link>https://forum.magicmirror.builders/post/120580</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120580</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 14 Oct 2024 03:45:05 GMT</pubDate></item><item><title><![CDATA[Reply to Do modules stop requesting API data when monitor is off or module is hidden? on Mon, 14 Oct 2024 03:26: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 />
Thank you!  So, probably the thing to do is set up PM2 and use MMM-AlexaControl to auto start and stop it?  If I have MM on a RPi and then two browser windows displaying MM, does that increase the number of API calls to 3 or is it still just one?  I’m thinking about this transition to OneCall 3.0 and how to be the most efficient with the calls.</p>
]]></description><link>https://forum.magicmirror.builders/post/120579</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120579</guid><dc:creator><![CDATA[DDE12]]></dc:creator><pubDate>Mon, 14 Oct 2024 03:26:49 GMT</pubDate></item><item><title><![CDATA[Reply to Do modules stop requesting API data when monitor is off or module is hidden? on Mon, 14 Oct 2024 03:22:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bkeyport" aria-label="Profile: BKeyport">@<bdi>BKeyport</bdi></a> if a module wishes to participate in the show/hide process</p>
<p dir="auto">there are functions it can override to get notifcation</p>
<pre><code>resume()
</code></pre>
<p dir="auto">and</p>
<pre><code>suspend()
</code></pre>
<p dir="auto">carousel, pages, modulescheduler, call the MM functions hide() and show() on the module instance. they do NOT know if the called module participates</p>
<p dir="auto">I think we ought to make weather suspend, as there are calls made which count against the  total , which are wasted if not visible</p>
]]></description><link>https://forum.magicmirror.builders/post/120578</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120578</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 14 Oct 2024 03:22:50 GMT</pubDate></item><item><title><![CDATA[Reply to Do modules stop requesting API data when monitor is off or module is hidden? on Mon, 14 Oct 2024 03:04:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dde12" aria-label="Profile: DDE12">@<bdi>DDE12</bdi></a><br />
If simply turning off the monitor. No it does not stop MM or modules.</p>
<p dir="auto">If stopped with Module Scheduler, maybe. Module Scheduler has to announce that it’s hiding a module, and the module being hidden has to process that announcement.</p>
<p dir="auto">What I do, is have an external routine to turn off my monitor(s), and then stop the MM process completely upon leaving where my MM is. When I return, another routine turns on my monitors and restarts my MM install.</p>
]]></description><link>https://forum.magicmirror.builders/post/120577</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120577</guid><dc:creator><![CDATA[BKeyport]]></dc:creator><pubDate>Mon, 14 Oct 2024 03:04:40 GMT</pubDate></item><item><title><![CDATA[Reply to Do modules stop requesting API data when monitor is off or module is hidden? on Mon, 14 Oct 2024 01:09:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dde12" aria-label="Profile: DDE12">@<bdi>DDE12</bdi></a> it depends. some stop, some don’t.</p>
<p dir="auto">the default calendar and weather do not stop when hidden</p>
]]></description><link>https://forum.magicmirror.builders/post/120576</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120576</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 14 Oct 2024 01:09:23 GMT</pubDate></item></channel></rss>