<?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[Best setup for &quot;client only&quot;]]></title><description><![CDATA[<p dir="auto">Hi all,</p>
<p dir="auto">I have until recently run MagicMirror on a Raspberry Pi, but now I’m transitioning into a docker setup. I want my raspberry pi to only be a “client”. I have some other functions I also want to include:</p>
<p dir="auto">List of requirements:</p>
<ul>
<li>Raspberry Pi as “client” - i.e. only display MM interface (</li>
<li>Possibility to turn on and off screen with external motion sensor (i.e. power saving). In my old setup I used the MMM-Remote-control module and had NodeRed to send a web request with “turn screen on/off” when a motion sensor was triggered.</li>
</ul>
<p dir="auto">What would be the best &amp; easiest way to set this up?</p>
]]></description><link>https://forum.magicmirror.builders/topic/15118/best-setup-for-client-only</link><generator>RSS for Node</generator><lastBuildDate>Sat, 09 May 2026 22:50:45 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/15118.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 09 Jun 2021 09:34:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Best setup for &quot;client only&quot; on Thu, 10 Jun 2021 12:19:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/freland" aria-label="Profile: freland">@<bdi>freland</bdi></a> client mode is just the browser w no modules. so same problem</p>
<p dir="auto">you need some code to read/react to a sensor somewhere, and then inform some code on the client machine to turn off the display.</p>
<p dir="auto">a node-red server in the background could still do all that.<br />
it’s just more than a dumb client</p>
]]></description><link>https://forum.magicmirror.builders/post/92044</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/92044</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 10 Jun 2021 12:19:21 GMT</pubDate></item><item><title><![CDATA[Reply to Best setup for &quot;client only&quot; on Thu, 10 Jun 2021 06:35:04 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>
<p dir="auto">Thanks for the input!</p>
<p dir="auto">Hmm, the problem is that the old setup used an external motion sensor (NodeRed docker on my NAS with a  Hue motion sensor triggering NodeRed to sending the screen on/off command on the MM Raspberry Pi setup via MMM-Remote-control).</p>
<p dir="auto">Sounds Like I have to scrap the NodeRed/Motion-sensor-setup and modify my MM-setup and include a motion sensor in it… :)</p>
<p dir="auto">Or, how would things behave if I have MM installed on the Raspberry and run it in client mode? Would a “screen off” call turn off the screen on the client or would it make no sense to it?</p>
]]></description><link>https://forum.magicmirror.builders/post/92042</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/92042</guid><dc:creator><![CDATA[Freland]]></dc:creator><pubDate>Thu, 10 Jun 2021 06:35:04 GMT</pubDate></item><item><title><![CDATA[Reply to Best setup for &quot;client only&quot; on Wed, 09 Jun 2021 15:03:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/freland" aria-label="Profile: freland">@<bdi>freland</bdi></a> the first is easy, launch a browser to view mm.  chrome has a command line that I use for devices that don’t have electron</p>
<p dir="auto">the second causes problems, cause a browser by itself cannot access  hardware or run commands to do the work.   so it needs a native/server component.</p>
<p dir="auto">there are python scripts u could run in the background that could do this…  (read gpio)<br />
<a href="https://raspberrypi.stackexchange.com/questions/87319/turn-screen-on-and-off-with-motion-sensor" target="_blank" rel="noopener noreferrer nofollow ugc">https://raspberrypi.stackexchange.com/questions/87319/turn-screen-on-and-off-with-motion-sensor</a></p>
<p dir="auto">the github motion project supports webcams and has a mechanism to call some pgm/script when motion happens. (I use this in my mmm-sleepwake module)</p>
]]></description><link>https://forum.magicmirror.builders/post/92033</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/92033</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 09 Jun 2021 15:03:54 GMT</pubDate></item></channel></rss>