<?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 (black screen)]]></title><description><![CDATA[<p dir="auto">Hello,<br />
I have a problem with (I think) the PIR-Sensor module. It works fine, when the mirror wakes after 10-15 min up. But when the pause is longer (a few hours) I have a black screen with the cursor on it. I can’t see any modules and need to restart the Mirror. Do someone know how to fix it?</p>
]]></description><link>https://forum.magicmirror.builders/topic/6991/mmm-pir-sensor-black-screen</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Jul 2026 17:24:13 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/6991.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 15 Apr 2018 15:23:45 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-PIR-Sensor (black screen) on Fri, 18 May 2018 15:24:51 GMT]]></title><description><![CDATA[<p dir="auto">was this solved?<br />
i just installed everything from this tutorial: <a href="https://howchoo.com/g/ntcymzbimjv/how-to-install-magic-mirror-on-your-raspberry-pi" target="_blank" rel="noopener noreferrer nofollow ugc">https://howchoo.com/g/ntcymzbimjv/how-to-install-magic-mirror-on-your-raspberry-pi</a><br />
everything works EXCEPT this pir module. once i remove the module, off course everything is back to “normal”</p>
<p dir="auto">but if i add the module back in with</p>
<pre><code>{
			module: 'MMM-PIR-Sensor',
			config: {
				sensorPIN: 4,
				powerSavingDelay: 25,
			}
},
</code></pre>
<p dir="auto">i get nothing but a mouse cursor and a totally black screen. it doesnt turn off or on via the PIR either.</p>
<p dir="auto">never mind…<br />
i got it now. i reinstalled everything again.<br />
cd ~/MagicMirror/modules<br />
git clone <a href="https://github.com/paviro/MMM-PIR-Sensor.git" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/paviro/MMM-PIR-Sensor.git</a><br />
cd MMM-PIR-Sensor<br />
npm install</p>
<p dir="auto">sudo usermod -a -G gpio pi</p>
<p dir="auto">sudo chmod u+s /opt/vc/bin/tvservice &amp;&amp; sudo chmod u+s /bin/chvt<br />
to allow turning on/off the hdmi output.</p>
<p dir="auto">sudo reboot</p>
<p dir="auto">sudo nano ~/MagicMirror/config/config.js</p>
<pre><code>
                {
                        module: 'MMM-PIR-Sensor',
                        config: {
                                sensorPIN: "4",
                                powerSavingDelay: "25",
                        }
                },


</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/39602</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/39602</guid><dc:creator><![CDATA[tv25666]]></dc:creator><pubDate>Fri, 18 May 2018 15:24:51 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-PIR-Sensor (black screen) on Mon, 30 Apr 2018 17:32:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/conkhidot" aria-label="Profile: conkhidot">@<bdi>conkhidot</bdi></a> Hi, do you maybe have some links or could give instructions how to do it? I would be grateful.</p>
]]></description><link>https://forum.magicmirror.builders/post/39123</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/39123</guid><dc:creator><![CDATA[Stabber]]></dc:creator><pubDate>Mon, 30 Apr 2018 17:32:18 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-PIR-Sensor (black screen) on Wed, 18 Apr 2018 07:31:53 GMT]]></title><description><![CDATA[<p dir="auto">Hey,</p>
<p dir="auto">I’ve had the same problem and I solved it with Crontab and Python. The Module from paviro made some trouble with my mirror.</p>
]]></description><link>https://forum.magicmirror.builders/post/38575</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/38575</guid><dc:creator><![CDATA[conkhidot]]></dc:creator><pubDate>Wed, 18 Apr 2018 07:31:53 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-PIR-Sensor (black screen) on Tue, 17 Apr 2018 10:53:02 GMT]]></title><description><![CDATA[<p dir="auto">Hi,<br />
I’ve a similar Problem with MMM-PIR-Sensor. However, my MagicMirror already starts with a black screen as soon as I insert the module. The config is almost identical.</p>
]]></description><link>https://forum.magicmirror.builders/post/38552</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/38552</guid><dc:creator><![CDATA[spitzlbergerj]]></dc:creator><pubDate>Tue, 17 Apr 2018 10:53:02 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-PIR-Sensor (black screen) on Sun, 15 Apr 2018 18:55:07 GMT]]></title><description><![CDATA[<pre><code>		{
			module: 'MMM-PIR-Sensor',
			config: {
				sensorPIN: 4,
				powerSavingDelay: 25,
			}
		},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/38445</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/38445</guid><dc:creator><![CDATA[Stabber]]></dc:creator><pubDate>Sun, 15 Apr 2018 18:55:07 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-PIR-Sensor (black screen) on Sun, 15 Apr 2018 16:25:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stabber" aria-label="Profile: Stabber">@<bdi>Stabber</bdi></a> what is in your config.js for the module?</p>
]]></description><link>https://forum.magicmirror.builders/post/38431</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/38431</guid><dc:creator><![CDATA[Charley]]></dc:creator><pubDate>Sun, 15 Apr 2018 16:25:23 GMT</pubDate></item></channel></rss>