<?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[Monitor not awaking from sleep]]></title><description><![CDATA[<p dir="auto">I’m running a RPi4 with the latest MM release and using MMM-Screen-Powersave-Notification and MMM-GPIO-Notifications along with a motion sensor.</p>
<pre><code> {                   
	module: 'MMM-Screen-Powersave-Notification',
	config: {                 
        delay: 60
	}
    },


    { 
	module: 'MMM-GPIO-Notifications',
	config: {
	    '4': {
		    gpio_state: 1,
		    gpio_debounce: 0,
            delay: 30000,
		    notifications: [
		        { 
				    notification: 'SCREEN_ON', 
		            payload: { 'forced': false }
		        },
                {

                }
		    ]
	    }
	}
    },
</code></pre>
<p dir="auto">I had this setup on a Dell monitor and it worked perfectly.</p>
<p dir="auto">I just installed  a new monitor - a Lenovo Thinkvision P32p-20</p>
<p dir="auto">After starting the sensor works as it’s supposed to, waking the monitor when someone passes by and sleeping after 60 seconds of inactivity.</p>
<p dir="auto">But after  a while, the monitor does not wake from sleep.  The MM instance is running fine (I can look at the dispaly from a remote browser).</p>
<p dir="auto">The monitor is in powersave mode (amber LED)</p>
<p dir="auto">The only way to wake the monitor is to touch a  button on the monitor’s control panel.</p>
<p dir="auto">The monitor has no configuration options for powersave or sleep.</p>
<p dir="auto">Any suggestions on how to fix this?</p>
]]></description><link>https://forum.magicmirror.builders/topic/17004/monitor-not-awaking-from-sleep</link><generator>RSS for Node</generator><lastBuildDate>Wed, 12 Aug 2026 21:27:58 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/17004.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 21 Jul 2022 11:20:04 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Monitor not awaking from sleep on Fri, 22 Jul 2022 12:15:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mvrlogins" aria-label="Profile: mvrlogins">@<bdi>mvrlogins</bdi></a> I had to add code to my module, that started a 14 minute timer on entering sleep mode.  if motion happened before the timer expired the timer was stopped.</p>
<p dir="auto">if the timer expired, I set a variable and then started the wake up routine.<br />
during the wakeup, if the variable was set is started a second timer for 1 second</p>
<p dir="auto">when that second timer expired I cleared the variable and then started the sleep routine again…</p>
<p dir="auto">repeat as needed.</p>
<p dir="auto">causes a short flash every 14 minutes, but mostly this happens at night, when u are sleeping anyhow.</p>
<p dir="auto">energy star compliance requires power off (or low power suspend mode) after 15 minutes of no use.</p>
]]></description><link>https://forum.magicmirror.builders/post/102993</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/102993</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 22 Jul 2022 12:15:17 GMT</pubDate></item><item><title><![CDATA[Reply to Monitor not awaking from sleep on Fri, 22 Jul 2022 11:57:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> said in <a href="/post/102985">Monitor not awaking from sleep</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mvrlogins" aria-label="Profile: mvrlogins">@<bdi>mvrlogins</bdi></a> I had a display like that, if no input,  it would turn off, even if I was hiding modules.</p>
<p dir="auto">I had to make a change to one of my modules to wake up mm for 1 second every 14 minutes to keep it from going into shutdown</p>
</blockquote>
<p dir="auto">May I ask how you did that?</p>
<p dir="auto">Thanks</p>
]]></description><link>https://forum.magicmirror.builders/post/102991</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/102991</guid><dc:creator><![CDATA[mvrlogins]]></dc:creator><pubDate>Fri, 22 Jul 2022 11:57:22 GMT</pubDate></item><item><title><![CDATA[Reply to Monitor not awaking from sleep on Thu, 21 Jul 2022 20:18:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mvrlogins" aria-label="Profile: mvrlogins">@<bdi>mvrlogins</bdi></a> I had a display like that, if no input,  it would turn off, even if I was hiding modules.</p>
<p dir="auto">I had to make a change to one of my modules to wake up mm for 1 second every 14 minutes to keep it from going into shutdown</p>
<p dir="auto">the monitor doc says moving a mouse (if it were visible) should wake up the monitor</p>
<p dir="auto"><img src="/assets/uploads/files/1658434731086-screenshot_20220721-151015_adobe-acrobat.jpg" alt="Screenshot_20220721-151015_Adobe Acrobat.jpg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/102985</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/102985</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 21 Jul 2022 20:18:52 GMT</pubDate></item></channel></rss>