<?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[&quot;Update available for module ...&quot; appears but I don&#x27;t want to update]]></title><description><![CDATA[<p dir="auto">On the top center of my display appears the text from the topic. I don’t want to update the module because I did my own modifications on it. So is it possible to remove this without doing any update?</p>
]]></description><link>https://forum.magicmirror.builders/topic/11836/update-available-for-module-appears-but-i-don-t-want-to-update</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Apr 2026 17:08:06 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/11836.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 23 Dec 2019 10:31:35 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to &quot;Update available for module ...&quot; appears but I don&#x27;t want to update on Mon, 23 Dec 2019 12:43:53 GMT]]></title><description><![CDATA[<p dir="auto">I’m in favor of option 1… you don’t HAVE to suffer thru having the potential updates displayed, and you don’t have to take the changes either…</p>
]]></description><link>https://forum.magicmirror.builders/post/66423</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/66423</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 23 Dec 2019 12:43:53 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Update available for module ...&quot; appears but I don&#x27;t want to update on Mon, 23 Dec 2019 12:19:31 GMT]]></title><description><![CDATA[<p dir="auto">really, option 2 here is the only way to solve it that makes sense. Always fork before making changes.</p>
]]></description><link>https://forum.magicmirror.builders/post/66420</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/66420</guid><dc:creator><![CDATA[BKeyport]]></dc:creator><pubDate>Mon, 23 Dec 2019 12:19:31 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Update available for module ...&quot; appears but I don&#x27;t want to update on Mon, 23 Dec 2019 10:56:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sirver" aria-label="Profile: SirVer">@<bdi>SirVer</bdi></a><br />
I’d see two options:</p>
<ol>
<li>Disable the update notifikation by inserting</li>
</ol>
<pre><code>disabled: true, 
</code></pre>
<p dir="auto">in the module config</p>
<pre><code>{
module: "updatenotification",
disabled: true, 
position: "top_bar"
},
</code></pre>
<p dir="auto">But then all update notifications will be disabled.</p>
<ol start="2">
<li>You fork the module into your own github repo, apply the changes you made, and install the module from your own repo. This might require to make also adoptions in the code for references, which point into the original repo.<br />
But then you will not have automatically update notifications, if the original module has been updated.</li>
</ol>
<p dir="auto">What I do is to document my changes in my private repo and to apply them if the module gets updated. That’s for me the easiest and quickest way.</p>
]]></description><link>https://forum.magicmirror.builders/post/66418</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/66418</guid><dc:creator><![CDATA[Fozi]]></dc:creator><pubDate>Mon, 23 Dec 2019 10:56:33 GMT</pubDate></item></channel></rss>