<?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[Need to disable updatenotification from MagicMirror]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">i want to disable the updates of the modules. i have modified  the value  in updatenotification.js  ( suspended: true, )from /home/pi/MagicMirror/modules/default/updatenotification  folder but still get the update messages . did i miss something ? :)</p>
<p dir="auto">Thank youn advance</p>
]]></description><link>https://forum.magicmirror.builders/topic/15326/need-to-disable-updatenotification-from-magicmirror</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Apr 2026 17:22:42 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/15326.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 31 Jul 2021 11:45:08 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Need to disable updatenotification from MagicMirror on Sat, 31 Jul 2021 14:26:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/antoinemosse" aria-label="Profile: antoinemosse">@<bdi>antoinemosse</bdi></a> i finally found it :) , it was the module ‘’ Alert’’ in config.js</p>
]]></description><link>https://forum.magicmirror.builders/post/93271</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/93271</guid><dc:creator><![CDATA[antoinemosse]]></dc:creator><pubDate>Sat, 31 Jul 2021 14:26:23 GMT</pubDate></item><item><title><![CDATA[Reply to Need to disable updatenotification from MagicMirror on Sun, 01 Aug 2021 12:12:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fozi" aria-label="Profile: fozi">@<bdi>fozi</bdi></a> send me trouble reports. I can’t fix it if no one tells me it’s broken</p>
<p dir="auto">mention right up front that some modules produce tricky tesults</p>
]]></description><link>https://forum.magicmirror.builders/post/93285</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/93285</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 01 Aug 2021 12:12:37 GMT</pubDate></item><item><title><![CDATA[Reply to Need to disable updatenotification from MagicMirror on Sun, 01 Aug 2021 07:53:58 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> True, that is far easier. Unfortunately I didn’t succeed in getting MMM-Config to work properly. Maybe I‘ll give it a 3rd try during my vacation.</p>
]]></description><link>https://forum.magicmirror.builders/post/93283</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/93283</guid><dc:creator><![CDATA[Fozi]]></dc:creator><pubDate>Sun, 01 Aug 2021 07:53:58 GMT</pubDate></item><item><title><![CDATA[Reply to Need to disable updatenotification from MagicMirror on Sat, 31 Jul 2021 19:13:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fozi" aria-label="Profile: fozi">@<bdi>fozi</bdi></a> if you use MMM-Config  it’s a check box</p>
]]></description><link>https://forum.magicmirror.builders/post/93276</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/93276</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 31 Jul 2021 19:13:44 GMT</pubDate></item><item><title><![CDATA[Reply to Need to disable updatenotification from MagicMirror on Sat, 31 Jul 2021 18:26:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/antoinemosse" aria-label="Profile: antoinemosse">@<bdi>antoinemosse</bdi></a> You can disable any module with</p>
<pre><code>disabled: true;
</code></pre>
<p dir="auto">in config.js. If you want to enable it again, then set it to</p>
<pre><code>disabled: false;
</code></pre>
<p dir="auto">No need to poke around in the module’s own scripts.</p>
<p dir="auto">Personally, I always add this line for every module, as it elegantly allows to disabale or enable a module, when necessary.</p>
]]></description><link>https://forum.magicmirror.builders/post/93273</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/93273</guid><dc:creator><![CDATA[Fozi]]></dc:creator><pubDate>Sat, 31 Jul 2021 18:26:18 GMT</pubDate></item><item><title><![CDATA[Reply to Need to disable updatenotification from MagicMirror on Sat, 31 Jul 2021 14:26:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/antoinemosse" aria-label="Profile: antoinemosse">@<bdi>antoinemosse</bdi></a> i finally found it :) , it was the module ‘’ Alert’’ in config.js</p>
]]></description><link>https://forum.magicmirror.builders/post/93271</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/93271</guid><dc:creator><![CDATA[antoinemosse]]></dc:creator><pubDate>Sat, 31 Jul 2021 14:26:23 GMT</pubDate></item><item><title><![CDATA[Reply to Need to disable updatenotification from MagicMirror on Sat, 31 Jul 2021 14:05:37 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> Thx, but it does not work. i’ve added this entry in  updatenotification.js n but continue to receive the notifications  :(</p>
<p dir="auto">/* Magic Mirror</p>
<ul>
<li>
<p dir="auto">Module: UpdateNotification</p>
</li>
<li></li>
<li>
<p dir="auto">By Michael Teeuw <a href="https://michaelteeuw.nl" target="_blank" rel="noopener noreferrer nofollow ugc">https://michaelteeuw.nl</a></p>
</li>
<li>
<p dir="auto">MIT Licensed.<br />
*/<br />
Module.register(“updatenotification”, {<br />
defaults: {<br />
updateInterval: 10 * 60 * 1000, // every 10 minutes<br />
refreshInterval: 24 * 60 * 60 * 1000, // one day<br />
ignoreModules: [“MMM-GoogleAssistant”,“MMM-Assistant2Display”]<br />
},</p>
<pre><code> disable: true,
 suspended: true,
 moduleList: {},

 start: function () {
         var self = this;
         Log.log("Start updatenotification");
         setInterval(() =&gt; {
                 self.moduleList = {};
                 self.updateDom(2);
         }, self.config.refreshInterval);
 },
</code></pre>
</li>
</ul>
]]></description><link>https://forum.magicmirror.builders/post/93270</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/93270</guid><dc:creator><![CDATA[antoinemosse]]></dc:creator><pubDate>Sat, 31 Jul 2021 14:05:37 GMT</pubDate></item><item><title><![CDATA[Reply to Need to disable updatenotification from MagicMirror on Sat, 31 Jul 2021 12:51:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/antoinemosse" aria-label="Profile: antoinemosse">@<bdi>antoinemosse</bdi></a> it’s<br />
disabled:true</p>
]]></description><link>https://forum.magicmirror.builders/post/93269</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/93269</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 31 Jul 2021 12:51:49 GMT</pubDate></item></channel></rss>