<?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[MagicMirror on Windows 10]]></title><description><![CDATA[<p dir="auto">I followed the tutorial here on the forum to install MM on windows 10<br />
everything went fine all the way to the start of MM ( npm start) a black screen witha lot of<br />
lines saying UNDEFINED, this was ofcourse because I was lacking the config.js file. After rename the sample config file, the npm start again, but with a black screen. The config is correct.<br />
What could cause this?</p>
]]></description><link>https://forum.magicmirror.builders/topic/15628/magicmirror-on-windows-10</link><generator>RSS for Node</generator><lastBuildDate>Fri, 12 Jun 2026 11:45:00 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/15628.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 27 Sep 2021 10:59:03 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MagicMirror on Windows 10 on Mon, 27 Sep 2021 12:03:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/esim" aria-label="Profile: esim">@<bdi>esim</bdi></a> how did u install?</p>
<p dir="auto">there are some steps that don’t complete correctly on windows.<br />
do this</p>
<pre><code>cd MagicMirror/vendor
npm install
cd ../fonts
npm install
cd ..
</code></pre>
<p dir="auto">now u can npm start</p>
]]></description><link>https://forum.magicmirror.builders/post/94914</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/94914</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 27 Sep 2021 12:03:00 GMT</pubDate></item></channel></rss>