<?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[2 Display Mirror for more views]]></title><description><![CDATA[<p dir="auto">Hi all,</p>
<p dir="auto">i´m new in this world and proud to show you my first mirror.<br />
It took really long time to find the way to program all this stuff but this forum is really great. you can find everything you look for.<br />
Many thanks to all people.</p>
<p dir="auto">I took 2 old displays (22" vertical and 24" horizontal). All is powered with a Pi 4b and a integrated PIR sensor to turn on/off the mirror.<br />
The frame i made by myself…that was also new experience for me :-)</p>
<p dir="auto"><img src="/assets/uploads/files/1602954676305-front-links.jpg" alt="front links.jpg" class=" img-fluid img-markdown" /><br />
<img src="/assets/uploads/files/1602954688084-front.jpg" alt="front.jpg" class=" img-fluid img-markdown" /><br />
<img src="/assets/uploads/files/1602954698865-elektrik.jpg" alt="elektrik.jpg" class=" img-fluid img-markdown" /><br />
<img src="/assets/uploads/files/1602954708467-rahmen.jpg" alt="Rahmen.jpg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/topic/13864/2-display-mirror-for-more-views</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Jul 2026 06:32:46 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/13864.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 17 Oct 2020 17:07:07 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to 2 Display Mirror for more views on Sun, 25 Oct 2020 19:32:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/saljoke" aria-label="Profile: saljoke">@<bdi>saljoke</bdi></a><br />
Hi. Thats right. i only use 1 Pi4 to serve both displays via 2 MM instances. first the originally MagicMirror directory and the second in a MagicMirror2 directory. Both powered up via PM2 and turned off and on via PIR sensor.</p>
<p dir="auto">The config looks like this:</p>
<p dir="auto">language: “de”,<br />
logLevel: [“INFO”, “LOG”, “WARN”, “ERROR”],<br />
timeFormat: 24,<br />
units: “metric”,<br />
<strong>electronOptions: {fullscreen:true, x:1920},</strong></p>
<p dir="auto">1920 is the resolution witdh of the main display.</p>
<p dir="auto">Very easy to handle and good for the electrical consumption :-)</p>
]]></description><link>https://forum.magicmirror.builders/post/83950</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/83950</guid><dc:creator><![CDATA[MC]]></dc:creator><pubDate>Sun, 25 Oct 2020 19:32:46 GMT</pubDate></item><item><title><![CDATA[Reply to 2 Display Mirror for more views on Sun, 25 Oct 2020 19:23:27 GMT]]></title><description><![CDATA[<p dir="auto">@ruff-hi<br />
the picture is upside down. Sorry for that :-) the white part is a ip cam and normally in the bottom</p>
]]></description><link>https://forum.magicmirror.builders/post/83948</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/83948</guid><dc:creator><![CDATA[MC]]></dc:creator><pubDate>Sun, 25 Oct 2020 19:23:27 GMT</pubDate></item><item><title><![CDATA[Reply to 2 Display Mirror for more views on Tue, 20 Oct 2020 21:14:22 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> Thank you for your advice. It works perfectly.</p>
]]></description><link>https://forum.magicmirror.builders/post/83762</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/83762</guid><dc:creator><![CDATA[mkloth]]></dc:creator><pubDate>Tue, 20 Oct 2020 21:14:22 GMT</pubDate></item><item><title><![CDATA[Reply to 2 Display Mirror for more views on Tue, 20 Oct 2020 13:02:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mkloth" aria-label="Profile: mkloth">@<bdi>mkloth</bdi></a> edit the config.js<br />
after the var config, add the electronOptions</p>
<pre><code>var config={
  electronOptions:{
          x:????
  },
</code></pre>
<p dir="auto">where ??? is the width in pixels of your 1st display<br />
mine is 1920 or Pi4 3840.<br />
users that want them stacked (one on top of the other)<br />
should try<br />
y:???<br />
where ??? is the height of the 1st display<br />
instead of x</p>
<p dir="auto">I run my mm like this all the time so I can work w my editor on main and mm on secondary</p>
]]></description><link>https://forum.magicmirror.builders/post/83754</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/83754</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 20 Oct 2020 13:02:31 GMT</pubDate></item><item><title><![CDATA[Reply to 2 Display Mirror for more views on Tue, 20 Oct 2020 06:13: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> how did you get the mirror app run on second display? I have two displays but it’s showing as one screen and I can start mm only on first display.</p>
]]></description><link>https://forum.magicmirror.builders/post/83744</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/83744</guid><dc:creator><![CDATA[mkloth]]></dc:creator><pubDate>Tue, 20 Oct 2020 06:13:40 GMT</pubDate></item><item><title><![CDATA[Reply to 2 Display Mirror for more views on Tue, 20 Oct 2020 00:11:49 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 />
That’s right and easy to use… I want too in a next experience…</p>
]]></description><link>https://forum.magicmirror.builders/post/83740</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/83740</guid><dc:creator><![CDATA[saljoke]]></dc:creator><pubDate>Tue, 20 Oct 2020 00:11:49 GMT</pubDate></item><item><title><![CDATA[Reply to 2 Display Mirror for more views on Mon, 19 Oct 2020 21:58:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/saljoke" aria-label="Profile: saljoke">@<bdi>saljoke</bdi></a> running two instances of MM</p>
]]></description><link>https://forum.magicmirror.builders/post/83736</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/83736</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 19 Oct 2020 21:58:10 GMT</pubDate></item><item><title><![CDATA[Reply to 2 Display Mirror for more views on Mon, 19 Oct 2020 21:46:35 GMT]]></title><description><![CDATA[<p dir="auto">This is really interesting!!!<br />
I see only one rpi with two hdmi… how do you control on magicmirror software position of modules and only one module reversed? On future I’d like to try it too…<br />
My compliments!!!</p>
]]></description><link>https://forum.magicmirror.builders/post/83733</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/83733</guid><dc:creator><![CDATA[saljoke]]></dc:creator><pubDate>Mon, 19 Oct 2020 21:46:35 GMT</pubDate></item><item><title><![CDATA[Reply to 2 Display Mirror for more views on Mon, 19 Oct 2020 01:01:52 GMT]]></title><description><![CDATA[<p dir="auto">Very nice.  I see you also used wago clips in the back.</p>
<p dir="auto">The rear shot … is the top there to the top of the mirror … or is the top of the rear the bottom of the mirror?</p>
]]></description><link>https://forum.magicmirror.builders/post/83704</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/83704</guid><dc:creator><![CDATA[ruff.hi]]></dc:creator><pubDate>Mon, 19 Oct 2020 01:01:52 GMT</pubDate></item><item><title><![CDATA[Reply to 2 Display Mirror for more views on Sun, 18 Oct 2020 13:00:54 GMT]]></title><description><![CDATA[<p dir="auto">This is excellent work! It’s so nice to see true innovation. Great job.</p>
]]></description><link>https://forum.magicmirror.builders/post/83664</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/83664</guid><dc:creator><![CDATA[bhepler]]></dc:creator><pubDate>Sun, 18 Oct 2020 13:00:54 GMT</pubDate></item></channel></rss>