<?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[How to disable auto update?]]></title><description><![CDATA[<p dir="auto">When there is a new version available of MagicMirror I see on my mirror text like <code>New commits in master. 123 commits behind</code>. How can I disable this behaviour? I don’t want that my mirror shows on the UI that there is new version available. Or is it even possible to disable checking for new version?</p>
]]></description><link>https://forum.magicmirror.builders/topic/8780/how-to-disable-auto-update</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Jul 2026 07:37:44 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/8780.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 22 Sep 2018 08:59:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to disable auto update? on Sat, 22 Sep 2018 12:13:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/henrikra" aria-label="Profile: henrikra">@<bdi>henrikra</bdi></a></p>
<p dir="auto">Exactly what it does, among other things</p>
]]></description><link>https://forum.magicmirror.builders/post/44617</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/44617</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Sat, 22 Sep 2018 12:13:55 GMT</pubDate></item><item><title><![CDATA[Reply to How to disable auto update? on Sat, 22 Sep 2018 12:11:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: mykle1">@<bdi>mykle1</bdi></a> said in <a href="/post/44615">How to disable auto update?</a>:</p>
<blockquote>
<p dir="auto">RemoteControl</p>
</blockquote>
<p dir="auto">I mean I want to know only if someone has pushed updates to the modules. But I dont want notifications when MagicMirror has released a new version</p>
]]></description><link>https://forum.magicmirror.builders/post/44616</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/44616</guid><dc:creator><![CDATA[henrikra]]></dc:creator><pubDate>Sat, 22 Sep 2018 12:11:59 GMT</pubDate></item><item><title><![CDATA[Reply to How to disable auto update? on Sat, 22 Sep 2018 12:10:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/henrikra" aria-label="Profile: henrikra">@<bdi>henrikra</bdi></a></p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jopyth" aria-label="Profile: Jopyth">@<bdi>Jopyth</bdi></a> 's RemoteControl module would be my recommendation for that</p>
]]></description><link>https://forum.magicmirror.builders/post/44615</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/44615</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Sat, 22 Sep 2018 12:10:41 GMT</pubDate></item><item><title><![CDATA[Reply to How to disable auto update? on Sat, 22 Sep 2018 12:07:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: mykle1">@<bdi>mykle1</bdi></a> Hmm okay nice! What if I want update notifications only from modules? But not from MagicMirror it self?</p>
]]></description><link>https://forum.magicmirror.builders/post/44614</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/44614</guid><dc:creator><![CDATA[henrikra]]></dc:creator><pubDate>Sat, 22 Sep 2018 12:07:15 GMT</pubDate></item><item><title><![CDATA[Reply to How to disable auto update? on Sat, 22 Sep 2018 12:06:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/henrikra" aria-label="Profile: henrikra">@<bdi>henrikra</bdi></a></p>
<p dir="auto">In your config.js file, you can remove or comment out the entry for the <code>updatenotification</code> module. Or, you can add <code>disabled: true,</code> to the beginning of that modules config.js entry.</p>
<pre><code>{
                disabled: true,
		module: "updatenotification",
		position: "top_center",	
		config: {
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/44613</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/44613</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Sat, 22 Sep 2018 12:06:17 GMT</pubDate></item></channel></rss>