<?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[Problem updating to v2.3.1]]></title><description><![CDATA[<p dir="auto">Just tried to update today to v2.3.1 and got the following error when running “git pull” in the ~/MagicMirror directory</p>
<p dir="auto">Removing tests/unit/translations/same_keys.js<br />
Removing tests/unit/functions/class_spec.js<br />
Auto-merging modules/default/currentweather/README.md<br />
CONFLICT (content): Merge conflict in modules/default/currentweather/README.md<br />
Automatic merge failed; fix conflicts and then commit the result.</p>
<p dir="auto">Anyone got any ideas as to what I may be doing wrong ? (I’m running 2 mirrors, and both have the same error)</p>
]]></description><link>https://forum.magicmirror.builders/topic/6906/problem-updating-to-v2-3-1</link><generator>RSS for Node</generator><lastBuildDate>Mon, 08 Jun 2026 14:41:58 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/6906.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 02 Apr 2018 18:40:50 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Problem updating to v2.3.1 on Sun, 15 Apr 2018 22:59:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bob" aria-label="Profile: Bob">@<bdi>Bob</bdi></a> said in <a href="/post/37923">Problem updating to v2.3.1</a>:</p>
<blockquote>
<p dir="auto">Not sure what I’ve done but when I run a git pull I now have a message that says I need to run “git commit -a” to fix the issues.</p>
<p dir="auto">What would happen if I did that ? Would it overwrite the main branch, or just create my own version of that branch ? I don’t have a git account, so would that cause issues as well ?</p>
</blockquote>
<p dir="auto">I ran the “git commit -a”, exited that screen, then ran sudo git pull &amp; npm install and it worked for me then…Had the same issues above before that</p>
]]></description><link>https://forum.magicmirror.builders/post/38453</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/38453</guid><dc:creator><![CDATA[crowbar]]></dc:creator><pubDate>Sun, 15 Apr 2018 22:59:51 GMT</pubDate></item><item><title><![CDATA[Reply to Problem updating to v2.3.1 on Mon, 09 Apr 2018 07:26:30 GMT]]></title><description><![CDATA[<p dir="auto">So I reinstalled it, however now when the MagicMirror starts the screen is just black…</p>
]]></description><link>https://forum.magicmirror.builders/post/38176</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/38176</guid><dc:creator><![CDATA[Kristianson]]></dc:creator><pubDate>Mon, 09 Apr 2018 07:26:30 GMT</pubDate></item><item><title><![CDATA[Reply to Problem updating to v2.3.1 on Sat, 07 Apr 2018 07:29:49 GMT]]></title><description><![CDATA[<p dir="auto">Well, I couldn’t get it to work, so I just did a rebuild of the 2 mirrors. I keep a base build of the MM image anyway, so it only took an hour to recreate them both from scratch.</p>
]]></description><link>https://forum.magicmirror.builders/post/38057</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/38057</guid><dc:creator><![CDATA[Bob]]></dc:creator><pubDate>Sat, 07 Apr 2018 07:29:49 GMT</pubDate></item><item><title><![CDATA[Reply to Problem updating to v2.3.1 on Thu, 05 Apr 2018 10:23:37 GMT]]></title><description><![CDATA[<p dir="auto">Thank your for the reply. I will give that a try… failing that I am going to re-install it…</p>
]]></description><link>https://forum.magicmirror.builders/post/37978</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/37978</guid><dc:creator><![CDATA[Kristianson]]></dc:creator><pubDate>Thu, 05 Apr 2018 10:23:37 GMT</pubDate></item><item><title><![CDATA[Reply to Problem updating to v2.3.1 on Wed, 04 Apr 2018 20:55:44 GMT]]></title><description><![CDATA[<p dir="auto">With any of the default modules… If you made any changes to the .js files or the <a href="http://README.md" target="_blank" rel="noopener noreferrer nofollow ugc">README.md</a> files, AND, you would like to keep those changes… TRY THIS:</p>
<p dir="auto">cut and paste any of the default modules from the MagicMirror directory to any other directory.<br />
You also need to do the same for the package.json, package-lock.json, and your config.js file if there are any additional modules that have been added.</p>
<p dir="auto">then do the ‘git pull $$ npm install’</p>
<p dir="auto">when it is done, replace those files in the new MagicMirror that just got installed with the ones you saved from your old MagicMirror.</p>
<p dir="auto">then do ‘npm rebuild’</p>
<p dir="auto">It took a couple of times starting the MagicMirror to get all the changes to take…</p>
<p dir="auto">this also fixes the currentweather module problem…</p>
<p dir="auto">and the blank screen problem…</p>
]]></description><link>https://forum.magicmirror.builders/post/37952</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/37952</guid><dc:creator><![CDATA[justjim1220]]></dc:creator><pubDate>Wed, 04 Apr 2018 20:55:44 GMT</pubDate></item><item><title><![CDATA[Reply to Problem updating to v2.3.1 on Wed, 04 Apr 2018 19:16:54 GMT]]></title><description><![CDATA[<p dir="auto">removed those and now:</p>
<p dir="auto">pi@raspberrypi_7:~/MagicMirror $ sudo git pull &amp;&amp; npm install<br />
Removing tests/unit/translations/same_keys.js<br />
Removing tests/unit/functions/class_spec.js<br />
Auto-merging modules/default/currentweather/README.md<br />
CONFLICT (content): Merge conflict in modules/default/currentweather/README.md<br />
Automatic merge failed; fix conflicts and then commit the result.</p>
<p dir="auto">Perhaps I should just re-install it? I even removed the currentweather default module (directory and the files)…</p>
]]></description><link>https://forum.magicmirror.builders/post/37948</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/37948</guid><dc:creator><![CDATA[Kristianson]]></dc:creator><pubDate>Wed, 04 Apr 2018 19:16:54 GMT</pubDate></item><item><title><![CDATA[Reply to Problem updating to v2.3.1 on Wed, 04 Apr 2018 13:54:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kristianson" aria-label="Profile: Kristianson">@<bdi>Kristianson</bdi></a><br />
move or remove the files below</p>
<pre><code>dangerfile.js
fonts/yarn.lock
module-types.ts
tests/configs/data/StripComments.json
tests/configs/data/TranslationTest.json
tests/configs/data/en.json
tests/e2e/translations_spec.js
tests/unit/classes/class_spec.js
tests/unit/classes/deprecated_spec.js
tests/unit/classes/translator_spec.js
tests/unit/classes/utils_spec.js
vendor/yarn.lock
yarn.lock
</code></pre>
<p dir="auto">and then run</p>
<pre><code>git pull &amp;&amp; npm install
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/37937</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/37937</guid><dc:creator><![CDATA[NoNameRo]]></dc:creator><pubDate>Wed, 04 Apr 2018 13:54:41 GMT</pubDate></item><item><title><![CDATA[Reply to Problem updating to v2.3.1 on Wed, 04 Apr 2018 08:25:27 GMT]]></title><description><![CDATA[<p dir="auto">Not sure what I’ve done but when I run a git pull I now have a message that says I need to run “git commit -a” to fix the issues.</p>
<p dir="auto">What would happen if I did that ? Would it overwrite the main branch, or just create my own version of that branch ? I don’t have a git account, so would that cause issues as well ?</p>
]]></description><link>https://forum.magicmirror.builders/post/37923</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/37923</guid><dc:creator><![CDATA[Bob]]></dc:creator><pubDate>Wed, 04 Apr 2018 08:25:27 GMT</pubDate></item><item><title><![CDATA[Reply to Problem updating to v2.3.1 on Wed, 04 Apr 2018 06:58:50 GMT]]></title><description><![CDATA[<p dir="auto">Hi! Thank you for checking… I ran the git reset --hard   and then the git pull &amp;&amp; npm install but shorter error now… not sure if I should just remove the files? Never had this problem before:</p>
<p dir="auto">pi@raspberrypi_7:~/MagicMirror $ sudo git reset --hard<br />
HEAD is now at 532143c Merge pull request #1149 from bonaime/patch-1<br />
pi@raspberrypi_7:~/MagicMirror $ sudo git pull &amp;&amp; npm install<br />
error: The following untracked working tree files would be overwritten by merge:<br />
dangerfile.js<br />
fonts/yarn.lock<br />
module-types.ts<br />
tests/configs/data/StripComments.json<br />
tests/configs/data/TranslationTest.json<br />
tests/configs/data/en.json<br />
tests/e2e/translations_spec.js<br />
tests/unit/classes/class_spec.js<br />
tests/unit/classes/deprecated_spec.js<br />
tests/unit/classes/translator_spec.js<br />
tests/unit/classes/utils_spec.js<br />
vendor/yarn.lock<br />
yarn.lock<br />
Please move or remove them before you merge.<br />
Aborting<br />
pi@raspberrypi_7:~/MagicMirror $</p>
]]></description><link>https://forum.magicmirror.builders/post/37922</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/37922</guid><dc:creator><![CDATA[Kristianson]]></dc:creator><pubDate>Wed, 04 Apr 2018 06:58:50 GMT</pubDate></item><item><title><![CDATA[Reply to Problem updating to v2.3.1 on Wed, 04 Apr 2018 03:16:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kristianson" aria-label="Profile: Kristianson">@<bdi>Kristianson</bdi></a><br />
Did you solve the problem, have you run</p>
<pre><code>git reset --hard
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/37913</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/37913</guid><dc:creator><![CDATA[NoNameRo]]></dc:creator><pubDate>Wed, 04 Apr 2018 03:16:22 GMT</pubDate></item><item><title><![CDATA[Reply to Problem updating to v2.3.1 on Tue, 03 Apr 2018 12:31:45 GMT]]></title><description><![CDATA[<p dir="auto">No, tried that and a bit more info:</p>
<p dir="auto">pi@raspberrypi_7:~/MagicMirror $ git reset<br />
Unstaged changes after reset:<br />
M	.eslintrc.json<br />
M	.travis.yml<br />
M	<a href="http://CHANGELOG.md" target="_blank" rel="noopener noreferrer nofollow ugc">CHANGELOG.md</a><br />
M	<a href="http://README.md" target="_blank" rel="noopener noreferrer nofollow ugc">README.md</a><br />
M	installers/raspberry.sh<br />
M	js/class.js<br />
M	js/main.js<br />
M	js/module.js<br />
M	js/translator.js<br />
M	modules/README.md<br />
M	modules/default/alert/README.md<br />
M	modules/default/calendar/README.md<br />
M	modules/default/calendar/calendarfetcher.js<br />
M	modules/default/calendar/vendor/ical.js/test/test.js<br />
M	modules/default/compliments/README.md<br />
M	modules/default/compliments/compliments.js<br />
M	modules/default/currentweather/README.md<br />
M	modules/default/currentweather/currentweather.js<br />
M	modules/default/newsfeed/README.md<br />
M	modules/default/newsfeed/fetcher.js<br />
M	modules/default/newsfeed/newsfeed.js<br />
M	modules/default/updatenotification/updatenotification.js<br />
M	modules/default/weatherforecast/weatherforecast.js<br />
M	package-lock.json<br />
M	package.json<br />
M	tests/configs/check_config.js<br />
D	tests/unit/functions/class_spec.js<br />
M	tests/unit/functions/cmp_versions_spec.js<br />
D	tests/unit/translations/same_keys.js<br />
M	translations/af.json<br />
M	translations/bg.json<br />
M	translations/ca.json<br />
M	translations/cs.json<br />
M	translations/cy.json<br />
M	translations/da.json<br />
M	translations/de.json<br />
M	translations/en.json<br />
M	translations/es.json<br />
M	translations/et.json<br />
M	translations/fi.json<br />
M	translations/fr.json<br />
M	translations/hu.json<br />
M	translations/id.json<br />
M	translations/is.json<br />
M	translations/kr.json<br />
M	translations/nb.json<br />
M	translations/nl.json<br />
M	translations/nn.json<br />
M	translations/pl.json<br />
M	translations/pt.json<br />
M	translations/ro.json<br />
M	translations/ru.json<br />
M	translations/sv.json<br />
M	translations/zh_cn.json<br />
pi@raspberrypi_7:~/MagicMirror $ git pull &amp;&amp; npm install<br />
error: Your local changes to the following files would be overwritten by merge:<br />
.eslintrc.json<br />
.travis.yml<br />
<a href="http://CHANGELOG.md" target="_blank" rel="noopener noreferrer nofollow ugc">CHANGELOG.md</a><br />
<a href="http://README.md" target="_blank" rel="noopener noreferrer nofollow ugc">README.md</a><br />
installers/raspberry.sh<br />
js/class.js<br />
js/main.js<br />
js/module.js<br />
js/translator.js<br />
modules/README.md<br />
modules/default/alert/README.md<br />
modules/default/calendar/README.md<br />
modules/default/calendar/calendarfetcher.js<br />
modules/default/calendar/vendor/ical.js/test/test.js<br />
modules/default/compliments/README.md<br />
modules/default/compliments/compliments.js<br />
modules/default/currentweather/README.md<br />
modules/default/currentweather/currentweather.js<br />
modules/default/newsfeed/README.md<br />
modules/default/newsfeed/fetcher.js<br />
modules/default/newsfeed/newsfeed.js<br />
modules/default/updatenotification/updatenotification.js<br />
modules/default/weatherforecast/weatherforecast.js<br />
package-lock.json<br />
package.json<br />
tests/configs/check_config.js<br />
tests/unit/functions/cmp_versions_spec.js<br />
translations/af.json<br />
translations/bg.json<br />
translations/ca.json<br />
translations/cs.json<br />
translations/cy.json<br />
translations/da.json<br />
translations/de.json<br />
translations/en.json<br />
translations/es.json<br />
translations/et.json<br />
translations/fi.json<br />
translations/fr.json<br />
translations/hu.json<br />
translations/id.json<br />
translations/is.json<br />
translations/kr.json<br />
translations/nb.json<br />
translations/nl.json<br />
translations/nn.json<br />
translations/pl.json<br />
translations/pt.json<br />
translations/ro.json<br />
translations/ru.json<br />
translations/sv.json<br />
translations/zh_cn.json<br />
Please commit your changes or stash them before you merge.<br />
error: The following untracked working tree files would be overwritten by merge:<br />
dangerfile.js<br />
fonts/yarn.lock<br />
module-types.ts<br />
tests/configs/data/StripComments.json<br />
tests/configs/data/TranslationTest.json<br />
tests/configs/data/en.json<br />
tests/e2e/translations_spec.js<br />
tests/unit/classes/class_spec.js<br />
tests/unit/classes/deprecated_spec.js<br />
tests/unit/classes/translator_spec.js<br />
tests/unit/classes/utils_spec.js<br />
vendor/yarn.lock<br />
yarn.lock<br />
Please move or remove them before you merge.<br />
Aborting<br />
pi@raspberrypi_7:~/MagicMirror $</p>
<p dir="auto">Where are these files? Should I just remove them?</p>
]]></description><link>https://forum.magicmirror.builders/post/37887</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/37887</guid><dc:creator><![CDATA[Kristianson]]></dc:creator><pubDate>Tue, 03 Apr 2018 12:31:45 GMT</pubDate></item><item><title><![CDATA[Reply to Problem updating to v2.3.1 on Tue, 03 Apr 2018 12:28:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kristianson" aria-label="Profile: Kristianson">@<bdi>Kristianson</bdi></a><br />
did you run git reset --hard and then git pull &amp;&amp; npm install</p>
]]></description><link>https://forum.magicmirror.builders/post/37886</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/37886</guid><dc:creator><![CDATA[NoNameRo]]></dc:creator><pubDate>Tue, 03 Apr 2018 12:28:49 GMT</pubDate></item><item><title><![CDATA[Reply to Problem updating to v2.3.1 on Tue, 03 Apr 2018 12:23:18 GMT]]></title><description><![CDATA[<p dir="auto">Not exactly the same, that’s the problem it does not say what’s conflicting:</p>
<p dir="auto">pi@raspberrypi_7:~/MagicMirror $ sudo git pull &amp;&amp; npm install<br />
error: Pulling is not possible because you have unmerged files.<br />
hint: Fix them up in the work tree, and then use 'git add/rm ’<br />
hint: as appropriate to mark resolution and make a commit.<br />
fatal: Exiting because of an unresolved conflict.<br />
pi@raspberrypi_7:~/MagicMirror $</p>
]]></description><link>https://forum.magicmirror.builders/post/37885</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/37885</guid><dc:creator><![CDATA[Kristianson]]></dc:creator><pubDate>Tue, 03 Apr 2018 12:23:18 GMT</pubDate></item><item><title><![CDATA[Reply to Problem updating to v2.3.1 on Tue, 03 Apr 2018 12:20:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kristianson" aria-label="Profile: Kristianson">@<bdi>Kristianson</bdi></a><br />
if you have the same error as <a class="plugin-mentions-user plugin-mentions-a" href="/user/bob" aria-label="Profile: Bob">@<bdi>Bob</bdi></a></p>
<p dir="auto">have you deleted or renamed the readme file under “/home/pi/MagicMirror/modules/default/currentweather/README.md”</p>
]]></description><link>https://forum.magicmirror.builders/post/37884</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/37884</guid><dc:creator><![CDATA[NoNameRo]]></dc:creator><pubDate>Tue, 03 Apr 2018 12:20:46 GMT</pubDate></item><item><title><![CDATA[Reply to Problem updating to v2.3.1 on Tue, 03 Apr 2018 12:08:57 GMT]]></title><description><![CDATA[<p dir="auto">get the same error when upgrading - I just did: git pull &amp;&amp; npm install<br />
how do I find what the conflicts are?</p>
]]></description><link>https://forum.magicmirror.builders/post/37883</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/37883</guid><dc:creator><![CDATA[Kristianson]]></dc:creator><pubDate>Tue, 03 Apr 2018 12:08:57 GMT</pubDate></item><item><title><![CDATA[Reply to Problem updating to v2.3.1 on Mon, 02 Apr 2018 19:35:39 GMT]]></title><description><![CDATA[<p dir="auto">I did not attempt to update, but you could try to delete/rename/move the file it could not merge and try again</p>
]]></description><link>https://forum.magicmirror.builders/post/37845</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/37845</guid><dc:creator><![CDATA[yawns]]></dc:creator><pubDate>Mon, 02 Apr 2018 19:35:39 GMT</pubDate></item></channel></rss>