<?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[VGA (not a HDMI) sleep via PIR-Sensor]]></title><description><![CDATA[<p dir="auto">Hi guys,<br />
I got my first Magic Mirror (it’s not a mirror but a display :) ) ready after a huge time…</p>
<p dir="auto">Now as it stays in our kitchen it’s and burn power 24/7 :(</p>
<p dir="auto">I want to save power and looked therefore about the possibility shut the display off in time nobody is looking to it.</p>
<p dir="auto">I had a look to modules as MMM-PIR or MMM-PIR-Sensor and have the question if it is also possible for connected VGA-displays (connected with HDMI to VGA adapter to the Raspi)</p>
<p dir="auto">Is there any, I have to know, before I order the sensor and rework the placed mirror?</p>
<p dir="auto">Will one of these MMM-… work and save power and get the kitchen dark in the night?</p>
<p dir="auto">Many thanks for your help and please don’t ask if I was not able to search the WWW for answers before… I did! Maybe with wrong search words or total misunderstanding about the threads…</p>
<p dir="auto">Best regards, bdream</p>
]]></description><link>https://forum.magicmirror.builders/topic/11116/vga-not-a-hdmi-sleep-via-pir-sensor</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Apr 2026 16:14:58 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/11116.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 06 Sep 2019 19:39:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to VGA (not a HDMI) sleep via PIR-Sensor on Tue, 24 Sep 2019 15:33:57 GMT]]></title><description><![CDATA[<p dir="auto">Good Info!<br />
Will play next days with MMM-PIR and MMM-PIR-Sensor investigating about needed scripts vs. /usr/bin/vcgencmd command</p>
<p dir="auto">If I can’t get it run mayby I will add an relais to turn off the display…</p>
<p dir="auto">At the moment I have to understand the both approaches and what my display is able to handle.<br />
Could be no way is possible as it’s an verry old one.</p>
<p dir="auto">Cheers, bdream</p>
]]></description><link>https://forum.magicmirror.builders/post/61626</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/61626</guid><dc:creator><![CDATA[bdream]]></dc:creator><pubDate>Tue, 24 Sep 2019 15:33:57 GMT</pubDate></item><item><title><![CDATA[Reply to VGA (not a HDMI) sleep via PIR-Sensor on Tue, 24 Sep 2019 13:35:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bdream" aria-label="Profile: bdream">@<bdi>bdream</bdi></a><br />
MMM-PIR uses the tvservice command (see MMM-PIR/callbackscripts/default for the two scripts)</p>
<p dir="auto">MMM-PIR-Sensor uses the /usr/bin/vcgencmd command</p>
<p dir="auto">YOU have to make sure the different approaches work</p>
<p dir="auto">my TV does NOT respond to ANY command…</p>
]]></description><link>https://forum.magicmirror.builders/post/61612</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/61612</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 24 Sep 2019 13:35:06 GMT</pubDate></item><item><title><![CDATA[Reply to VGA (not a HDMI) sleep via PIR-Sensor on Tue, 24 Sep 2019 13:05:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bdream" aria-label="Profile: bdream">@<bdi>bdream</bdi></a><br />
There are two Pir Sensor Modules. I use MMM-PIR-Sensor. Maybe this helps.<br />
AxLED</p>
]]></description><link>https://forum.magicmirror.builders/post/61605</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/61605</guid><dc:creator><![CDATA[AxLed]]></dc:creator><pubDate>Tue, 24 Sep 2019 13:05:58 GMT</pubDate></item><item><title><![CDATA[Reply to VGA (not a HDMI) sleep via PIR-Sensor on Tue, 24 Sep 2019 06:26:16 GMT]]></title><description><![CDATA[<p dir="auto">no idea what to do getting display off while noone is infront of it using PIR-Sensor?</p>
<p dir="auto">Cheers, bdream</p>
]]></description><link>https://forum.magicmirror.builders/post/61591</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/61591</guid><dc:creator><![CDATA[bdream]]></dc:creator><pubDate>Tue, 24 Sep 2019 06:26:16 GMT</pubDate></item><item><title><![CDATA[Reply to VGA (not a HDMI) sleep via PIR-Sensor on Sun, 15 Sep 2019 12:26:38 GMT]]></title><description><![CDATA[<p dir="auto">Hi AxLED,<br />
may I ask you for help please?</p>
<p dir="auto">I did connect a PIR to my Rpi to PIN 40 / BCM 21</p>
<pre><code>git clone https://github.com/mboskamp/MMM-PIR.git
cd MMM-PIR
npm install
</code></pre>
<p dir="auto">Added the the config in the verry first line within the modules chapter</p>
<pre><code>{
        module: 'MMM-PIR',
        position: 'top_center',
        config: {
                sensorPin: 21,
                delay: 10000,
                turnOffDisplay: true,
                showCountdown: true,
//                callbackScripts: ["callback.py"
        }
},

