<?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[How do you switch on / off, wake up yours?]]></title><description><![CDATA[<p dir="auto">I’m in the final stages of construction and happy with the basic installation of hardware and software. My Pi sits inside a frame with a monitor, and I can vnc in to it.<br />
What I’m interested in, is everyone’s methods for switching on / off and waking up etc.</p>
<p dir="auto">Do you leave it switched on all the time? (not my preferred choice as noone is in the house during the day and that seems a little wasteful)<br />
If not, how do you wake up your screen or Pi?  PIR sensor, camera, some kind of switch, remote access?</p>
]]></description><link>https://forum.magicmirror.builders/topic/1172/how-do-you-switch-on-off-wake-up-yours</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Jul 2026 17:07:46 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/1172.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 12 Dec 2016 14:03:25 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How do you switch on / off, wake up yours? on Sat, 21 Jul 2018 14:41:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/shockwave" aria-label="Profile: shockwave">@<bdi>shockwave</bdi></a> said in <a href="/post/9339">How do you switch on / off, wake up yours?</a>:</p>
<blockquote>
<p dir="auto">I just use a cron job to put the screen to sleep at 11pm and turn it back on at 7am.  My schedule is routine enough that this works well for me.</p>
<p dir="auto">crontab -e</p>
<pre><code>00 23 * * * /home/pi/monitor-off.sh &gt;/dev/null # JOB_ID_1
0 7 * * * /home/pi/monitor-on.sh &gt;/dev/null # JOB_ID_2
</code></pre>
<p dir="auto"><a href="http://monitor-off.sh" target="_blank" rel="noopener noreferrer nofollow ugc">monitor-off.sh</a></p>
<pre><code>#!/bin/bash

vcgencmd display_power 0

# export DISPLAY=:0.0
# xset dpms force off
</code></pre>
<p dir="auto"><a href="http://monitor-on.sh" target="_blank" rel="noopener noreferrer nofollow ugc">monitor-on.sh</a></p>
<pre><code>#!/bin/bash

vcgencmd display_power 1

