<?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[MMM-Remote-Control]]></title><description><![CDATA[<p dir="auto">Hey all,</p>
<p dir="auto">After troubleshooting the calendar module with the help of Sam I stumpled upon a new “problem”.</p>
<p dir="auto">I installed the MMM-Remote-Control module to be able to use motion sensors and HASS to turn on/off the screen/monitor.</p>
<p dir="auto">The module works flawlessly exept for the monitor on and off command. I can start, restart and turn off the pi with the module.<br />
I’m using a Pi4 with 2 micro hdmi ports, monitor isd plugged in hdmi0 (left port) Already tried on a different monitor for testing purose.</p>
<p dir="auto">Also already changed the output commands to</p>
<pre><code>'xrandr -d :0 --output HDMI-1 --auto',
</code></pre>
<pre><code>            {
                module: 'MMM-Remote-Control',
                // uncomment the following line to show the URL of the remote control on the mirror
                // position: 'bottom_left',
                // you can hide this module afterwards from the remote control itself
                config: {
                    customCommand: {  // Optional, See "Using Custom Commands" below
                      monitorOnCommand: 'xrandr -d :0 --output HDMI-1 --auto',
                      monitorOffCommand: 'xrandr -d :0 --output HDMI-1 --off'
                    },
                    showModuleApiMenu: true, // Optional, Enable the Module Controls menu
                    secureEndpoints: true, // Optional, See API/README.md
                    // uncomment any of the lines below if you're gonna use it
                    // customMenu: "custom_menu.json", // Optional, See "Custom Menu Items" below
                    // apiKey: "", // Optional, See API/README.md for details
                    // classes: {} // Optional, See "Custom Classes" below
            }
            },
</code></pre>
<pre><code></code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/18128/mmm-remote-control</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Apr 2026 16:48:33 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/18128.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 26 Oct 2023 19:51:47 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-Remote-Control on Sat, 09 Dec 2023 21:13:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dennis-010" aria-label="Profile: Dennis-010">@<bdi>Dennis-010</bdi></a></p>
<p dir="auto">Thanks for figuring all of this out. I also reverted back to the X11 window driver.<br />
For completeness, just add --rotate right to the command:</p>
<pre><code>customCommand: {  // Optional, See "Using Custom Commands" below
  monitorOnCommand: 'xrandr -d :0 --output HDMI-1 --auto --rotate right',
  monitorOffCommand: 'xrandr -d :0 --output HDMI-1 --off'
},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/113128</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113128</guid><dc:creator><![CDATA[Jessendelft]]></dc:creator><pubDate>Sat, 09 Dec 2023 21:13:32 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Remote-Control on Sat, 28 Oct 2023 06:57:29 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></p>
<p dir="auto">That line infortunatly did not do the trick.</p>
<p dir="auto">I used the revert option from <a class="plugin-mentions-user plugin-mentions-a" href="/user/ankonaskiff17" aria-label="Profile: ankonaskiff17">@<bdi>ankonaskiff17</bdi></a> to revert back to X11 and now the commands are working again.<br />
Only thing now is: when monitor turns back on it’s set back to landscape instead of 90 degrees right portrait.</p>
<p dir="auto">I remember seeing a fix for that somewhere, so I’ll be looking for that.</p>
]]></description><link>https://forum.magicmirror.builders/post/112146</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/112146</guid><dc:creator><![CDATA[Dennis-010]]></dc:creator><pubDate>Sat, 28 Oct 2023 06:57:29 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Remote-Control on Fri, 27 Oct 2023 21:28:54 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> Saw this and I  maybe putting out old news because most people do<br />
<code>sudo raspi-config</code> and then hit enter. Saw some text that appear to type in<br />
<code>sudo raspi-config nonint do_wayland &lt;W1/W2&gt;</code> with</p>
<p dir="auto">W1 - Use the X11 backend<img src="/assets/uploads/files/1698442118430-wayland.jpg" alt="Wayland.jpg" class=" img-fluid img-markdown" /><br />
W2 - Use the Wayland backend</p>
]]></description><link>https://forum.magicmirror.builders/post/112135</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/112135</guid><dc:creator><![CDATA[ankonaskiff17]]></dc:creator><pubDate>Fri, 27 Oct 2023 21:28:54 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Remote-Control on Thu, 26 Oct 2023 20:28:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dennis-010" aria-label="Profile: Dennis-010">@<bdi>Dennis-010</bdi></a> he had another post</p>
<pre><code>yeah ! just found for wayland 
[3:58 PM]
for turn on: pi@raspberrypi:~ $ WAYLAND_DISPLAY=wayland-1 wlr-randr --output HDMI-A-2 --on
[3:58 PM]
for turn off: pi@raspberrypi:~ $ WAYLAND_DISPLAY=wayland-1 wlr-randr --output HDMI-A-2 --off
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/112104</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/112104</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 26 Oct 2023 20:28:03 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Remote-Control on Thu, 26 Oct 2023 20:21:26 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/112101">MMM-Remote-Control</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dennis-010" aria-label="Profile: Dennis-010">@<bdi>Dennis-010</bdi></a> sorry, don’t know what you mean ‘custom line’</p>
</blockquote>
<p dir="auto">Well, I started with:</p>
<pre><code>monitorOnCommand: "echo 'on 0.0.0.0' | cec-client -s -d 1",
</code></pre>
<p dir="auto">Then changd it to:</p>
<pre><code>monitorOnCommand: 'xrandr -d :0 --output HDMI-1 --auto',
</code></pre>
<p dir="auto">So I was wondering if there was a new “custom” line of code I can use. But u already said thast there might be no solution yet.</p>
]]></description><link>https://forum.magicmirror.builders/post/112103</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/112103</guid><dc:creator><![CDATA[Dennis-010]]></dc:creator><pubDate>Thu, 26 Oct 2023 20:21:26 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Remote-Control on Thu, 26 Oct 2023 20:16:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dennis-010" aria-label="Profile: Dennis-010">@<bdi>Dennis-010</bdi></a> sorry, don’t know what you mean ‘custom line’</p>
<p dir="auto">i don’t know if any of us know what to do yet…  wayland right now is only setup on pi4… apparently there is a setting in raspiconfig to got back to x11…</p>
]]></description><link>https://forum.magicmirror.builders/post/112101</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/112101</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 26 Oct 2023 20:16:18 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Remote-Control on Thu, 26 Oct 2023 19:59:48 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></p>
<p dir="auto">Ah have not found that on Google yet,<br />
Is there a custom line available to have this fixed?</p>
]]></description><link>https://forum.magicmirror.builders/post/112100</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/112100</guid><dc:creator><![CDATA[Dennis-010]]></dc:creator><pubDate>Thu, 26 Oct 2023 19:59:48 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Remote-Control on Thu, 26 Oct 2023 19:58:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dennis-010" aria-label="Profile: Dennis-010">@<bdi>Dennis-010</bdi></a> pi4 bookworm uses the new Wayland display system instead of x11…<br />
xrandr doesn’t work</p>
<p dir="auto">from discord last night</p>
<p dir="auto"><img src="/assets/uploads/files/1698350308688-screenshot_20231026_145754_discord.jpg" alt="Screenshot_20231026_145754_Discord.jpg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/112098</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/112098</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 26 Oct 2023 19:58:31 GMT</pubDate></item></channel></rss>