</code></pre>
<p dir="auto">Nothing happen. No countdown starts. No Disply turn off.</p>
<p dir="auto">Wiring was inslalled already:</p>
<pre><code>pi@MagicMirror:~ $ gpio -v
gpio version: 2.50
Copyright (c) 2012-2018 Gordon Henderson
This is free software with ABSOLUTELY NO WARRANTY.
For details type: gpio -warranty

Raspberry Pi Details:
  Type: Pi 3, Revision: 02, Memory: 1024MB, Maker: Sony
  * Device tree is enabled.
  *--&gt; Raspberry Pi 3 Model B Rev 1.2
  * This Raspberry Pi supports user-level GPIO access.

</code></pre>
<p dir="auto">And I tried this command an a reboot:</p>
<pre><code>sudo usermod -a -G gpio pi
</code></pre>
<p dir="auto">Have you got any hints for me please?</p>
]]></description><link>https://forum.magicmirror.builders/post/61318</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/61318</guid><dc:creator><![CDATA[bdream]]></dc:creator><pubDate>Sun, 15 Sep 2019 12:26:38 GMT</pubDate></item><item><title><![CDATA[Reply to VGA (not a HDMI) sleep via PIR-Sensor on Sat, 07 Sep 2019 18:02:45 GMT]]></title><description><![CDATA[<p dir="auto">Hi AxLED, many thanks for your replay!<br />
I’m off next two weeks and will try it afterwards.</p>
<p dir="auto">I thought it will not run with VGA connection :S<br />
So I’m happy with this information!</p>
<p dir="auto">Best regards, bdream</p>
]]></description><link>https://forum.magicmirror.builders/post/61053</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/61053</guid><dc:creator><![CDATA[bdream]]></dc:creator><pubDate>Sat, 07 Sep 2019 18:02:45 GMT</pubDate></item><item><title><![CDATA[Reply to VGA (not a HDMI) sleep via PIR-Sensor on Sat, 07 Sep 2019 17:59:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bdream" aria-label="Profile: bdream">@<bdi>bdream</bdi></a><br />
I use MMM-PIR-Sensor successful on my mirror (i also have a VGA Monitor connected via an HDMI Adapter) to safe power.</p>
<p dir="auto">For your “safe power in the night” you can use another module, check <a href="https://github.com/ianperrin/MMM-ModuleScheduler" target="_blank" rel="noopener noreferrer nofollow ugc">MMM-ModuleScheduler</a> (for scheduling) in combination with <a href="https://github.com/Jopyth/MMM-Remote-Control" target="_blank" rel="noopener noreferrer nofollow ugc">MMM-Remote-Control</a> (for interaktions like monitor on/off).</p>
<p dir="auto">AxLED</p>
]]></description><link>https://forum.magicmirror.builders/post/61052</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/61052</guid><dc:creator><![CDATA[AxLed]]></dc:creator><pubDate>Sat, 07 Sep 2019 17:59:39 GMT</pubDate></item></channel></rss>