<?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[Cannot start after reboot?]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I cannot start the MagicMirror after reboot. When i type:</p>
<pre><code>pm2 start MagicMirror
</code></pre>
<p dir="auto">I get the following error:</p>
<pre><code>[PM2] Spawning PM2 daemon with pm2_home=/home/pi/.pm2
[PM2] PM2 Successfully daemonized
[PM2][ERROR] script not found : /opt/aiy/projects-python/MagicMirror
script not found : /opt/aiy/projects-python/MagicMirror
</code></pre>
<p dir="auto">UPDATE:</p>
<p dir="auto">I did an update and now it tells me that it is starting MagicMirror but it does not show after reboot or when entering:</p>
<pre><code>pm2 start MagicMirror
</code></pre>
<p dir="auto">I just get the following lines:</p>
<pre><code>pi@raspberrypi:~/AIY-projects-python $ pm2 start MagicMirror [PM2] Applying action restartProcessId on app [MagicMirror](ids: 0)
[PM2] [MagicMirror](0) â
[PM2] Process successfully started
âââââââââââââââ¬âââââ¬ââââââââ¬âââââââââ¬âââââââââ¬ââââââ¬âââââââââ¬ââââââââââââ
â Name        â id â mode  â status â âº      â cpu â memory â
âââââââââââââââ¼âââââ¼ââââââââ¼âââââââââ¼âââââââââ¼ââââââ¼âââââââââ¼ââââââââââââ¤
â MagicMirror â 0  â 2.6.0 â fork   â online â 18  â 0%     â 13.7 MB   â
âââââââââââââââ´âââââ´ââââââââ´âââââââââ´âââââââââ´ââââââ´âââââââââ´ââââââââââââ
</code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/9475/cannot-start-after-reboot</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Apr 2026 07:44:27 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/9475.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 11 Jan 2019 19:48:27 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Cannot start after reboot? on Thu, 17 Jan 2019 18:06:29 GMT]]></title><description><![CDATA[<p dir="auto">Not sure why, but on my install these files are called mm-out.log and mm-error.log.  So maybe it would be</p>
<pre><code>tail -30 ~/.pm2/logs/mm-out.log
</code></pre>
<p dir="auto">and</p>
<pre><code>tail -30 ~/.pm2/logs/mm-error.log
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/50324</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/50324</guid><dc:creator><![CDATA[rts58]]></dc:creator><pubDate>Thu, 17 Jan 2019 18:06:29 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot start after reboot? on Thu, 17 Jan 2019 16:13:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/axled" aria-label="Profile: axled">@<bdi>axled</bdi></a> - The <code>-f</code> flag on the <code>tail</code> command will continually follow along with the log file as it gets updated. It may be difficult to capture the logs for copy &amp; paste if they’re continually updating.</p>
<p dir="auto">I would recommend <code>tail -30 ~/.pm2/logs/MagicMirror-out-0.log</code> which will give you the last 30 lines of the log files.</p>
]]></description><link>https://forum.magicmirror.builders/post/50321</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/50321</guid><dc:creator><![CDATA[bhepler]]></dc:creator><pubDate>Thu, 17 Jan 2019 16:13:04 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot start after reboot? on Tue, 15 Jan 2019 22:26:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/smedegaard" aria-label="Profile: Smedegaard">@<bdi>Smedegaard</bdi></a><br />
Can you please post the output of</p>
<pre><code>tail -f ~/.pm2/logs/MagicMirror-out-0.log
</code></pre>
<p dir="auto">and</p>
<pre><code>tail -f ~/.pm2/logs/MagicMirror-error-0.log
</code></pre>
<p dir="auto">AxLED</p>
]]></description><link>https://forum.magicmirror.builders/post/50223</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/50223</guid><dc:creator><![CDATA[AxLed]]></dc:creator><pubDate>Tue, 15 Jan 2019 22:26:33 GMT</pubDate></item></channel></rss>