<?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 get Raspberry pi 2 to run]]></title><description><![CDATA[<p dir="auto">Super frustrating experience trying to get MagicMirror up and running on a raspberry pi model 2 b.  I tried to do the manual installation and got the error:</p>
<pre><code>curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash -
## Installing the NodeSource Node.js 16.x repo...

## You appear to be running on ARMv6 hardware. Unfortunately this is not currently supported by the NodeSource Linux distributions. Please use the 'linux-armv6l' binary tarballs available directly from nodejs.or  &gt;
</code></pre>
<p dir="auto">So I went ahead and ran the script below:</p>
<pre><code>bash -c  "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/raspberry.sh)"
</code></pre>
<p dir="auto">Everything seemed to work well and I get the message below.</p>
<pre><code>[PM2] Saving current process list...
[PM2] Successfully saved in /home/pi/.pm2/dump.pm2
Do you want to disable the screen saver? (y/N)?y
We're ready! Run pm2 start MagicMirror from the ~/MagicMirror directory to start your MagicMirror.
</code></pre>
<p dir="auto">when I type ‘pm2 start MagicMirror’ It says process started successfully, displays the table with id, name, node, etc and then just returns the prompt.  Nothing happens.  I’m super frustrated.   I am going through all this due to a corrupted SD card but I didn’t have this kind of trouble getting it to work originally</p>
<p dir="auto">I appreciate any help.</p>
]]></description><link>https://forum.magicmirror.builders/topic/17718/cannot-get-raspberry-pi-2-to-run</link><generator>RSS for Node</generator><lastBuildDate>Sun, 07 Jun 2026 11:26:29 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/17718.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 07 Apr 2023 22:27:21 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to cannot get Raspberry pi 2 to run on Sat, 08 Apr 2023 21:35:59 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> OK So I went ahead and did the whole thing over again for the fourth time with the exact method you outlined.  It works.  It would be nice to somehow let the next poor sod who wants to waste 2 days of their life of the right way to do this on a pi2.</p>
]]></description><link>https://forum.magicmirror.builders/post/108781</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/108781</guid><dc:creator><![CDATA[theaddies]]></dc:creator><pubDate>Sat, 08 Apr 2023 21:35:59 GMT</pubDate></item><item><title><![CDATA[Reply to cannot get Raspberry pi 2 to run on Sat, 08 Apr 2023 21:39:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/theaddies" aria-label="Profile: theaddies">@<bdi>theaddies</bdi></a> I am trying to get a fix for pm2.  not our code, so nothing we can force</p>
<p dir="auto">glad u got it working</p>
]]></description><link>https://forum.magicmirror.builders/post/108782</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/108782</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 08 Apr 2023 21:39:56 GMT</pubDate></item><item><title><![CDATA[Reply to cannot get Raspberry pi 2 to run on Sat, 08 Apr 2023 21:35:59 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> OK So I went ahead and did the whole thing over again for the fourth time with the exact method you outlined.  It works.  It would be nice to somehow let the next poor sod who wants to waste 2 days of their life of the right way to do this on a pi2.</p>
]]></description><link>https://forum.magicmirror.builders/post/108781</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/108781</guid><dc:creator><![CDATA[theaddies]]></dc:creator><pubDate>Sat, 08 Apr 2023 21:35:59 GMT</pubDate></item><item><title><![CDATA[Reply to cannot get Raspberry pi 2 to run on Sat, 08 Apr 2023 19:48:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/theaddies" aria-label="Profile: theaddies">@<bdi>theaddies</bdi></a> yes, it says spawining, so pm2 is not set to autostart</p>
<p dir="auto">do</p>
<pre><code>pm2 startup
</code></pre>
<p dir="auto">it will output a command string, copy paste that command string (last line) and hit enter,<br />
DO NOT USE MINE BELOW</p>
<pre><code>pi@raspberrypi0:~ $ pm2 startup
[PM2] Init System found: systemd
[PM2] To setup the Startup Script, copy/paste the following command:
sudo env PATH=$PATH:/usr/local/bin /usr/local/lib/node_modules/pm2/bin/pm2 startup systemd -u pi --hp /home/pi
</code></pre>
<p dir="auto">note the error in your post of running my fixuppm2 script<br />
init system not found</p>
<p dir="auto">THAT is the problem… for some reason it cannot figure out HOW to do the correct startup stuff…<br />
BUT it just said what type to use…</p>
]]></description><link>https://forum.magicmirror.builders/post/108779</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/108779</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 08 Apr 2023 19:48:10 GMT</pubDate></item><item><title><![CDATA[Reply to cannot get Raspberry pi 2 to run on Sat, 08 Apr 2023 19:24:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/theaddies" aria-label="Profile: theaddies">@<bdi>theaddies</bdi></a> <img src="/assets/uploads/files/1680981847771-a72ca281-0f6c-46d7-acb0-844afd32caca-image.png" alt="a72ca281-0f6c-46d7-acb0-844afd32caca-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/108778</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/108778</guid><dc:creator><![CDATA[theaddies]]></dc:creator><pubDate>Sat, 08 Apr 2023 19:24:09 GMT</pubDate></item><item><title><![CDATA[Reply to cannot get Raspberry pi 2 to run on Sat, 08 Apr 2023 19:15:41 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> I am loathed to start the pi2 over again for the fourth time.  here is what I have right now.  I think I got MagicMirror and mm removed from the pm2.  I installed mm when I thought things were not working.<br />
<img src="/assets/uploads/files/1680981275752-41751be5-514e-4c1e-a149-5a6cfe629561-image.png" alt="41751be5-514e-4c1e-a149-5a6cfe629561-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">The HDMI output still does not work.  I was thinking now I would run the pm2 startup command although I am sure I already did it and then I would run fixuppm2.</p>
]]></description><link>https://forum.magicmirror.builders/post/108777</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/108777</guid><dc:creator><![CDATA[theaddies]]></dc:creator><pubDate>Sat, 08 Apr 2023 19:15:41 GMT</pubDate></item><item><title><![CDATA[Reply to cannot get Raspberry pi 2 to run on Sat, 08 Apr 2023 18:46:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/theaddies" aria-label="Profile: theaddies">@<bdi>theaddies</bdi></a> cool</p>
<p dir="auto">my pi0w test</p>
<p dir="auto">flash sd card with legacy full desktop, 32gb sd card<br />
edit the wap_supplicant file to enable wifi<br />
boot<br />
auto run update<br />
enable ssh<br />
change machine name (add a 0)   (have others running on the network , pi3, pi4, pi42…)</p>
<p dir="auto">reboot</p>
<p dir="auto">logon via ssh</p>
<p dir="auto">paste my install script url<br />
run<br />
select yes to pm2<br />
select yes to screen saver off</p>
<p dir="auto">pm2 install failed<br />
fixuppm2 script failed</p>
<p dir="auto">reboot</p>
<p dir="auto">logon via ssh<br />
run the pm2 startup command<br />
copy/paste the output to execute pm2 setup again<br />
worked this time<br />
run fixuppm2 to add mm as an app…</p>
<p dir="auto">mm starts</p>
<p dir="auto">reboot</p>
<p dir="auto">mm starts</p>
]]></description><link>https://forum.magicmirror.builders/post/108776</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/108776</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 08 Apr 2023 18:46:14 GMT</pubDate></item><item><title><![CDATA[Reply to cannot get Raspberry pi 2 to run on Sat, 08 Apr 2023 18:37:50 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> I just followed the procedure on a pi4 and everything worked great.</p>
]]></description><link>https://forum.magicmirror.builders/post/108775</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/108775</guid><dc:creator><![CDATA[theaddies]]></dc:creator><pubDate>Sat, 08 Apr 2023 18:37:50 GMT</pubDate></item><item><title><![CDATA[Reply to cannot get Raspberry pi 2 to run on Sat, 08 Apr 2023 17:56:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/theaddies" aria-label="Profile: theaddies">@<bdi>theaddies</bdi></a> eh?  not even the desktop?</p>
<p dir="auto">I installed fresh on my pi0w, (all via ssh)  and after fixing the pm2 issue it autostarts mm as expected</p>
]]></description><link>https://forum.magicmirror.builders/post/108774</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/108774</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 08 Apr 2023 17:56:32 GMT</pubDate></item><item><title><![CDATA[Reply to cannot get Raspberry pi 2 to run on Sat, 08 Apr 2023 17:53:31 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> I cannot get the pi to display anything via hdmi.  my only access to it now is via ssh.</p>
]]></description><link>https://forum.magicmirror.builders/post/108773</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/108773</guid><dc:creator><![CDATA[theaddies]]></dc:creator><pubDate>Sat, 08 Apr 2023 17:53:31 GMT</pubDate></item><item><title><![CDATA[Reply to cannot get Raspberry pi 2 to run on Sat, 08 Apr 2023 16:58:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/theaddies" aria-label="Profile: theaddies">@<bdi>theaddies</bdi></a>  i updated the install script to fail if the system is bullseye and this is an armv6l device</p>
]]></description><link>https://forum.magicmirror.builders/post/108771</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/108771</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 08 Apr 2023 16:58:14 GMT</pubDate></item><item><title><![CDATA[Reply to cannot get Raspberry pi 2 to run on Sat, 08 Apr 2023 16:42:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/theaddies" aria-label="Profile: theaddies">@<bdi>theaddies</bdi></a> ok, I was able to reproduce the problem</p>
<p dir="auto">after reboot do this</p>
<p dir="auto">pm2 startup</p>
<p dir="auto">it will return a command to execute</p>
<p dir="auto">copy paste that command  and hit enter</p>
<p dir="auto">it worked for me to manually enter the command</p>
<p dir="auto">i opened this issue in pm2<br />
<a href="https://github.com/Unitech/pm2/issues/5582" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/Unitech/pm2/issues/5582</a></p>
]]></description><link>https://forum.magicmirror.builders/post/108768</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/108768</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 08 Apr 2023 16:42:07 GMT</pubDate></item><item><title><![CDATA[Reply to cannot get Raspberry pi 2 to run on Sat, 08 Apr 2023 03:30:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/theaddies" aria-label="Profile: theaddies">@<bdi>theaddies</bdi></a> reboot, then run the fixuppm2 script from my scripts page…</p>
<p dir="auto">let me know</p>
]]></description><link>https://forum.magicmirror.builders/post/108755</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/108755</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 08 Apr 2023 03:30:11 GMT</pubDate></item><item><title><![CDATA[Reply to cannot get Raspberry pi 2 to run on Sat, 08 Apr 2023 02:20:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/theaddies" aria-label="Profile: theaddies">@<bdi>theaddies</bdi></a> pm2 is not working for autostart for some reason</p>
]]></description><link>https://forum.magicmirror.builders/post/108752</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/108752</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 08 Apr 2023 02:20:24 GMT</pubDate></item><item><title><![CDATA[Reply to cannot get Raspberry pi 2 to run on Sat, 08 Apr 2023 02:14:41 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> The screen has been black for an hour.  When i reboot, the first thing I see is the MagicMirror logo.  That is different than before.  Before it booted into the raspian desktop and then the magicmirror loaded.  It did take a while.  Now, as I said above, I see the MagicMirror logo it seems to be loading and then the screen goes blank.  It does not come back.  ssh works, but the keyboard and mouse on the pi itself will not wake it up.</p>
<p dir="auto">I did see the correct screen after I ran the command below, but I can’t do that now.</p>
<pre><code>DISPLAY=:0 npm start
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/108750</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/108750</guid><dc:creator><![CDATA[theaddies]]></dc:creator><pubDate>Sat, 08 Apr 2023 02:14:41 GMT</pubDate></item><item><title><![CDATA[Reply to cannot get Raspberry pi 2 to run on Sat, 08 Apr 2023 02:07:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/theaddies" aria-label="Profile: theaddies">@<bdi>theaddies</bdi></a> screen black, yes, takes long time</p>
<p dir="auto">increase swap space helps some</p>
<p dir="auto">use Midori browser helps some more (have to install Midori, and set an env variable, see doc )</p>
]]></description><link>https://forum.magicmirror.builders/post/108749</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/108749</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 08 Apr 2023 02:07:48 GMT</pubDate></item><item><title><![CDATA[Reply to cannot get Raspberry pi 2 to run on Sat, 08 Apr 2023 02:05:42 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></p>
<pre><code>
pi@raspberrypi:~/MagicMirror $ ./run-start.sh
[07.04.2023 22:00.28.274] [LOG] Starting MagicMirror: v2.23.0
[07.04.2023 22:00.28.488] [LOG] Loading config ...
[07.04.2023 22:00.28.652] [DEBUG] config template file not exists, no envsubst
[07.04.2023 22:00.28.853] [LOG] Loading module helpers ...
[07.04.2023 22:00.28.933] [LOG] No helper found for module: alert.
[07.04.2023 22:00.29.513] [LOG] Initializing new module helper ...
[07.04.2023 22:00.29.565] [LOG] Module helper loaded: updatenotification
[07.04.2023 22:00.29.597] [LOG] No helper found for module: clock.
[07.04.2023 22:00.29.659] [WARN]  No /home/pi/MagicMirror/js/../modules/calendar_monthly/calendar_monthly.js found for module: calendar_monthly.
[07.04.2023 22:00.29.722] [LOG] No helper found for module: calendar_monthly.
[07.04.2023 22:00.41.528] [LOG] Initializing new module helper ...
[07.04.2023 22:00.41.561] [LOG] Module helper loaded: calendar
[07.04.2023 22:00.41.616] [WARN]  No /home/pi/MagicMirror/js/../modules/random_quotes/random_quotes.js found for module: random_quotes.
[07.04.2023 22:00.41.664] [LOG] No helper found for module: random_quotes.
[07.04.2023 22:00.41.707] [LOG] No helper found for module: weather.
[07.04.2023 22:00.42.663] [LOG] Initializing new module helper ...
[07.04.2023 22:00.42.687] [LOG] Module helper loaded: newsfeed
[07.04.2023 22:00.42.732] [WARN]  No /home/pi/MagicMirror/js/../modules/MMM-Snow/MMM-Snow.js found for module: MMM-Snow.
[07.04.2023 22:00.42.749] [LOG] No helper found for module: MMM-Snow.
[07.04.2023 22:00.42.786] [WARN]  No /home/pi/MagicMirror/js/../modules/MMM-Unsplash/MMM-Unsplash.js found for module: MMM-Unsplash.
[07.04.2023 22:00.42.814] [LOG] No helper found for module: MMM-Unsplash.
[07.04.2023 22:00.42.841] [LOG] All module helpers loaded.
[07.04.2023 22:00.43.422] [LOG] Starting server on port 8080 ...
[07.04.2023 22:00.44.420] [LOG] Server started ...
[07.04.2023 22:00.44.470] [LOG] Connecting socket for: updatenotification
[07.04.2023 22:00.44.531] [LOG] Starting module helper: updatenotification
[07.04.2023 22:00.44.568] [LOG] Connecting socket for: calendar
[07.04.2023 22:00.44.598] [LOG] Starting node helper for: calendar
[07.04.2023 22:00.44.642] [LOG] Connecting socket for: newsfeed
[07.04.2023 22:00.44.672] [LOG] Starting node helper for: newsfeed
[07.04.2023 22:00.44.709] [LOG] Sockets connected &amp; modules started ...
[07.04.2023 22:00.44.744] [LOG]
Ready to go! Please point your browser to: http://localhost:8080
Starting chromium browser now, have patience, it takes a minute

