<?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[Electron not found]]></title><description><![CDATA[<p dir="auto">First magic mirror so bear with me. After having much trouble with the automatic installer</p>
<pre><code>bash -c "$(curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/master/installers/raspberry.sh)"
</code></pre>
<p dir="auto">I switched to the manual install method found on the MM2 git repo. During install I get the electron error stating there’s no version for arm6l. To remedy I ran</p>
<pre><code>npm install --arch=armv7l electron@2.0.0
</code></pre>
<p dir="auto">Which successfully installed electron. I then reran <code>npm install </code> inside the ~/MagicMirror folder. I got the Magic mirror installed successfully message and no errors, but MagicMirror will not run after <code>npm start</code>.<br />
If I try <code> sh  run-start.sh</code> I get <code> run-start.sh: 7: run-start.sh: electron: not found</code></p>
<p dir="auto">Any help would be appreciated, seems no tutorial I’ve found handles the electron not supporting armv6l device error.</p>
<p dir="auto">Device: Raspi 3 B+<br />
OS: Raspbian Stretch 2019-04-08<br />
Node:  10.18.0<br />
npm: 6.13.4</p>
]]></description><link>https://forum.magicmirror.builders/topic/11807/electron-not-found</link><generator>RSS for Node</generator><lastBuildDate>Tue, 19 May 2026 13:25:23 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/11807.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 18 Dec 2019 22:24:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Electron not found on Thu, 19 Dec 2019 03:09: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><br />
Worked like a charm. Now to mess around with some additional features. Thanks so much!</p>
]]></description><link>https://forum.magicmirror.builders/post/66206</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/66206</guid><dc:creator><![CDATA[voxum]]></dc:creator><pubDate>Thu, 19 Dec 2019 03:09:42 GMT</pubDate></item><item><title><![CDATA[Reply to Electron not found on Wed, 18 Dec 2019 22:32:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/voxum" aria-label="Profile: voxum">@<bdi>voxum</bdi></a> armv6 is falling out of favor…</p>
<p dir="auto">rename the MagicMirror folder out of the way, or delete it</p>
<p dir="auto">use my install script…<br />
see <a href="https://forum.magicmirror.builders/topic/10171/anyone-want-to-try-updated-installer">https://forum.magicmirror.builders/topic/10171/anyone-want-to-try-updated-installer</a><br />
(it will be in the next release)</p>
<p dir="auto">it will setup for serveronly and launch chrome to be the browser instead of electron</p>
]]></description><link>https://forum.magicmirror.builders/post/66205</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/66205</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 18 Dec 2019 22:32:45 GMT</pubDate></item></channel></rss>