<?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[Black screen after install update v2.2]]></title><description><![CDATA[<p dir="auto">Hello,<br />
after install the new update. I get a black screen at my MagicMirror.<br />
I get many warnings after npm install.</p>
<pre><code>//pi@Mirror:~/MagicMirror $ npm install

&gt; magicmirror@2.2.0 install /home/pi/MagicMirror
&gt; cd vendor &amp;&amp; npm install

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})

&gt; magicmirror@2.2.0 postinstall /home/pi/MagicMirror
&gt; sh installers/postinstall/postinstall.sh &amp;&amp; npm run install-fonts

MagicMirror installation successful!

&gt; magicmirror@2.2.0 install-fonts /home/pi/MagicMirror
&gt; cd fonts &amp;&amp; npm install

magicmirror@2.2.0 /home/pi/MagicMirror
├─┬ mocha-logger@1.0.5
│ └─┬ mocha@3.5.3
│   ├─┬ commander@2.9.0
│   │ └── graceful-readlink@1.0.1
│   ├─┬ debug@2.6.8
│   │ └── ms@2.0.0
│   ├── diff@3.2.0
│   ├── growl@1.9.2
│   ├── json3@3.3.2
│   ├─┬ lodash.create@3.1.1
│   │ ├─┬ lodash._baseassign@3.2.0
│   │ │ ├── lodash._basecopy@3.0.1
│   │ │ └─┬ lodash.keys@3.1.2
│   │ │   ├── lodash._getnative@3.9.1
│   │ │   ├── lodash.isarguments@3.1.0
│   │ │   └── lodash.isarray@3.0.4
│   │ ├── lodash._basecreate@3.0.3
│   │ └── lodash._isiterateecall@3.0.9
│   ├─┬ mkdirp@0.5.1
│   │ └── minimist@0.0.8
│   └── supports-color@3.1.2
└─┬ UNMET PEER DEPENDENCY stylelint@8.4.0
  ├── UNMET PEER DEPENDENCY postcss-less@1.1.3
  ├── UNMET PEER DEPENDENCY postcss-scss@1.0.2
  └── UNMET PEER DEPENDENCY sugarss@1.0.1

npm WARN postcss-html@0.12.0 requires a peer of postcss-less@&gt;=1.1.0 but none was installed.
npm WARN postcss-html@0.12.0 requires a peer of postcss-scss@&gt;=1.0.0 but none was installed.
npm WARN postcss-html@0.12.0 requires a peer of sugarss@&gt;=1.0.0 but none was installed.
npm WARN stylelint-config-standard@16.0.0 requires a peer of stylelint@^7.8.0 but none was installed.

