<?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[magicmirror not working anymore]]></title><description><![CDATA[<p dir="auto">hi</p>
<p dir="auto">just came back from a 2 weeks holiday and turn on my magicmirror but it seems to be somewhat dead.<br />
the mouse and keyboard is not responding but i am able to control via bitvise albeit it is very very slow. so i suspect something is wrong with the rpi 5.</p>
<p dir="auto">every command i type in bitvise, it takes very long to trigger the command. my os is install on an external usb drive along with plex.</p>
<p dir="auto">i tried taking out the external drive and connect to the pc to perform chkdsk but the pc doesnt recongise the disk …?</p>
<p dir="auto">now my magicmirror is stuck in the main screen wallpaper. i tried to do a pm2 start MagicMirror but hit with a process 0 error.</p>
<p dir="auto">note that all these are done via remotely on bitvise.</p>
<p dir="auto">im not sure where to begin to troubleshoot. any advise anyone?</p>
]]></description><link>https://forum.magicmirror.builders/topic/20349/magicmirror-not-working-anymore</link><generator>RSS for Node</generator><lastBuildDate>Tue, 01 Sep 2026 02:52:57 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/20349.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 31 Aug 2026 07:29:57 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to magicmirror not working anymore on Tue, 01 Sep 2026 00:47:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/1a2a3a" aria-label="Profile: 1a2a3a">@<bdi>1a2a3a</bdi></a> I do not know</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rkorell" aria-label="Profile: rkorell">@<bdi>rkorell</bdi></a> seems to have a good understanding here</p>
<p dir="auto"><a href="https://github.com/rkorell/MMM-PresenceScreenControl" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/rkorell/MMM-PresenceScreenControl</a></p>
]]></description><link>https://forum.magicmirror.builders/post/131838</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/131838</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 01 Sep 2026 00:47:33 GMT</pubDate></item><item><title><![CDATA[Reply to magicmirror not working anymore on Mon, 31 Aug 2026 23:07:05 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> I did not manage to do a backup because the system was way too slow. I did a fresh install of everything.</p>
<p dir="auto">I did follow the guide you pasted and am still having that issue where it turns on by itself.</p>
]]></description><link>https://forum.magicmirror.builders/post/131836</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/131836</guid><dc:creator><![CDATA[1a2a3a]]></dc:creator><pubDate>Mon, 31 Aug 2026 23:07:05 GMT</pubDate></item><item><title><![CDATA[Reply to magicmirror not working anymore on Mon, 31 Aug 2026 16:51:15 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/1a2a3a" aria-label="Profile: 1a2a3a">@<bdi>1a2a3a</bdi></a> <a href="/post/131827">said</a>:</p>
<p dir="auto">I have installed the MM via your script as well.</p>
</blockquote>
<p dir="auto">did you use my backup/restore to save your MM config???</p>
<p dir="auto">screen on/off,  yeh the system keeps changing how to do that…<br />
i’ll look for that topic, and link it here</p>
<p dir="auto">see the first post here<br />
<a href="https://forum.magicmirror.builders/post/121101">https://forum.magicmirror.builders/post/121101</a></p>
]]></description><link>https://forum.magicmirror.builders/post/131828</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/131828</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 31 Aug 2026 16:51:15 GMT</pubDate></item><item><title><![CDATA[Reply to magicmirror not working anymore on Mon, 31 Aug 2026 16:30:45 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> using the shutdown function.</p>
<p dir="auto">nvm… i reinstall the entire os on the hdd and now its working but i lost quite bit.</p>
<p dir="auto">I have installed the MM via your script as well.</p>
<p dir="auto">in anycase, i cant get my cron job of turning off the screen as intended.</p>
<p dir="auto">i have the below 2 script.<br />
the problem is when i turn it off manually or via cron, the screen turns back on automatically if MM is running (either via npm or pm2).<br />
if MM is not running, the screen stays off.</p>
<p dir="auto">what can i do?</p>
<p dir="auto">display_off.sh<br />
#!/bin/bash<br />
export WAYLAND_DISPLAY=wayland-0<br />
export XDG_RUNTIME_DIR=/run/user/1000<br />
/usr/bin/wlr-randr --output HDMI-A-2 --off</p>
<p dir="auto">display_on.sh<br />
#!/bin/bash<br />
export WAYLAND_DISPLAY=wayland-0<br />
export XDG_RUNTIME_DIR=/run/user/1000<br />
/usr/bin/wlr-randr --output HDMI-A-2 --on --transform 90</p>
]]></description><link>https://forum.magicmirror.builders/post/131827</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/131827</guid><dc:creator><![CDATA[1a2a3a]]></dc:creator><pubDate>Mon, 31 Aug 2026 16:30:45 GMT</pubDate></item><item><title><![CDATA[Reply to magicmirror not working anymore on Mon, 31 Aug 2026 12:29:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/1a2a3a" aria-label="Profile: 1a2a3a">@<bdi>1a2a3a</bdi></a> how was the pi shutdown before power off?</p>
]]></description><link>https://forum.magicmirror.builders/post/131822</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/131822</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 31 Aug 2026 12:29:55 GMT</pubDate></item><item><title><![CDATA[Reply to magicmirror not working anymore on Mon, 31 Aug 2026 12:28:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mati_93" aria-label="Profile: Mati_93">@<bdi>Mati_93</bdi></a> he just powered on from being off for 2 weeks.</p>
]]></description><link>https://forum.magicmirror.builders/post/131821</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/131821</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 31 Aug 2026 12:28:33 GMT</pubDate></item><item><title><![CDATA[Reply to magicmirror not working anymore on Mon, 31 Aug 2026 12:28:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/1a2a3a" aria-label="Profile: 1a2a3a">@<bdi>1a2a3a</bdi></a> is this running from an nvme drive hat on the pi5?</p>
<p dir="auto">I don’t want you to  change anything you have yet. Still need to understand the failure</p>
]]></description><link>https://forum.magicmirror.builders/post/131820</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/131820</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 31 Aug 2026 12:28:01 GMT</pubDate></item><item><title><![CDATA[Reply to magicmirror not working anymore on Mon, 31 Aug 2026 12:12:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/1a2a3a" aria-label="Profile: 1a2a3a">@<bdi>1a2a3a</bdi></a> Have You updated and upgraded everything OS and Magic Mirror plus modules??</p>
]]></description><link>https://forum.magicmirror.builders/post/131819</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/131819</guid><dc:creator><![CDATA[Mati_93]]></dc:creator><pubDate>Mon, 31 Aug 2026 12:12:24 GMT</pubDate></item><item><title><![CDATA[Reply to magicmirror not working anymore on Mon, 31 Aug 2026 11:50:42 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> i dont have a spare sd card currently. should i reinstall the os on the hdd? or this doesnt represent an os failture? does this sound more like a hdd failure rather than the rpi  or os failure?</p>
]]></description><link>https://forum.magicmirror.builders/post/131818</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/131818</guid><dc:creator><![CDATA[1a2a3a]]></dc:creator><pubDate>Mon, 31 Aug 2026 11:50:42 GMT</pubDate></item><item><title><![CDATA[Reply to magicmirror not working anymore on Mon, 31 Aug 2026 10:56:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/1a2a3a" aria-label="Profile: 1a2a3a">@<bdi>1a2a3a</bdi></a> can you make another sd card and try to boot that?</p>
]]></description><link>https://forum.magicmirror.builders/post/131816</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/131816</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 31 Aug 2026 10:56:06 GMT</pubDate></item></channel></rss>