</code></pre>
<p dir="auto">The screen for the raspberry pi is blank.  this output is from ssh.</p>
<p dir="auto">I just typed it again and now I get<br />
/usr/bin/chromium-broswer</p>
<p dir="auto">sorry about that.</p>
]]></description><link>https://forum.magicmirror.builders/post/108748</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/108748</guid><dc:creator><![CDATA[theaddies]]></dc:creator><pubDate>Sat, 08 Apr 2023 02:05:42 GMT</pubDate></item><item><title><![CDATA[Reply to cannot get Raspberry pi 2 to run on Sat, 08 Apr 2023 02:05:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/theaddies" aria-label="Profile: theaddies">@<bdi>theaddies</bdi></a> interesting, log says one of them got installed</p>
<p dir="auto">Unpacking chromium-browser (92.0.4515.98~buster-rpt2)</p>
<p dir="auto">note u had an extra w in the text on last message</p>
<p dir="auto">browswer<br />
pm2 setup for autostart having trouble…</p>
<p dir="auto">you do</p>
<p dir="auto">pm2 autostart<br />
and it gives you the command to execute to make that happen</p>
<p dir="auto">then it says it can’t find the systemd init system to update, after it just said that is the one to use…<br />
will have to research and debug</p>
]]></description><link>https://forum.magicmirror.builders/post/108747</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/108747</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 08 Apr 2023 02:05:30 GMT</pubDate></item><item><title><![CDATA[Reply to cannot get Raspberry pi 2 to run on Sat, 08 Apr 2023 01:59:25 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> for which chromium or which chromium-browswer I get nothing returned.</p>
]]></description><link>https://forum.magicmirror.builders/post/108746</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/108746</guid><dc:creator><![CDATA[theaddies]]></dc:creator><pubDate>Sat, 08 Apr 2023 01:59:25 GMT</pubDate></item><item><title><![CDATA[Reply to cannot get Raspberry pi 2 to run on Sat, 08 Apr 2023 01:55:24 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></p>
<pre><code>lsb_release -a
No LSB modules are available.
Distributor ID: Raspbian
Description:    Raspbian GNU/Linux 10 (buster)
Release:        10
Codename:       buster

