<?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 withj fresh new MM install]]></title><description><![CDATA[<p dir="auto">Hi,<br />
I just installed MM on a new RPI3 Raspbian and all I can see is a black screen.</p>
<p dir="auto">PM2 log shows no error :</p>
<pre><code>&gt; magicmirror@2.12.0 start /var/local/MagicMirror
&gt; DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js

 [LOG]    Starting MagicMirror: v2.12.0
[...] [LOG]    Loading config ...
[...] [LOG]    Loading module helpers ...
[...] [LOG]    No helper found for module: alert.
[...] [LOG]    Initializing new module helper ...
[...] [LOG]    Module helper loaded: updatenotification
[...] [LOG]    No helper found for module: clock.
[...] [LOG]    Initializing new module helper ...
[...] [LOG]    Module helper loaded: calendar
[...] [LOG]    No helper found for module: compliments.
[...] [LOG]    No helper found for module: currentweather.
[...] [LOG]    No helper found for module: weatherforecast.
[...] [LOG]    Initializing new module helper ...
[...] [LOG]    Module helper loaded: newsfeed
[...] [LOG]    All module helpers loaded.
[...] [LOG]    Starting server on port 8080 ...
[...] [LOG]    Server started ...
[...] [LOG]    Connecting socket for: updatenotification
[...] [LOG]    Connecting socket for: calendar
[...] [LOG]    Starting node helper for: calendar
[...] [LOG]    Connecting socket for: newsfeed
[...] [LOG]    Starting node helper for: newsfeed
[...] [LOG]    Sockets connected &amp; modules started ...
[...] [LOG]    Launching application.
</code></pre>
<p dir="auto">I tried to connect from a chrome browser on my PC, and see the same black screen.<br />
Browser console shows many errors :</p>
<pre><code>GET http://[IP:PORT]/vendor/node_modules/nunjucks/browser/nunjucks.min.js net::ERR_ABORTED 404 (Not Found)
...
Refused to apply style from 'http://[IP:PORT]/vendor/node_modules/@fortawesome/fontawesome-free/css/all.min.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
...
Refused to apply style from 'http://[IP:PORT]/vendor/node_modules/@fortawesome/fontawesome-free/css/v4-shims.min.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
...
GET http://[IP:PORT]/vendor/node_modules/moment/min/moment-with-locales.js net::ERR_ABORTED 404 (Not Found)
...
GET http://[IP:PORT]/vendor/node_modules/moment-timezone/builds/moment-timezone-with-data.js net::ERR_ABORTED 404 (Not Found)
...
GET http://[IP:PORT]/vendor/node_modules/suncalc/suncalc.js net::ERR_ABORTED 404 (Not Found)
...
Refused to apply style from 'http://[IP:PORT]/vendor/node_modules/weathericons/css/weather-icons.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
...
Refused to apply style from 'http://[IP:PORT]/css/custom.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
...
Uncaught ReferenceError: moment is not defined
...
</code></pre>
<p dir="auto">It happens that there is no folder vendor/node_modules !</p>
<p dir="auto">I followed the default install documentation : install node 10, git clone MM, npm install, pm2 autostart script.<br />
Did I forgot something ?</p>
]]></description><link>https://forum.magicmirror.builders/topic/13285/black-screen-withj-fresh-new-mm-install</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Apr 2026 02:49:23 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/13285.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 16 Jul 2020 09:54:39 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Black screen withj fresh new MM install on Thu, 16 Jul 2020 16:31:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> said in <a href="/post/78604">Black screen withj fresh new MM install</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/arkabase" aria-label="Profile: arkabase">@<bdi>arkabase</bdi></a> the npm install did not complete… it should</p>
<pre><code>cd vendor
npm install
cd ../fonts
npm install
</code></pre>
</blockquote>
<p dir="auto">YES ! Thank you very much, it works fine now :folded_hands_medium-light_skin_tone:</p>
]]></description><link>https://forum.magicmirror.builders/post/78641</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/78641</guid><dc:creator><![CDATA[arkabase]]></dc:creator><pubDate>Thu, 16 Jul 2020 16:31:05 GMT</pubDate></item><item><title><![CDATA[Reply to Black screen withj fresh new MM install on Thu, 16 Jul 2020 11:56:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/arkabase" aria-label="Profile: arkabase">@<bdi>arkabase</bdi></a> the npm install did not complete… it should</p>
<pre><code>cd vendor
npm install
cd ../fonts
npm install
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/78604</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/78604</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 16 Jul 2020 11:56:22 GMT</pubDate></item></channel></rss>