</code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/6045/black-screen-after-install-update-v2-2</link><generator>RSS for Node</generator><lastBuildDate>Fri, 12 Jun 2026 02:40:08 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/6045.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 01 Jan 2018 13:08:04 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Black screen after install update v2.2 on Sat, 06 Jan 2018 17:00:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ryck" aria-label="Profile: ryck">@<bdi>ryck</bdi></a> said in <a href="/post/33427">Black screen after install update v2.2</a>:</p>
<blockquote>
<p dir="auto">cd modules/MMM-Buttons<br />
npm install electron-rebuild<br />
./node_modules/.bin/electron-rebuild</p>
</blockquote>
<p dir="auto">You are my hero… :)</p>
]]></description><link>https://forum.magicmirror.builders/post/33445</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/33445</guid><dc:creator><![CDATA[hoddog]]></dc:creator><pubDate>Sat, 06 Jan 2018 17:00:18 GMT</pubDate></item><item><title><![CDATA[Reply to Black screen after install update v2.2 on Fri, 05 Jan 2018 23:58:53 GMT]]></title><description><![CDATA[<p dir="auto">A quick way to fix this:</p>
<pre><code>cd modules/MMM-Buttons
npm install electron-rebuild
./node_modules/.bin/electron-rebuild
</code></pre>
<p dir="auto">It always worked for me…</p>
]]></description><link>https://forum.magicmirror.builders/post/33427</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/33427</guid><dc:creator><![CDATA[ryck]]></dc:creator><pubDate>Fri, 05 Jan 2018 23:58:53 GMT</pubDate></item><item><title><![CDATA[Reply to Black screen after install update v2.2 on Mon, 01 Jan 2018 16:05:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/carltonb" aria-label="Profile: carltonb">@<bdi>carltonb</bdi></a> Well sometimes things get ‘lost’ or don’t install properly…so at times things can go wrong and cannot be fixed so that was the best answer.  Glad you got it working!!</p>
]]></description><link>https://forum.magicmirror.builders/post/33125</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/33125</guid><dc:creator><![CDATA[cowboysdude]]></dc:creator><pubDate>Mon, 01 Jan 2018 16:05:26 GMT</pubDate></item><item><title><![CDATA[Reply to Black screen after install update v2.2 on Mon, 01 Jan 2018 15:56:06 GMT]]></title><description><![CDATA[<p dir="auto">I had to do a complete reinstall. Used a backed up sd card and the same error kept appearing in the logs. Backed up all my configs and mods. Did a fresh install and all works fine. Could have been one of the modules that gave it an error, I do not know but the calendar works great now.<br />
Thanks<br />
carltonb</p>
]]></description><link>https://forum.magicmirror.builders/post/33124</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/33124</guid><dc:creator><![CDATA[carltonb]]></dc:creator><pubDate>Mon, 01 Jan 2018 15:56:06 GMT</pubDate></item><item><title><![CDATA[Reply to Black screen after install update v2.2 on Mon, 01 Jan 2018 15:26:43 GMT]]></title><description><![CDATA[<p dir="auto">My suggestion would be to back your modules and your working config.js and delete MM and install the new version…  That’s the quickest and easiest way</p>
]]></description><link>https://forum.magicmirror.builders/post/33118</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/33118</guid><dc:creator><![CDATA[cowboysdude]]></dc:creator><pubDate>Mon, 01 Jan 2018 15:26:43 GMT</pubDate></item><item><title><![CDATA[Reply to Black screen after install update v2.2 on Mon, 01 Jan 2018 14:44:51 GMT]]></title><description><![CDATA[<p dir="auto">I updated to V2.2.1 on my RPI2: no problem.<br />
Calendar entries work better now.<br />
Thanks for the work!<br />
Peter</p>
]]></description><link>https://forum.magicmirror.builders/post/33116</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/33116</guid><dc:creator><![CDATA[Peter]]></dc:creator><pubDate>Mon, 01 Jan 2018 14:44:51 GMT</pubDate></item><item><title><![CDATA[Reply to Black screen after install update v2.2 on Mon, 01 Jan 2018 13:27:18 GMT]]></title><description><![CDATA[<p dir="auto">Okay. after npm rebuild the Mirror is still black.</p>
]]></description><link>https://forum.magicmirror.builders/post/33107</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/33107</guid><dc:creator><![CDATA[Blackmirror]]></dc:creator><pubDate>Mon, 01 Jan 2018 13:27:18 GMT</pubDate></item><item><title><![CDATA[Reply to Black screen after install update v2.2 on Mon, 01 Jan 2018 13:18:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/blackmirror" aria-label="Profile: Blackmirror">@<bdi>Blackmirror</bdi></a> try to got to <code>cd /home/pi/MagicMirror/modules/MMM-Buttons </code> and run <code>npm rebuild</code></p>
]]></description><link>https://forum.magicmirror.builders/post/33105</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/33105</guid><dc:creator><![CDATA[strawberry 3.141]]></dc:creator><pubDate>Mon, 01 Jan 2018 13:18:11 GMT</pubDate></item><item><title><![CDATA[Reply to Black screen after install update v2.2 on Mon, 01 Jan 2018 13:15:30 GMT]]></title><description><![CDATA[<p dir="auto">Okay. here:</p>
<pre><code>//Starting MagicMirror: v2.2.0
Loading config ...
Loading module helpers ...
No helper found for module: alert.
No helper found for module: MMM-Carousel.
WARNING! Could not load config file. Starting with default configuration. Error found: Error: Module version mismatch. Expected 50, got 53.
Loading module helpers ...
No helper found for module: alert.
No helper found for module: MMM-Carousel.
App threw an error during load
Error: Module version mismatch. Expected 50, got 53.
    at Error (native)
    at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:173:20)
    at Object.Module._extensions..node (module.js:583:18)
    at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:173:20)
    at Module.load (module.js:473:32)
    at tryModuleLoad (module.js:432:12)
    at Function.Module._load (module.js:424:3)
    at Module.require (module.js:483:17)
    at require (internal/module.js:20:19)
    at bindings (/home/pi/MagicMirror/modules/MMM-Buttons/node_modules/bindings/bindings.js:76:44)
Whoops! There was an uncaught exception...
Error: Module version mismatch. Expected 50, got 53.
    at Error (native)
    at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:173:20)
    at Object.Module._extensions..node (module.js:583:18)
    at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:173:20)
    at Module.load (module.js:473:32)
    at tryModuleLoad (module.js:432:12)
    at Function.Module._load (module.js:424:3)
    at Module.require (module.js:483:17)
    at require (internal/module.js:20:19)
    at bindings (/home/pi/MagicMirror/modules/MMM-Buttons/node_modules/bindings/bindings.js:76:44)
MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
Launching application.

</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/33104</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/33104</guid><dc:creator><![CDATA[Blackmirror]]></dc:creator><pubDate>Mon, 01 Jan 2018 13:15:30 GMT</pubDate></item><item><title><![CDATA[Reply to Black screen after install update v2.2 on Mon, 01 Jan 2018 13:12:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/blackmirror" aria-label="Profile: Blackmirror">@<bdi>Blackmirror</bdi></a> can you run your mirror with <code>npm start dev</code> and check for errors in the console?</p>
]]></description><link>https://forum.magicmirror.builders/post/33103</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/33103</guid><dc:creator><![CDATA[strawberry 3.141]]></dc:creator><pubDate>Mon, 01 Jan 2018 13:12:59 GMT</pubDate></item></channel></rss>