<?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[Mirror does not update after turning monitor back on]]></title><description><![CDATA[<p dir="auto">I have tried to search for this problem but to no avail.</p>
<p dir="auto">My mirror uses MMM-PIR-Sensor to turn on the screen when detecting motion, and then off again after 10 seconds. But most times the screen turns on, the UI is “out of sync” with the current time – the clock is wrong, modules haven’t been shown/hidden on schedule with MMM-ModuleScheduler, any Alerts that were triggered won’t show, etc. Sometimes I can see the screen “catch up” if I stay in front of it for a few seconds; sometimes the screen never catches up, and I have to restart the service. I can pull up a browser from another computer or on the Pi, point it at the MM server, and everything is fine on that device – this only seems to be a problem with the default <code>npm start</code> MM process.</p>
<p dir="auto">Has anyone experienced this issue?</p>
]]></description><link>https://forum.magicmirror.builders/topic/12078/mirror-does-not-update-after-turning-monitor-back-on</link><generator>RSS for Node</generator><lastBuildDate>Tue, 19 May 2026 00:37:08 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/12078.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 25 Jan 2020 21:24:59 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Mirror does not update after turning monitor back on on Wed, 29 Jan 2020 04:50:59 GMT]]></title><description><![CDATA[<p dir="auto">This appears to be an issue with MMM-Remote-Control, which has a “MONITOROFF” command that I was using to turn off the display. That command executes <code>tvservice -o</code>, which according to <a href="https://www.raspberrypi.org/documentation/raspbian/applications/tvservice.md" target="_blank" rel="noopener noreferrer nofollow ugc">this documentation</a> “destroys any framebuffers/dispmanx layers associated with the display” that are not restored when the display comes back on. On their recommendation, I switched the command to <code>vcgencmd display_power 0</code>and my issues have gone away.</p>
]]></description><link>https://forum.magicmirror.builders/post/68768</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/68768</guid><dc:creator><![CDATA[nealterrell]]></dc:creator><pubDate>Wed, 29 Jan 2020 04:50:59 GMT</pubDate></item></channel></rss>