<?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[Turn on&#x2F;off display remotely via ssh]]></title><description><![CDATA[<p dir="auto">Hi all,<br />
Apologies if this isn’t the right forum for this.</p>
<p dir="auto">Looking to have a magic mirror triggered via other inputs with my home automation system Indigo.</p>
<p dir="auto">Ideally I’d like to be able to remotely turn on/off the display through a script. Is there a simple way I can do that?</p>
<p dir="auto">Thanks<br />
Noel</p>
]]></description><link>https://forum.magicmirror.builders/topic/7125/turn-on-off-display-remotely-via-ssh</link><generator>RSS for Node</generator><lastBuildDate>Tue, 19 May 2026 06:44:31 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/7125.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 07 May 2018 15:44:01 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Turn on&#x2F;off display remotely via ssh on Tue, 08 May 2018 08:53:28 GMT]]></title><description><![CDATA[<p dir="auto">I had the same problem but I am using home assistant. I ended up installing MMM remote. And created a switch for on and off parsing theese urls. Maybe that would work for you as well?</p>
<pre><code>command_on: "/usr/bin/curl -X GET http://192.168.0.77:8090/remote?action=MONITORON"
command_off: "/usr/bin/curl -X GET http://192.168.0.77:8090/remote?action=MONITOROFF"
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/39298</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/39298</guid><dc:creator><![CDATA[planet4]]></dc:creator><pubDate>Tue, 08 May 2018 08:53:28 GMT</pubDate></item><item><title><![CDATA[Reply to Turn on&#x2F;off display remotely via ssh on Mon, 07 May 2018 18:29:50 GMT]]></title><description><![CDATA[<p dir="auto">I assume the MM is running on a raspberry pi. The display does not go into low power mode but this may be what you are looking for…</p>
<p dir="auto">xset -display :0 dpms force off</p>
<p dir="auto">You may have to install xset.<br />
I have triggers through HomeAssistant (home automation).</p>
]]></description><link>https://forum.magicmirror.builders/post/39277</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/39277</guid><dc:creator><![CDATA[jasondreher]]></dc:creator><pubDate>Mon, 07 May 2018 18:29:50 GMT</pubDate></item></channel></rss>