# export DISPLAY=:0
# xset dpms force on
# xset s reset
</code></pre>
</blockquote>
<p dir="auto">Great !<br />
I will give it a try</p>
]]></description><link>https://forum.magicmirror.builders/post/42439</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/42439</guid><dc:creator><![CDATA[fox]]></dc:creator><pubDate>Sat, 21 Jul 2018 14:41:44 GMT</pubDate></item><item><title><![CDATA[Reply to How do you switch on / off, wake up yours? on Fri, 10 Feb 2017 23:52:46 GMT]]></title><description><![CDATA[<p dir="auto">I use MMM-ModuleScheduler for my mirror in the bathroom BUT my 32" Control Center I use:</p>
<p dir="auto"><a href="https://github.com/fewieden/MMM-voice" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/fewieden/MMM-voice</a></p>
<p dir="auto">Works like a charm ;)</p>
]]></description><link>https://forum.magicmirror.builders/post/14213</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/14213</guid><dc:creator><![CDATA[cowboysdude]]></dc:creator><pubDate>Fri, 10 Feb 2017 23:52:46 GMT</pubDate></item><item><title><![CDATA[Reply to How do you switch on / off, wake up yours? on Fri, 10 Feb 2017 23:20:15 GMT]]></title><description><![CDATA[<p dir="auto">I used a similar method to schedule a cron job to control a transistor placed over the push button of my tv. This lets me power the TV on and off instead of using the HDMI CEC method used for computer monitors.</p>
]]></description><link>https://forum.magicmirror.builders/post/14212</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/14212</guid><dc:creator><![CDATA[Burner911]]></dc:creator><pubDate>Fri, 10 Feb 2017 23:20:15 GMT</pubDate></item><item><title><![CDATA[Reply to How do you switch on / off, wake up yours? on Thu, 09 Feb 2017 18:20:15 GMT]]></title><description><![CDATA[<p dir="auto">I’m with cowboysdude,</p>
<p dir="auto">MMM-ModuleScheduler combined with MMM-Remote-Control.</p>
<p dir="auto">Scheduler sends MonitorOn and Off’s to Remote.</p>
<p dir="auto">Works like a dream!</p>
]]></description><link>https://forum.magicmirror.builders/post/14092</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/14092</guid><dc:creator><![CDATA[Hein-Jan]]></dc:creator><pubDate>Thu, 09 Feb 2017 18:20:15 GMT</pubDate></item><item><title><![CDATA[Reply to How do you switch on / off, wake up yours? on Thu, 09 Feb 2017 14:16:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/shockwave" aria-label="Profile: Shockwave">@<bdi>Shockwave</bdi></a><br />
I use the same times but instead of changing the display power I use the built in tvservice app</p>
<p dir="auto">0 23 * * * /opt/vc/bin/tvservice -o<br />
0 6 * * * /opt/vc/bin/tvservice -p</p>
]]></description><link>https://forum.magicmirror.builders/post/14072</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/14072</guid><dc:creator><![CDATA[pugsly]]></dc:creator><pubDate>Thu, 09 Feb 2017 14:16:01 GMT</pubDate></item><item><title><![CDATA[Reply to How do you switch on / off, wake up yours? on Thu, 09 Feb 2017 14:00:14 GMT]]></title><description><![CDATA[<p dir="auto">I personally use remote control to turn my display on. I also am thinking of using motion detection, but I probably need help. <a href="https://forum.magicmirror.builders/topic/52/pir-sensor-put-your-mirror-to-sleep-if-not-used/30">https://forum.magicmirror.builders/topic/52/pir-sensor-put-your-mirror-to-sleep-if-not-used/30</a></p>
]]></description><link>https://forum.magicmirror.builders/post/14071</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/14071</guid><dc:creator><![CDATA[AAPS]]></dc:creator><pubDate>Thu, 09 Feb 2017 14:00:14 GMT</pubDate></item><item><title><![CDATA[Reply to How do you switch on / off, wake up yours? on Thu, 09 Feb 2017 13:08:40 GMT]]></title><description><![CDATA[<p dir="auto">MMM-ModuleScheduler</p>
<p dir="auto"><a href="https://github.com/ianperrin/MMM-ModuleScheduler" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/ianperrin/MMM-ModuleScheduler</a></p>
<p dir="auto">It works awesome!!!</p>
]]></description><link>https://forum.magicmirror.builders/post/14065</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/14065</guid><dc:creator><![CDATA[cowboysdude]]></dc:creator><pubDate>Thu, 09 Feb 2017 13:08:40 GMT</pubDate></item><item><title><![CDATA[Reply to How do you switch on / off, wake up yours? on Thu, 09 Feb 2017 08:47:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/arbeyukay" aria-label="Profile: arbeyukay">@<bdi>arbeyukay</bdi></a> I combined the Magic mirror with this feature and have a USB cam to detect any motion in front of mirror, if no motion the monitor is shut down. Works just fine!<br />
<a href="https://maxkorlaar.com/post/?i=43&amp;lang=en" target="_blank" rel="noopener noreferrer nofollow ugc">https://maxkorlaar.com/post/?i=43&amp;lang=en</a></p>
]]></description><link>https://forum.magicmirror.builders/post/14041</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/14041</guid><dc:creator><![CDATA[FallandeGubbe]]></dc:creator><pubDate>Thu, 09 Feb 2017 08:47:28 GMT</pubDate></item><item><title><![CDATA[Reply to How do you switch on / off, wake up yours? on Tue, 27 Dec 2016 18:31:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/schlachtkreuzer6" aria-label="Profile: schlachtkreuzer6">@<bdi>schlachtkreuzer6</bdi></a></p>
<p dir="auto">yea, all ways on.<br />
If the cam recognize some motion in the front, the monitor is starting.</p>
<p dir="auto">After a chosen delay time  the monitor is switched off.</p>
]]></description><link>https://forum.magicmirror.builders/post/9916</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/9916</guid><dc:creator><![CDATA[lolobyte]]></dc:creator><pubDate>Tue, 27 Dec 2016 18:31:42 GMT</pubDate></item><item><title><![CDATA[Reply to How do you switch on / off, wake up yours? on Tue, 27 Dec 2016 15:39:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lolobyte" aria-label="Profile: lolobyte">@<bdi>lolobyte</bdi></a> a question :) is the cam on all the time? i´m interested to use the pi cam as a surveillance cam (something like an ip cam) und using a mm module for motion detection (wake up the screen etc.)</p>
]]></description><link>https://forum.magicmirror.builders/post/9900</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/9900</guid><dc:creator><![CDATA[schlachtkreuzer6]]></dc:creator><pubDate>Tue, 27 Dec 2016 15:39:25 GMT</pubDate></item><item><title><![CDATA[Reply to How do you switch on / off, wake up yours? on Wed, 14 Dec 2016 05:10:56 GMT]]></title><description><![CDATA[<p dir="auto">I just use a cron job to put the screen to sleep at 11pm and turn it back on at 7am.  My schedule is routine enough that this works well for me.</p>
<p dir="auto">crontab -e</p>
<pre><code>00 23 * * * /home/pi/monitor-off.sh &gt;/dev/null # JOB_ID_1
0 7 * * * /home/pi/monitor-on.sh &gt;/dev/null # JOB_ID_2
</code></pre>
<p dir="auto"><a href="http://monitor-off.sh" target="_blank" rel="noopener noreferrer nofollow ugc">monitor-off.sh</a></p>
<pre><code>#!/bin/bash

