<?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[Limit API calls by deactivating the modul based on time?]]></title><description><![CDATA[<p dir="auto">Hey everyone,</p>
<p dir="auto">I got the MM-TomTomCalculateRouteTraffic module and it is making calls with a TomTom API - now i would like to have really high amount of calls in the morning (about once every 30s) and non after a certain time.</p>
<p dir="auto">Is it possible to config a module to be deactivated after a certain time? e.g. run it from 7-8am and then not?</p>
]]></description><link>https://forum.magicmirror.builders/topic/20341/limit-api-calls-by-deactivating-the-modul-based-on-time</link><generator>RSS for Node</generator><lastBuildDate>Sat, 22 Aug 2026 22:37:06 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/20341.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 22 Aug 2026 18:22:37 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Limit API calls by deactivating the modul based on time? on Sat, 22 Aug 2026 20:21:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kastore" aria-label="Profile: Kastore">@<bdi>Kastore</bdi></a> MMM-ModuleScheduler can show/hide based on a schedule…</p>
<p dir="auto">when hidden modules should stop accessing apis… many don’t…<br />
this module does not…</p>
<p dir="auto">One could add a couple small routines to support this, every module is different in what they need to do… stop timers, start timers, …</p>
<p dir="auto">suspend()<br />
<a href="https://docs.magicmirror.builders/module-development/core-module-file.html#suspend" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.magicmirror.builders/module-development/core-module-file.html#suspend</a></p>
<p dir="auto">and resume()<br />
<a href="https://docs.magicmirror.builders/module-development/core-module-file.html#resume" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.magicmirror.builders/module-development/core-module-file.html#resume</a></p>
]]></description><link>https://forum.magicmirror.builders/post/131765</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/131765</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 22 Aug 2026 20:21:52 GMT</pubDate></item></channel></rss>