</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/108745</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/108745</guid><dc:creator><![CDATA[theaddies]]></dc:creator><pubDate>Sat, 08 Apr 2023 01:55:24 GMT</pubDate></item><item><title><![CDATA[Reply to cannot get Raspberry pi 2 to run on Sat, 08 Apr 2023 01:48:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/theaddies" aria-label="Profile: theaddies">@<bdi>theaddies</bdi></a> you should not need to do anything. it should be setup to autostart</p>
]]></description><link>https://forum.magicmirror.builders/post/108744</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/108744</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 08 Apr 2023 01:48:58 GMT</pubDate></item><item><title><![CDATA[Reply to cannot get Raspberry pi 2 to run on Sat, 08 Apr 2023 01:47:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/theaddies" aria-label="Profile: theaddies">@<bdi>theaddies</bdi></a> send me the ~/install.log</p>
<p dir="auto">and do the same chromium<br />
and<br />
./run-start.sh<br />
tests</p>
<p dir="auto">lsb_release -a</p>
<p dir="auto">to confirm buster</p>
]]></description><link>https://forum.magicmirror.builders/post/108743</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/108743</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 08 Apr 2023 01:47:35 GMT</pubDate></item><item><title><![CDATA[Reply to cannot get Raspberry pi 2 to run on Sat, 08 Apr 2023 01:52:48 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> After I run the install script, what do I do.  Since the script disables the screen saver and configures the Mirror to autostart I thought I would not need to do anything else.  However, pm2 status all reveals that there is nothing running.  I run pm2 status all and it is blank.</p>
<p dir="auto">I am not sure if I should follow the process in the link below.<br />
<a href="https://howchoo.com/g/ntcymzbimjv/how-to-install-magic-mirror-on-your-raspberry-pi" target="_blank" rel="noopener noreferrer nofollow ugc">https://howchoo.com/g/ntcymzbimjv/how-to-install-magic-mirror-on-your-raspberry-pi</a></p>
<p dir="auto">When I reboot the mirror I get the magicmirror2 logo showing up and it seems to be booting up but then the screen goes blank and I have nothing.  It is almost like it reboots the pi.</p>
]]></description><link>https://forum.magicmirror.builders/post/108742</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/108742</guid><dc:creator><![CDATA[theaddies]]></dc:creator><pubDate>Sat, 08 Apr 2023 01:52:48 GMT</pubDate></item><item><title><![CDATA[Reply to cannot get Raspberry pi 2 to run on Fri, 07 Apr 2023 23:10:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/theaddies" aria-label="Profile: theaddies">@<bdi>theaddies</bdi></a> understood</p>
]]></description><link>https://forum.magicmirror.builders/post/108737</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/108737</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 07 Apr 2023 23:10:42 GMT</pubDate></item><item><title><![CDATA[Reply to cannot get Raspberry pi 2 to run on Fri, 07 Apr 2023 23:09: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> Thanks for all the help.  I have several pi4s I just want to use the model 2 because the mirror is a perfect application for the older computer.</p>
]]></description><link>https://forum.magicmirror.builders/post/108736</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/108736</guid><dc:creator><![CDATA[theaddies]]></dc:creator><pubDate>Fri, 07 Apr 2023 23:09:05 GMT</pubDate></item></channel></rss>