vcgencmd display_power 0

# export DISPLAY=:0.0
# xset dpms force off
</code></pre>
<p dir="auto"><a href="http://monitor-on.sh" target="_blank" rel="noopener noreferrer nofollow ugc">monitor-on.sh</a></p>
<pre><code>#!/bin/bash

vcgencmd display_power 1

# export DISPLAY=:0
# xset dpms force on
# xset s reset
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/9339</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/9339</guid><dc:creator><![CDATA[Shockwave]]></dc:creator><pubDate>Wed, 14 Dec 2016 05:10:56 GMT</pubDate></item><item><title><![CDATA[Reply to How do you switch on / off, wake up yours? on Mon, 12 Dec 2016 21:13:48 GMT]]></title><description><![CDATA[<p dir="auto">I’m using a motion cam behind the mirror with mmal motion software running outside the mm2 as a surveillance cam!<br />
If there is a motion in the front of the mirror the cam turns the mm2  panel on.<br />
After some time without motion the sw will deactivate the panel.</p>
]]></description><link>https://forum.magicmirror.builders/post/9253</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/9253</guid><dc:creator><![CDATA[lolobyte]]></dc:creator><pubDate>Mon, 12 Dec 2016 21:13:48 GMT</pubDate></item><item><title><![CDATA[Reply to How do you switch on / off, wake up yours? on Mon, 12 Dec 2016 15:55:10 GMT]]></title><description><![CDATA[<p dir="auto">Thanks yawns, which module will you be using - MMM-PIR-Sensor?<br />
Out of interest, do you know if it’s possible to set the time the hdmi stays live for, or is it purely based on whether there’s any movement detected?</p>
]]></description><link>https://forum.magicmirror.builders/post/9237</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/9237</guid><dc:creator><![CDATA[arbeyukay]]></dc:creator><pubDate>Mon, 12 Dec 2016 15:55:10 GMT</pubDate></item><item><title><![CDATA[Reply to How do you switch on / off, wake up yours? on Mon, 12 Dec 2016 14:10:29 GMT]]></title><description><![CDATA[<p dir="auto">I intend to use a PIR sensor “almost hidden” in the frame.</p>
]]></description><link>https://forum.magicmirror.builders/post/9229</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/9229</guid><dc:creator><![CDATA[yawns]]></dc:creator><pubDate>Mon, 12 Dec 2016 14:10:29 GMT</pubDate></item></channel></rss>