<?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[[Pi2] Magic Mirror Wont Startup]]></title><description><![CDATA[<p dir="auto">I’ve had Magic Mirror running for some time now without issues, until space limitations resulted in the app failing to start. After clearing space, updating system packages, and pulling the latest from master (currently at <a href="https://github.com/MichMich/MagicMirror/commit/3dbe8bfbbf538931e0a9c1e0c147e7d48ba42bc0" target="_blank" rel="noopener noreferrer nofollow ugc"><code>3dbe8bf</code></a>), the Magic Mirror app is still failing to start.</p>
<p dir="auto">Here is a slimmed down config which i tested on my PC, which works as expected but does not work on my Pi.</p>
<pre><code>var config = {
    port: 8080,

    language: "en",
    timeFormat: 24,
    units: "metric",

    modules: [
        {
            module: "alert",
        },
        {
            module: "clock",
            position: "top_left"
        }
    ]
};
</code></pre>
<p dir="auto">The log output when running <code>npm run start</code>:</p>
<pre><code>&gt; magicmirror@2.13.0 start /home/pi/MagicMirror
&gt; DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js

[2020-10-26 14:46:47.896] [LOG]    Starting MagicMirror: v2.13.0
[2020-10-26 14:46:47.929] [LOG]    Loading config ...
[2020-10-26 14:46:47.951] [LOG]    Loading module helpers ...
[2020-10-26 14:46:47.960] [LOG]    No helper found for module: alert.
[2020-10-26 14:46:47.964] [LOG]    No helper found for module: clock.
[2020-10-26 14:46:47.966] [LOG]    All module helpers loaded.
[2020-10-26 14:46:48.502] [LOG]    Starting server on port 8080 ...
[2020-10-26 14:46:48.556] [LOG]    Server started ...
[2020-10-26 14:46:48.559] [LOG]    Sockets connected &amp; modules started ...
</code></pre>
<p dir="auto">After the last log line above, the application just exists out and no browser is opened.</p>
<p dir="auto">Interestingly, running in server only mode works and I can browse to the UI no problem. Is it possible it’s something odd with <code>electron</code>. The version used is <code>electron@6.0.12</code></p>
<p dir="auto">Some other pieces of relevant info:</p>
<p dir="auto"><em>Version:</em></p>
<pre><code>Raspberry Pi 2 Model B Rev 1.1
</code></pre>
<p dir="auto"><em>OS:</em></p>
<pre><code>Distributor ID:	Raspbian
Description:	Raspbian GNU/Linux 10 (buster)
Release:	10
Codename:	buster
</code></pre>
<p dir="auto">Be great to get some help on this, been digging down various rabbit holes few days now. Thanks.</p>
]]></description><link>https://forum.magicmirror.builders/topic/13914/pi2-magic-mirror-wont-startup</link><generator>RSS for Node</generator><lastBuildDate>Tue, 12 May 2026 12:58:02 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/13914.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 26 Oct 2020 14:52:41 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [Pi2] Magic Mirror Wont Startup on Mon, 26 Oct 2020 15:37:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dr4ke616" aria-label="Profile: dr4ke616">@<bdi>dr4ke616</bdi></a>  can only speak to experience…</p>
]]></description><link>https://forum.magicmirror.builders/post/83977</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/83977</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 26 Oct 2020 15:37:35 GMT</pubDate></item><item><title><![CDATA[Reply to [Pi2] Magic Mirror Wont Startup on Mon, 26 Oct 2020 15:36:09 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> really? Because the pie seems otherwise fine. The issue seems very specific. If it were down to the SD card being unusable, I would expect the pie as a whole to have issues.</p>
]]></description><link>https://forum.magicmirror.builders/post/83976</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/83976</guid><dc:creator><![CDATA[dr4ke616]]></dc:creator><pubDate>Mon, 26 Oct 2020 15:36:09 GMT</pubDate></item><item><title><![CDATA[Reply to [Pi2] Magic Mirror Wont Startup on Mon, 26 Oct 2020 15:06:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dr4ke616" aria-label="Profile: dr4ke616">@<bdi>dr4ke616</bdi></a> if u ran out of space on your SD card, its probably toast.</p>
<p dir="auto">SD card technology is not as we expect it… the memory bits are write once. when u wrote a file again, the hardware marks the old bits as ‘used’ and consumes any unused bits…  once out of  unused, the card is no longer usable…</p>
<p dir="auto">this is ok for music or pics that get written once and then read over and over…<br />
but not good for an OS that writes all the time…</p>
<p dir="auto">start with a new sd card…</p>
]]></description><link>https://forum.magicmirror.builders/post/83975</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/83975</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 26 Oct 2020 15:06:23 GMT</pubDate></item></channel></rss>