<?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-RemoteControl - set BRIGHTNESS with Python]]></title><description><![CDATA[<p dir="auto">I would control my MagicMirror with a LDR. If it is dark I would hide modules and if it is light I would show modules. For this funktion I use<br />
r = requests.get(‘<a href="http://127.0.0.1:8080/remote?action=HIDE&amp;module=module_2_currentweather" target="_blank" rel="noopener noreferrer nofollow ugc">http://127.0.0.1:8080/remote?action=HIDE&amp;module=module_2_currentweather</a>’)<br />
and<br />
r = requests.get(‘<a href="http://127.0.0.1:8080/remote?action=SHOW&amp;module=module_2_currentweather" target="_blank" rel="noopener noreferrer nofollow ugc">http://127.0.0.1:8080/remote?action=SHOW&amp;module=module_2_currentweather</a>’)<br />
and it works well. But I want to set the brightness by the same way and I don’t now what the command is. Can anybody help?<br />
Thanks Sven</p>
]]></description><link>https://forum.magicmirror.builders/topic/19361/mmm-remotecontrol-set-brightness-with-python</link><generator>RSS for Node</generator><lastBuildDate>Sat, 06 Jun 2026 13:44:37 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/19361.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 25 Jan 2025 12:50:07 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-RemoteControl - set BRIGHTNESS with Python on Sat, 25 Jan 2025 13:31:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/phoenix" aria-label="Profile: Phoenix">@<bdi>Phoenix</bdi></a> as I said there is no ‘simple’ way. one would have to write code to do that</p>
]]></description><link>https://forum.magicmirror.builders/post/123377</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/123377</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 25 Jan 2025 13:31:01 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-RemoteControl - set BRIGHTNESS with Python on Sat, 25 Jan 2025 13:20:41 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 want to control the Display brightness with a python command to the RemoteControl module.<br />
Example: If the LDR give an number lower than 800 I will hide module XY and set the Display brightness to 50%. If the LDR  ist higher than 800 I will show module XY and set the brightness to 100%. Show and hide is working but I don’t know how to set the brightness by the sam way.</p>
]]></description><link>https://forum.magicmirror.builders/post/123376</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/123376</guid><dc:creator><![CDATA[Phoenix]]></dc:creator><pubDate>Sat, 25 Jan 2025 13:20:41 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-RemoteControl - set BRIGHTNESS with Python on Sat, 25 Jan 2025 13:09:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/phoenix" aria-label="Profile: Phoenix">@<bdi>Phoenix</bdi></a> what do you mean by brightness?<br />
Monitor control, or MagicMirror app control</p>
<p dir="auto">If the former, I don’t think there is any interface to the hardware.</p>
<p dir="auto">If the latter, you would have to change the css . And maybe for a lot of elements. I haven’t seen anyone do that.</p>
]]></description><link>https://forum.magicmirror.builders/post/123375</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/123375</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 25 Jan 2025 13:09:07 GMT</pubDate></item></channel></rss>