<?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[Having a blackscreen with no modules.]]></title><description><![CDATA[<p dir="auto">So I just freshly installed MM on Windows, (no installation error) now I want to it on windows/in browser to costumize/change things easier.</p>
<p dir="auto">This had worked before the “BIG 1.11 Update” but doesnt now.</p>
<p dir="auto">The weird things is, when I do “npm run server” the server starts (localhost:8080), the LOG says the modules are loaded, but I dont see them in my browser.</p>
<p dir="auto">I tried to fix it, but I dont really know what to do.</p>
<p dir="auto">I’d really appreciate the help and have anice day (:</p>
]]></description><link>https://forum.magicmirror.builders/topic/12789/having-a-blackscreen-with-no-modules</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Jul 2026 16:59:43 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/12789.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 08 May 2020 17:26:18 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Having a blackscreen with no modules. on Fri, 08 May 2020 18:13:18 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> Wow, you are a true legend, I had this issue with “DISPLAY” before, but since in the error message it only said something is wrong in the “electron js”, I never found it.</p>
]]></description><link>https://forum.magicmirror.builders/post/74879</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/74879</guid><dc:creator><![CDATA[yaboi]]></dc:creator><pubDate>Fri, 08 May 2020 18:13:18 GMT</pubDate></item><item><title><![CDATA[Reply to Having a blackscreen with no modules. on Fri, 08 May 2020 18:04:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yaboi" aria-label="Profile: yaboi">@<bdi>yaboi</bdi></a> oh, fresh install on windows, black screen</p>
<p dir="auto">the developers window will give you errors that caused the black screen</p>
<p dir="auto">but on windows do this</p>
<pre><code>cd MagicMirror
cd vendor
npm install
cd ..\fonts
npm install
cd ..\MagicMirror
</code></pre>
<p dir="auto">edit package.json<br />
change the start line  from</p>
<pre><code>    "start": "DISPLAY=\"${DISPLAY:=:0}\" ./node_modules/.bin/electron js/electron.js",
</code></pre>
<p dir="auto">to this</p>
<pre><code>    "start": "node_modules/.bin/electron js/electron.js",
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/74878</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/74878</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 08 May 2020 18:04:34 GMT</pubDate></item><item><title><![CDATA[Reply to Having a blackscreen with no modules. on Fri, 08 May 2020 18:03:43 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> Well, it installed it fresh, so did do any update? I mean “git pull” is unnecessary if I freshly installed?<br />
And for which reason should I open the console?</p>
<p dir="auto">And since I only have the defualt modules, none has a “package.json” file.</p>
<p dir="auto">Thanks for your reply.</p>
]]></description><link>https://forum.magicmirror.builders/post/74877</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/74877</guid><dc:creator><![CDATA[yaboi]]></dc:creator><pubDate>Fri, 08 May 2020 18:03:43 GMT</pubDate></item><item><title><![CDATA[Reply to Having a blackscreen with no modules. on Fri, 08 May 2020 17:57:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yaboi" aria-label="Profile: yaboi">@<bdi>yaboi</bdi></a> u had it on windows, now did an update to 2.11?</p>
<p dir="auto">did</p>
<pre><code>git pull
npm install
</code></pre>
<p dir="auto">AND in EVERY module folder that has a package,json file do</p>
<pre><code>npm install  
</code></pre>
<p dir="auto">then on browser, ctrl-shift-i or f12 to open developers window, and find the console tab</p>
]]></description><link>https://forum.magicmirror.builders/post/74876</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/74876</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 08 May 2020 17:57:04 GMT</pubDate></item></channel></rss>