<?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:2910): Gtk-WARNING **: 14:16:40.324: cannot open display: :0]]></title><description><![CDATA[<p dir="auto">Hi People</p>
<p dir="auto">I have just installed magic mirror using the script provided on the github on my new Raspberry Pi 4b+.</p>
<p dir="auto">I followed the pm2 and autostart method. However magicmirror keeps on restarting itself every 2-3 seconds.</p>
<p dir="auto">I stopped it using pm2 stop Magicmirror and went onto the MagicMirror directory and manually tried to start it by this command “npm start dev”. I get the same errors as before when I check my pm2 logs MagicMirror. These are:</p>
<pre><code>pi@raspberrypi:~/MagicMirror $ npm start dev

&gt; magicmirror@2.9.0 start /home/pi/MagicMirror
&gt; sh run-start.sh "dev"


(electron:2910): Gtk-WARNING **: 14:16:40.324: cannot open display: :0
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! magicmirror@2.9.0 start: `sh run-start.sh "dev"`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the magicmirror@2.9.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/pi/.npm/_logs/2019-12-19T14_16_40_381Z-debug.log
</code></pre>
<p dir="auto">The xxxxx-debug.log file contains the following:</p>
<pre><code>0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'start', 'dev' ]
2 info using npm@6.13.4
3 info using node@v10.18.0
4 verbose run-script [ 'prestart', 'start', 'poststart' ]
5 info lifecycle magicmirror@2.9.0~prestart: magicmirror@2.9.0
6 info lifecycle magicmirror@2.9.0~start: magicmirror@2.9.0
7 verbose lifecycle magicmirror@2.9.0~start: unsafe-perm in lifecycle true
8 verbose lifecycle magicmirror@2.9.0~start: PATH: /usr/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/home/pi/MagicMirror/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games
9 verbose lifecycle magicmirror@2.9.0~start: CWD: /home/pi/MagicMirror
10 silly lifecycle magicmirror@2.9.0~start: Args: [ '-c', 'sh run-start.sh "dev"' ]
11 silly lifecycle magicmirror@2.9.0~start: Returned: code: 1  signal: null
12 info lifecycle magicmirror@2.9.0~start: Failed to exec start script
13 verbose stack Error: magicmirror@2.9.0 start: `sh run-start.sh "dev"`
13 verbose stack Exit status 1
13 verbose stack     at EventEmitter.&lt;anonymous&gt; (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:332:16)
13 verbose stack     at EventEmitter.emit (events.js:198:13)
13 verbose stack     at ChildProcess.&lt;anonymous&gt; (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
13 verbose stack     at ChildProcess.emit (events.js:198:13)
13 verbose stack     at maybeClose (internal/child_process.js:982:16)
13 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:259:5)
14 verbose pkgid magicmirror@2.9.0
15 verbose cwd /home/pi/MagicMirror
16 verbose Linux 4.19.75-v7l+
17 verbose argv "/usr/bin/node" "/usr/bin/npm" "start" "dev"
18 verbose node v10.18.0
19 verbose npm  v6.13.4
20 error code ELIFECYCLE
21 error errno 1
22 error magicmirror@2.9.0 start: `sh run-start.sh "dev"`
22 error Exit status 1
23 error Failed at the magicmirror@2.9.0 start script.
23 error This is probably not a problem with npm. There is likely additional logging output above.
24 verbose exit [ 1, true ]
</code></pre>
<p dir="auto">Can someone please help me?</p>
<p dir="auto">Thanks.</p>
]]></description><link>https://forum.magicmirror.builders/topic/11810/electron-2910-gtk-warning-14-16-40-324-cannot-open-display-0</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Apr 2026 21:14:15 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/11810.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 19 Dec 2019 14:28:34 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to (electron:2910): Gtk-WARNING **: 14:16:40.324: cannot open display: :0 on Thu, 19 Dec 2019 22:42:35 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 had to add the following in my config.txt and it works now.</p>
<pre><code>hdmi_force_hotplug=1
hdmi_ignore_edid=0xa5000080
hdmi_group=2
hdmi_mode=81
</code></pre>
<p dir="auto">do you mind sharing your /boot/config.txt please?</p>
<p dir="auto">Also after doing these settings the raspberry pi doesnt connect to wifi.</p>
<p dir="auto">Its a disaster this rpi 4 tbh</p>
]]></description><link>https://forum.magicmirror.builders/post/66252</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/66252</guid><dc:creator><![CDATA[bachoo786]]></dc:creator><pubDate>Thu, 19 Dec 2019 22:42:35 GMT</pubDate></item><item><title><![CDATA[Reply to (electron:2910): Gtk-WARNING **: 14:16:40.324: cannot open display: :0 on Thu, 19 Dec 2019 22:19:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bachoo786" aria-label="Profile: bachoo786">@<bdi>bachoo786</bdi></a> i don’t know what you need to do to enable the display after booting into text mode…</p>
<p dir="auto">maybe run raspiconfig. and select boot to desktop?</p>
]]></description><link>https://forum.magicmirror.builders/post/66251</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/66251</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 19 Dec 2019 22:19:09 GMT</pubDate></item><item><title><![CDATA[Reply to (electron:2910): Gtk-WARNING **: 14:16:40.324: cannot open display: :0 on Thu, 19 Dec 2019 22:13:13 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> hi quick question… so i connected my raspberry pi 4 4gb to hdmi o but there is no display ? do i need to do some settings? my raspberry pi doesnt display anything? is that normal for raspberry pi 4?</p>
]]></description><link>https://forum.magicmirror.builders/post/66250</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/66250</guid><dc:creator><![CDATA[bachoo786]]></dc:creator><pubDate>Thu, 19 Dec 2019 22:13:13 GMT</pubDate></item><item><title><![CDATA[Reply to (electron:2910): Gtk-WARNING **: 14:16:40.324: cannot open display: :0 on Thu, 19 Dec 2019 15:27:23 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 I will try it when I get home mate. Thanks.</p>
]]></description><link>https://forum.magicmirror.builders/post/66234</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/66234</guid><dc:creator><![CDATA[bachoo786]]></dc:creator><pubDate>Thu, 19 Dec 2019 15:27:23 GMT</pubDate></item><item><title><![CDATA[Reply to (electron:2910): Gtk-WARNING **: 14:16:40.324: cannot open display: :0 on Thu, 19 Dec 2019 15:20:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bachoo786" aria-label="Profile: bachoo786">@<bdi>bachoo786</bdi></a> no… u have pm2 which does it all… (oops, the default  <a href="http://run-start.sh" target="_blank" rel="noopener noreferrer nofollow ugc">run-start.sh</a> script ONLY starts in both mode, YOU have to change it to do serveronly like below)</p>
<p dir="auto">u have already installed both… again there is only ONE install process, but two ways to run</p>
<p dir="auto">today</p>
<p dir="auto">issue the following commands (either set)<br />
run both</p>
<pre><code>cd ~/MagicMirror
npm start
</code></pre>
<p dir="auto">or<br />
run serveronly</p>
<pre><code>cd ~/MagicMirror
node serveronly
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/66233</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/66233</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 19 Dec 2019 15:20:18 GMT</pubDate></item><item><title><![CDATA[Reply to (electron:2910): Gtk-WARNING **: 14:16:40.324: cannot open display: :0 on Thu, 19 Dec 2019 15:16:40 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 will install like everyone else i.e. server and browser on the same machine. Thanks for sorting my head on that.</p>
<p dir="auto">Now with regards to the install script I do not need to follow this link (<a href="https://github.com/MichMich/MagicMirror/wiki/Auto-Starting-MagicMirror" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MichMich/MagicMirror/wiki/Auto-Starting-MagicMirror</a>) to autostart magicmirror? as you said thats all taken care in the install script? Am i correct? or?</p>
]]></description><link>https://forum.magicmirror.builders/post/66232</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/66232</guid><dc:creator><![CDATA[bachoo786]]></dc:creator><pubDate>Thu, 19 Dec 2019 15:16:40 GMT</pubDate></item><item><title><![CDATA[Reply to (electron:2910): Gtk-WARNING **: 14:16:40.324: cannot open display: :0 on Thu, 19 Dec 2019 15:13:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bachoo786" aria-label="Profile: bachoo786">@<bdi>bachoo786</bdi></a> said in <a href="/post/66229">(electron:2910): Gtk-WARNING **: 14:16:40.324: cannot open display: :0</a>:</p>
<blockquote>
<p dir="auto">Because eventually my raspberry pi 4 will be inside the 2 way mirror running the Magic Mirror software.</p>
</blockquote>
<p dir="auto">well, in that model, typically, u have both server and browser running on same machine (pi 4) inside the actual mirror enclosure on the wall), so NOT serveronly mode</p>
<p dir="auto">see the forum section <a href="https://forum.magicmirror.builders/category/12/show-your-mirror">https://forum.magicmirror.builders/category/12/show-your-mirror</a><br />
where people are showing their implementations, with the whole setup</p>
]]></description><link>https://forum.magicmirror.builders/post/66231</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/66231</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 19 Dec 2019 15:13:33 GMT</pubDate></item><item><title><![CDATA[Reply to (electron:2910): Gtk-WARNING **: 14:16:40.324: cannot open display: :0 on Thu, 19 Dec 2019 15:09:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bachoo786" aria-label="Profile: bachoo786">@<bdi>bachoo786</bdi></a> there is only one install…</p>
<p dir="auto">but two ways to run…</p>
<p dir="auto">but if u don’t have a display, then u are forced into serveronly mode</p>
<p dir="auto">from the readme</p>
<p dir="auto"><a href="https://github.com/MichMich/MagicMirror#server-only" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MichMich/MagicMirror#server-only</a></p>
<p dir="auto">from manual installation<br />
<a href="https://github.com/MichMich/MagicMirror#manual-installation" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MichMich/MagicMirror#manual-installation</a></p>
<pre><code>Manual Installation
Download and install the latest Node.js version:
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt install -y nodejs
Clone the repository and check out the master branch: git clone https://github.com/MichMich/MagicMirror
Enter the repository: cd MagicMirror/
Install and run the app with: npm install &amp;&amp; npm start
For Server Only use: npm install &amp;&amp; node serveronly .   // &lt; -------
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/66230</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/66230</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 19 Dec 2019 15:09:13 GMT</pubDate></item><item><title><![CDATA[Reply to (electron:2910): Gtk-WARNING **: 14:16:40.324: cannot open display: :0 on Thu, 19 Dec 2019 15:09: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> said in <a href="/post/66228">(electron:2910): Gtk-WARNING **: 14:16:40.324: cannot open display: :0</a>:</p>
<blockquote>
<p dir="auto">the mirror is run without a display (server only), and some browser somewhere is used to<br />
access the ‘web server’</p>
<p dir="auto">you might do 2 where u want to provide Mirror access to multiple systems but don’t need it where the pi is installed…</p>
</blockquote>
<p dir="auto">ok makes sense. I normally access the mirror by port forwarding my raspberry pi on port 8080 and thats how I can access it on different machines or at work. And I like it that way to be fair. Because eventually my raspberry pi 4 will be inside the 2 way mirror running the Magic Mirror software.</p>
]]></description><link>https://forum.magicmirror.builders/post/66229</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/66229</guid><dc:creator><![CDATA[bachoo786]]></dc:creator><pubDate>Thu, 19 Dec 2019 15:09:09 GMT</pubDate></item><item><title><![CDATA[Reply to (electron:2910): Gtk-WARNING **: 14:16:40.324: cannot open display: :0 on Thu, 19 Dec 2019 15:05:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bachoo786" aria-label="Profile: bachoo786">@<bdi>bachoo786</bdi></a> sure…</p>
<p dir="auto">MagicMirror is a web application.</p>
<p dir="auto">it can be run in two different models</p>
<ol>
<li>
<p dir="auto">the browser and ‘web server’ are the same app, on the same machine<br />
other machines can access the ‘web server’ part too</p>
</li>
<li>
<p dir="auto">the mirror is run without a display (server only), and some browser somewhere is used to<br />
access the ‘web server’</p>
</li>
</ol>
<p dir="auto">you might do 2 where u want to provide Mirror access to multiple systems but don’t need it where the pi is installed…</p>
]]></description><link>https://forum.magicmirror.builders/post/66228</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/66228</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 19 Dec 2019 15:05:54 GMT</pubDate></item><item><title><![CDATA[Reply to (electron:2910): Gtk-WARNING **: 14:16:40.324: cannot open display: :0 on Thu, 19 Dec 2019 15:05: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> I am really confused buddy.</p>
<p dir="auto">lets start again please. I install mm using the script, what do I do next? do I need to worry about pm2? I suppose installing using the script installs MM as the server on the raspberry pi?</p>
]]></description><link>https://forum.magicmirror.builders/post/66227</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/66227</guid><dc:creator><![CDATA[bachoo786]]></dc:creator><pubDate>Thu, 19 Dec 2019 15:05:48 GMT</pubDate></item><item><title><![CDATA[Reply to (electron:2910): Gtk-WARNING **: 14:16:40.324: cannot open display: :0 on Thu, 19 Dec 2019 15:03:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bachoo786" aria-label="Profile: bachoo786">@<bdi>bachoo786</bdi></a> said in <a href="/post/66222">(electron:2910): Gtk-WARNING **: 14:16:40.324: cannot open display: :0</a>:</p>
<blockquote>
<p dir="auto">Do I have to worry about installing pm2? will Magic Mirror run automatically if I was to reboot my raspberry? etc?</p>
</blockquote>
<p dir="auto">the current installation only tries to run on the real display…  YOU have to figure it out otherwise…<br />
(which we are doing here in this topic)</p>
]]></description><link>https://forum.magicmirror.builders/post/66226</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/66226</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 19 Dec 2019 15:03:06 GMT</pubDate></item><item><title><![CDATA[Reply to (electron:2910): Gtk-WARNING **: 14:16:40.324: cannot open display: :0 on Thu, 19 Dec 2019 15:02:39 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> what is server mode and client mode? I dont understand the difference. Can you please explain? thanks.</p>
]]></description><link>https://forum.magicmirror.builders/post/66225</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/66225</guid><dc:creator><![CDATA[bachoo786]]></dc:creator><pubDate>Thu, 19 Dec 2019 15:02:39 GMT</pubDate></item><item><title><![CDATA[Reply to (electron:2910): Gtk-WARNING **: 14:16:40.324: cannot open display: :0 on Thu, 19 Dec 2019 15:02:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bachoo786" aria-label="Profile: bachoo786">@<bdi>bachoo786</bdi></a> said in <a href="/post/66222">(electron:2910): Gtk-WARNING **: 14:16:40.324: cannot open display: :0</a>:</p>
<blockquote>
<p dir="auto">yeah it returned nothing.</p>
</blockquote>
<p dir="auto">awesome!  thanks</p>
]]></description><link>https://forum.magicmirror.builders/post/66224</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/66224</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 19 Dec 2019 15:02:05 GMT</pubDate></item><item><title><![CDATA[Reply to (electron:2910): Gtk-WARNING **: 14:16:40.324: cannot open display: :0 on Thu, 19 Dec 2019 15:01:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bachoo786" aria-label="Profile: bachoo786">@<bdi>bachoo786</bdi></a> you don’t need to reinstall…   you are ok…  just need a display on the 4 or run server only…</p>
<p dir="auto">the new code isn’t used on my install except for pi0, which won’t work anymore without some changes</p>
]]></description><link>https://forum.magicmirror.builders/post/66223</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/66223</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 19 Dec 2019 15:01:17 GMT</pubDate></item><item><title><![CDATA[Reply to (electron:2910): Gtk-WARNING **: 14:16:40.324: cannot open display: :0 on Thu, 19 Dec 2019 15:00:55 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> yeah it returned nothing.</p>
<p dir="auto">so shall I follow your script i.e. <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 />
and reinstall MagicMirror?</p>
<p dir="auto">Do I have to worry about installing pm2? will Magic Mirror run automatically if I was to reboot my raspberry? etc?</p>
<p dir="auto">to be fair I want to install and run Magic Mirror on my raspberry. I suppose that is server mode? and not client mode? whats the difference sorry ?</p>
]]></description><link>https://forum.magicmirror.builders/post/66222</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/66222</guid><dc:creator><![CDATA[bachoo786]]></dc:creator><pubDate>Thu, 19 Dec 2019 15:00:55 GMT</pubDate></item><item><title><![CDATA[Reply to (electron:2910): Gtk-WARNING **: 14:16:40.324: cannot open display: :0 on Thu, 19 Dec 2019 14:54:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bachoo786" aria-label="Profile: bachoo786">@<bdi>bachoo786</bdi></a> could you do me a favor before u plug in a monitor,</p>
<p dir="auto">can you do</p>
<pre><code>pgrep Xorg 
</code></pre>
<p dir="auto">from the ssh terminal…</p>
<p dir="auto">I’m guessing it should return nothing…</p>
<p dir="auto">my new <a href="http://run-start.sh" target="_blank" rel="noopener noreferrer nofollow ugc">run-start.sh</a> script in next release, will detect text mode and start your installation in serveronly automagically.,! (pm2 just starts the script)</p>
]]></description><link>https://forum.magicmirror.builders/post/66221</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/66221</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 19 Dec 2019 14:54:33 GMT</pubDate></item><item><title><![CDATA[Reply to (electron:2910): Gtk-WARNING **: 14:16:40.324: cannot open display: :0 on Thu, 19 Dec 2019 14:52:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bachoo786" aria-label="Profile: bachoo786">@<bdi>bachoo786</bdi></a> install script does it for you…</p>
]]></description><link>https://forum.magicmirror.builders/post/66220</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/66220</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 19 Dec 2019 14:52:15 GMT</pubDate></item><item><title><![CDATA[Reply to (electron:2910): Gtk-WARNING **: 14:16:40.324: cannot open display: :0 on Thu, 19 Dec 2019 14:50: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>  right ok make sense.</p>
<p dir="auto">to be fair the instrcutions on github on installing MagicMirror are little confusing as the installation script asks you if you want to use pm2 and when you say yes it should automatically run magicmirror via pm2.</p>
<p dir="auto">however there is this link (<a href="https://github.com/MichMich/MagicMirror/wiki/Auto-Starting-MagicMirror" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MichMich/MagicMirror/wiki/Auto-Starting-MagicMirror</a>) on the github explaining how to auto starting the magic mirror. And when you follow this link you end up having two instances of magic mirror on pm2 i.e. MagicMirror and mm. Thats confusing!</p>
<p dir="auto">Do I still have to follow the autostarting magicmirror link? or is the install script sufficient?</p>
]]></description><link>https://forum.magicmirror.builders/post/66219</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/66219</guid><dc:creator><![CDATA[bachoo786]]></dc:creator><pubDate>Thu, 19 Dec 2019 14:50:59 GMT</pubDate></item><item><title><![CDATA[Reply to (electron:2910): Gtk-WARNING **: 14:16:40.324: cannot open display: :0 on Thu, 19 Dec 2019 14:40:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bachoo786" aria-label="Profile: bachoo786">@<bdi>bachoo786</bdi></a> Hm… could be,that would be no display 0  (i hate it when the computers get it right!)</p>
<p dir="auto">if u want to see it from some other system, then do</p>
<pre><code>cd ~/MagicMirror
node serveronly
</code></pre>
<p dir="auto">it will tell you what IP address to put into the browser on your other system</p>
]]></description><link>https://forum.magicmirror.builders/post/66218</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/66218</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 19 Dec 2019 14:40:06 GMT</pubDate></item><item><title><![CDATA[Reply to (electron:2910): Gtk-WARNING **: 14:16:40.324: cannot open display: :0 on Thu, 19 Dec 2019 14:38:17 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 suppose I would look stupid to tell you that at the moment I have not connected my rpi 4b to any display. Could that be answer?</p>
]]></description><link>https://forum.magicmirror.builders/post/66217</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/66217</guid><dc:creator><![CDATA[bachoo786]]></dc:creator><pubDate>Thu, 19 Dec 2019 14:38:17 GMT</pubDate></item><item><title><![CDATA[Reply to (electron:2910): Gtk-WARNING **: 14:16:40.324: cannot open display: :0 on Thu, 19 Dec 2019 14:32:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bachoo786" aria-label="Profile: bachoo786">@<bdi>bachoo786</bdi></a> you cannot run this over ssh,  display 0 is the actual display screen connected to the pi hdmi port</p>
<p dir="auto">if u are running in console (text) mode, then you must run in serveronly, and use a browser from some other system …</p>
<p dir="auto">I have my 4b running MM without problem, altho I used the updated install script (to be the official version on next release)<br />
see here <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></p>
]]></description><link>https://forum.magicmirror.builders/post/66216</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/66216</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 19 Dec 2019 14:32:55 GMT</pubDate></item></channel></rss>