<?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[Updating to v2.2.0...]]></title><description><![CDATA[<p dir="auto">So… I think I did the right thing, but how do I know when it’s updated?</p>
<p dir="auto"><img src="http://www.stephenmelody.co.uk/Capture.jpg" alt="alt text" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/topic/6058/updating-to-v2-2-0</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Jul 2026 05:52:32 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/6058.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 02 Jan 2018 19:23:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Updating to v2.2.0... on Sun, 07 Jan 2018 19:21:13 GMT]]></title><description><![CDATA[<p dir="auto">Thank you so much!! That seems to have fixed it!!</p>
]]></description><link>https://forum.magicmirror.builders/post/33544</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/33544</guid><dc:creator><![CDATA[stephenmelody]]></dc:creator><pubDate>Sun, 07 Jan 2018 19:21:13 GMT</pubDate></item><item><title><![CDATA[Reply to Updating to v2.2.0... on Sun, 07 Jan 2018 19:12:15 GMT]]></title><description><![CDATA[<p dir="auto">okay, try running<br />
<code>rm -f ~/MagicMirror/.git/index.lock</code><br />
then try <code>git pull</code> again.  Hopefully you’ll see more than:<br />
<code>Updating b799609..20823bf</code></p>
]]></description><link>https://forum.magicmirror.builders/post/33543</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/33543</guid><dc:creator><![CDATA[mochman]]></dc:creator><pubDate>Sun, 07 Jan 2018 19:12:15 GMT</pubDate></item><item><title><![CDATA[Reply to Updating to v2.2.0... on Sun, 07 Jan 2018 15:14:58 GMT]]></title><description><![CDATA[<p dir="auto">Thanks <a class="plugin-mentions-user plugin-mentions-a" href="/user/mochman" aria-label="Profile: mochman">@<bdi>mochman</bdi></a></p>
<p dir="auto">This is what I’m getting now… any clues??</p>
<p dir="auto">![alt text](<img src="/assets/uploads/files/1515338091548-dc675bca-05e1-45c1-a9d0-3fd3577e4fa6-image.png" alt="0_1515338090347_dc675bca-05e1-45c1-a9d0-3fd3577e4fa6-image.png" class=" img-fluid img-markdown" /> image url)</p>
]]></description><link>https://forum.magicmirror.builders/post/33508</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/33508</guid><dc:creator><![CDATA[stephenmelody]]></dc:creator><pubDate>Sun, 07 Jan 2018 15:14:58 GMT</pubDate></item><item><title><![CDATA[Reply to Updating to v2.2.0... on Sun, 07 Jan 2018 12:53:46 GMT]]></title><description><![CDATA[<p dir="auto">Just trying to cover all the bases here, but are you on the master branch?  You can run <code>git branch</code> to see.  It should say something like:</p>
<pre><code>pi@Magic-Mirror:~/ $ cd MagicMirror
pi@Magic-Mirror:~/MagicMirror $ git branch
* master
</code></pre>
<p dir="auto">The asterisk denotes which branch is your current one.<br />
If for some reason you’re not on the master branch use <code>git checkout master</code> to switch back to the master branch.<br />
Then try running <code>git pull</code> and see if anything happens.  Hopefully you get a list of files that have been changed.  If not, and you don’t see an error messages try <code>git pull -v</code> to see what errors (if any) you are getting.<br />
Hopefully that all works out, then you can just run <code>npm install</code> and you should be all set.</p>
<p dir="auto">Good luck.</p>
]]></description><link>https://forum.magicmirror.builders/post/33499</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/33499</guid><dc:creator><![CDATA[mochman]]></dc:creator><pubDate>Sun, 07 Jan 2018 12:53:46 GMT</pubDate></item><item><title><![CDATA[Reply to Updating to v2.2.0... on Sun, 07 Jan 2018 04:04:07 GMT]]></title><description><![CDATA[<p dir="auto">Can anyone help? I get the same message no matter what I try to do.</p>
]]></description><link>https://forum.magicmirror.builders/post/33483</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/33483</guid><dc:creator><![CDATA[stephenmelody]]></dc:creator><pubDate>Sun, 07 Jan 2018 04:04:07 GMT</pubDate></item><item><title><![CDATA[Reply to Updating to v2.2.0... on Tue, 02 Jan 2018 20:02:15 GMT]]></title><description><![CDATA[<p dir="auto">Am I doing it in the right folder? Is the command correct? I’m getting the same response no matter what folder i’m in within the MM install</p>
]]></description><link>https://forum.magicmirror.builders/post/33207</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/33207</guid><dc:creator><![CDATA[stephenmelody]]></dc:creator><pubDate>Tue, 02 Jan 2018 20:02:15 GMT</pubDate></item><item><title><![CDATA[Reply to Updating to v2.2.0... on Tue, 02 Jan 2018 19:57:43 GMT]]></title><description><![CDATA[<p dir="auto">nothing has changed, I’m still 86 commits behind on the master branch.</p>
]]></description><link>https://forum.magicmirror.builders/post/33206</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/33206</guid><dc:creator><![CDATA[stephenmelody]]></dc:creator><pubDate>Tue, 02 Jan 2018 19:57:43 GMT</pubDate></item><item><title><![CDATA[Reply to Updating to v2.2.0... on Tue, 02 Jan 2018 19:36:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stephenmelody" aria-label="Profile: stephenmelody">@<bdi>stephenmelody</bdi></a> Next step is to run your mirror and make sure nothing has changed.</p>
]]></description><link>https://forum.magicmirror.builders/post/33205</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/33205</guid><dc:creator><![CDATA[bhepler]]></dc:creator><pubDate>Tue, 02 Jan 2018 19:36:00 GMT</pubDate></item><item><title><![CDATA[Reply to Updating to v2.2.0... on Tue, 02 Jan 2018 19:25:35 GMT]]></title><description><![CDATA[<p dir="auto">it came back within a second… when you say proceed… what’s next?</p>
]]></description><link>https://forum.magicmirror.builders/post/33203</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/33203</guid><dc:creator><![CDATA[stephenmelody]]></dc:creator><pubDate>Tue, 02 Jan 2018 19:25:35 GMT</pubDate></item><item><title><![CDATA[Reply to Updating to v2.2.0... on Tue, 02 Jan 2018 19:24:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stephenmelody" aria-label="Profile: stephenmelody">@<bdi>stephenmelody</bdi></a> Empty responses are good. That usually means no problems. Once you have your command line back, you’re free to proceed.</p>
]]></description><link>https://forum.magicmirror.builders/post/33202</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/33202</guid><dc:creator><![CDATA[bhepler]]></dc:creator><pubDate>Tue, 02 Jan 2018 19:24:57 GMT</pubDate></item></channel></rss>