<?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[Auto Sleep Turn on&#x2F;off Active Hours]]></title><description><![CDATA[<p dir="auto">Hello, I want to start a project regarding the magic mirror and i was wondering if someone can implement the active hours idea .</p>
<p dir="auto">For example, the monitor / TV output should be off / sleep between 20:00 (8PM) to let’s say 6:30 (AM).</p>
<p dir="auto">From a quick view, i found a PIR module or an network sensing sleep module, but a simple one wasn’t implemented yet</p>
<p dir="auto">Thank you,<br />
Alex</p>
]]></description><link>https://forum.magicmirror.builders/topic/13535/auto-sleep-turn-on-off-active-hours</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Apr 2026 09:27:06 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/13535.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 26 Aug 2020 20:26:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Auto Sleep Turn on&#x2F;off Active Hours on Wed, 26 Aug 2020 20:59:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/radioman" aria-label="Profile: radioman">@<bdi>radioman</bdi></a> cool. none of my monitor/tv devices support that capability.</p>
]]></description><link>https://forum.magicmirror.builders/post/80816</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/80816</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 26 Aug 2020 20:59:16 GMT</pubDate></item><item><title><![CDATA[Reply to Auto Sleep Turn on&#x2F;off Active Hours on Wed, 26 Aug 2020 20:43:17 GMT]]></title><description><![CDATA[<p dir="auto">Hello</p>
<p dir="auto">I found somthing like this.<br />
I dont know if this is working<br />
I want to test this in some Days:</p>
<p dir="auto">Automatic switch off of the monitor</p>
<p dir="auto">So that the monitor does not run through at night and on weekends, we switch off the HDMI port time-controlled (the power consumption of the Rasperry is negligible in our view).</p>
<p dir="auto">With sudo crontab -e we create cron jobs. Scroll to the end of the file and add:</p>
<p dir="auto">10 17 * * 1-5 vcgencmd display_power 0</p>
<p dir="auto">0 7 * * 1-5 vcgencmd display_power 1</p>
<p dir="auto">The first line switches off the HDMI port on weekdays Mon-Fri (1-5) at 5 p.m. and 10 minutes. The second line turns it on again at 7:00 a.m.</p>
]]></description><link>https://forum.magicmirror.builders/post/80815</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/80815</guid><dc:creator><![CDATA[radioman]]></dc:creator><pubDate>Wed, 26 Aug 2020 20:43:17 GMT</pubDate></item></channel></rss>