<?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[MMM-PIR-Sensor: Everything works fine, just one thing not...]]></title><description><![CDATA[<p dir="auto">My sensor is working fine for months now. It works as designed (shuts my mirror down after 5 minutes and is reactivated if someone enters the room or goes by).</p>
<p dir="auto">But i noticed this:<br />
After a reboot of the whole PI mirror system, the screen isn’ t turned off  by the MMM-PIR-Sensor-module (even after waiting for more than an hour or more - i think it would be on forever). Only if someone goes by, the sensor shuts down the screen (monitor) for a millisecond and immediately after that, turns the screen on again. After that, the PIR sensor works fine like every day before…</p>
<p dir="auto">Does any one of you ever had a similar behavior of a PIR sensor configuration?</p>
<p dir="auto">Thanks!</p>
<p dir="auto">Medo</p>
]]></description><link>https://forum.magicmirror.builders/topic/6491/mmm-pir-sensor-everything-works-fine-just-one-thing-not</link><generator>RSS for Node</generator><lastBuildDate>Thu, 18 Jun 2026 14:56:15 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/6491.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 02 Feb 2018 13:23:55 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-PIR-Sensor: Everything works fine, just one thing not... on Wed, 07 Feb 2018 09:29:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/medo" aria-label="Profile: Medo">@<bdi>Medo</bdi></a></p>
<p dir="auto">Glad to hear that :)</p>
]]></description><link>https://forum.magicmirror.builders/post/35341</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/35341</guid><dc:creator><![CDATA[cruunnerr]]></dc:creator><pubDate>Wed, 07 Feb 2018 09:29:11 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-PIR-Sensor: Everything works fine, just one thing not... on Wed, 07 Feb 2018 07:15:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cruunnerr" aria-label="Profile: cruunnerr">@<bdi>cruunnerr</bdi></a><br />
Your solution worked like a charm.<br />
Thanks!</p>
]]></description><link>https://forum.magicmirror.builders/post/35335</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/35335</guid><dc:creator><![CDATA[Medo]]></dc:creator><pubDate>Wed, 07 Feb 2018 07:15:30 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-PIR-Sensor: Everything works fine, just one thing not... on Sat, 03 Feb 2018 11:47:12 GMT]]></title><description><![CDATA[<p dir="auto">Sounds like a great idea! I will try that soon and will geht you a reply if it works! Thanks for that possible solution…</p>
]]></description><link>https://forum.magicmirror.builders/post/35159</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/35159</guid><dc:creator><![CDATA[Medo]]></dc:creator><pubDate>Sat, 03 Feb 2018 11:47:12 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-PIR-Sensor: Everything works fine, just one thing not... on Sat, 03 Feb 2018 10:52:15 GMT]]></title><description><![CDATA[<p dir="auto">one idea is to just put the <code>tvservice -o</code> command in your rc.local.<br />
before that u should do a little sleep.</p>
<p dir="auto">like this:</p>
<p dir="auto"><code>sudo nano /etc/rc.local</code></p>
<pre><code>#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.

# Print the IP address
_IP=$(hostname -I) || true
if [ "$_IP" ]; then
  printf "My IP address is %s\n" "$_IP"
fi

sleep 60 &amp;

tvservice -o

exit 0
</code></pre>
<p dir="auto">So on every reboot it will wait 60 seconds (just to let everything start like MM) and then turn the monitor off.</p>
]]></description><link>https://forum.magicmirror.builders/post/35151</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/35151</guid><dc:creator><![CDATA[cruunnerr]]></dc:creator><pubDate>Sat, 03 Feb 2018 10:52:15 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-PIR-Sensor: Everything works fine, just one thing not... on Sat, 03 Feb 2018 08:11:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/axled" aria-label="Profile: AxLed">@<bdi>AxLed</bdi></a><br />
Thanks, did not know that this has to be done to “activate” a PIR sensor…Interesting…hmm…</p>
<p dir="auto">Does anyone know, if there is a method that this can be “simulated” in any way?</p>
]]></description><link>https://forum.magicmirror.builders/post/35148</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/35148</guid><dc:creator><![CDATA[Medo]]></dc:creator><pubDate>Sat, 03 Feb 2018 08:11:25 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-PIR-Sensor: Everything works fine, just one thing not... on Fri, 02 Feb 2018 17:17:06 GMT]]></title><description><![CDATA[<p dir="auto">Hi Medo,<br />
i think i read something that after a reboot you have to wave your hand (for example) in front of sensor once, so the sensor is active.</p>
<p dir="auto">AxLED</p>
]]></description><link>https://forum.magicmirror.builders/post/35124</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/35124</guid><dc:creator><![CDATA[AxLed]]></dc:creator><pubDate>Fri, 02 Feb 2018 17:17:06 GMT</pubDate></item></channel></rss>