<?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[Getting an error when attempting to update MMM-Remote-Control]]></title><description><![CDATA[<p dir="auto">So when following the update guide of this module, I get an error. This is how it looks: <img src="/assets/uploads/files/1488896517054-upload-e2d60d2c-9a7e-4fe4-93ef-83d446d88f8d.png" alt="0_1488896510428_upload-e2d60d2c-9a7e-4fe4-93ef-83d446d88f8d" class=" img-fluid img-markdown" /></p>
<p dir="auto">What should I do?</p>
]]></description><link>https://forum.magicmirror.builders/topic/2004/getting-an-error-when-attempting-to-update-mmm-remote-control</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 07:47:36 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/2004.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 07 Mar 2017 14:22:05 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Getting an error when attempting to update MMM-Remote-Control on Wed, 08 Mar 2017 08:50:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mobbarekurtz" aria-label="Profile: MobbareKurtZ">@<bdi>MobbareKurtZ</bdi></a> You are on the <code>develop</code> branch. In this case use <code>git pull origin develop</code> (or run the installer again).</p>
<p dir="auto">Did you do <code>git diff</code> before to see what the changes were? Strange that you did not change anything, but it still says so. Let me know if you encounter it again.</p>
]]></description><link>https://forum.magicmirror.builders/post/16797</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/16797</guid><dc:creator><![CDATA[Jopyth]]></dc:creator><pubDate>Wed, 08 Mar 2017 08:50:45 GMT</pubDate></item><item><title><![CDATA[Reply to Getting an error when attempting to update MMM-Remote-Control on Tue, 07 Mar 2017 17:52:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yawns" aria-label="Profile: yawns">@<bdi>yawns</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/jopyth" aria-label="Profile: Jopyth">@<bdi>Jopyth</bdi></a> Thanks!</p>
<p dir="auto">Weird thing is, I have never changed anything in that file. And when I did like you told me to it went fine, except that it told me everything was up to date. Yet I am getting this on my mirror, any idea why?</p>
<p dir="auto"><img src="/assets/uploads/files/1488909172755-upload-51e6b496-d030-412a-8363-5f4466851793.png" alt="0_1488909145939_upload-51e6b496-d030-412a-8363-5f4466851793" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/16754</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/16754</guid><dc:creator><![CDATA[MobbareKurtZ]]></dc:creator><pubDate>Tue, 07 Mar 2017 17:52:58 GMT</pubDate></item><item><title><![CDATA[Reply to Getting an error when attempting to update MMM-Remote-Control on Tue, 07 Mar 2017 15:31:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mobbarekurtz" aria-label="Profile: MobbareKurtZ">@<bdi>MobbareKurtZ</bdi></a> As <a class="plugin-mentions-user plugin-mentions-a" href="/user/yawns" aria-label="Profile: yawns">@<bdi>yawns</bdi></a> said: You have changed something in the <code>remote.html</code> file. If you want to know what that was, use <code>git diff</code> in the MMM-Remote-Control folder. You can use the methods describe above to reset or save the changes (you can replace the <code>git pull origin master</code> with calling the updater/installer).</p>
]]></description><link>https://forum.magicmirror.builders/post/16736</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/16736</guid><dc:creator><![CDATA[Jopyth]]></dc:creator><pubDate>Tue, 07 Mar 2017 15:31:31 GMT</pubDate></item><item><title><![CDATA[Reply to Getting an error when attempting to update MMM-Remote-Control on Tue, 07 Mar 2017 14:34:03 GMT]]></title><description><![CDATA[<p dir="auto">If you want to keep your changes to <code>remote.html</code></p>
<pre><code>git stash
git pull origin master
git stash pop
</code></pre>
<p dir="auto">This saves your changes to remote.html, downloads the update and puts back in your changes remote.html.</p>
<p dir="auto">Or, if you don’t need your local changes</p>
<pre><code>git reset --hard
git pull origin master
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/16729</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/16729</guid><dc:creator><![CDATA[yawns]]></dc:creator><pubDate>Tue, 07 Mar 2017 14:34:03 GMT</pubDate></item></channel></rss>