<?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[magic mirror as a smart clock]]></title><description><![CDATA[<p dir="auto">Hi, I’m new to programming but would like to expand on the magic mirror by making a smart clock. I have converted a old photo frame into HDMI screen. have a pi 3 running magic mirror on it and i get a nice full screen clock, current weather and forecast. On the same pi i have domoticz running. At present i have two ideas i would like achieve with the smart clock.</p>
<ol>
<li>
<p dir="auto">Doorbell Camera - when someone presses the door bell ( connected to gpis on a second pi 3 in my network also running magic mirror) the Smart clock will display RTSP live feed of who is at my door. i have found the MMM-RTSPStream - Video Streaming from Live Feeds (Security Cameras) can get it to display a small window but does not run a full window when trying to switch profiles.</p>
</li>
<li>
<p dir="auto">send a command from domoticz to change the profile. i was thinking of switching the smart clock to just the time and dropping the brightness when i activate movie scene (can do this from script or http)</p>
</li>
</ol>
<p dir="auto">I have been attempting to do this for a few days now and am struggling with the implementation of this.sendnotification.</p>
<p dir="auto">any help would be appreciated</p>
<p dir="auto">thanks</p>
]]></description><link>https://forum.magicmirror.builders/topic/6346/magic-mirror-as-a-smart-clock</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Apr 2026 16:14:22 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/6346.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 22 Jan 2018 22:21:04 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to magic mirror as a smart clock on Wed, 24 Jan 2018 02:08:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mrrodz" aria-label="Profile: MrRodz">@<bdi>MrRodz</bdi></a> If you install <code>MMM-Remote-Control</code> and <em>correctly configure the ipWhiteList</em>, it will install a generic receiver to receive commands to your MM via a local HTTP GET request.</p>
<p dir="auto">You can then use an HTTP GET request like <code>http://192.168.178.240:8080/remote?action=SHOW&amp;module=module_0_MMM-GoogleMapsTraffic</code> to trigger a module/action, switch profiles, or create your own custom actions.</p>
<p dir="auto">I’m terms of GPIO for your doorbell, see <code>MMM-Buttons</code> or <code>MMM-PIR-Sensor</code>. It seems to me you want to receive a GPIO event, switch profiles, and start a timer to later revert your profile to the original – that’s basically <code>MMM-PIR-Sensor</code> (movement, turn on screen, set timer to turn off).</p>
]]></description><link>https://forum.magicmirror.builders/post/34576</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/34576</guid><dc:creator><![CDATA[ninjabreadman]]></dc:creator><pubDate>Wed, 24 Jan 2018 02:08:10 GMT</pubDate></item><item><title><![CDATA[Reply to magic mirror as a smart clock on Tue, 23 Jan 2018 21:32:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mrrodz" aria-label="Profile: MrRodz">@<bdi>MrRodz</bdi></a></p>
<p dir="auto">Ok, I am afraid I can’t help you with that. Perhaps someone else will give you some ideas. Good luck, mate. :-)</p>
]]></description><link>https://forum.magicmirror.builders/post/34566</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/34566</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Tue, 23 Jan 2018 21:32:06 GMT</pubDate></item><item><title><![CDATA[Reply to magic mirror as a smart clock on Tue, 23 Jan 2018 21:24:39 GMT]]></title><description><![CDATA[<p dir="auto">Hi Mykle1,</p>
<p dir="auto">I can see the configuration i want and know the santex needed. what I’m struggling to grasp is how i can send that line from a python script or  a shell script.  i can send those from switches within domestics. I’m just not sure how to write or if that notification is sent across my lan.</p>
<p dir="auto">sorry if i get some of the terminology incorrect. still very new to this.</p>
<p dir="auto">regards</p>
]]></description><link>https://forum.magicmirror.builders/post/34561</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/34561</guid><dc:creator><![CDATA[MrRodz]]></dc:creator><pubDate>Tue, 23 Jan 2018 21:24:39 GMT</pubDate></item><item><title><![CDATA[Reply to magic mirror as a smart clock on Mon, 22 Jan 2018 22:56:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mrrodz" aria-label="Profile: MrRodz">@<bdi>MrRodz</bdi></a></p>
<p dir="auto">About 1/3 of the way down this page are the send and receive notifications specs</p>
<p dir="auto"><a href="https://github.com/MichMich/MagicMirror/tree/master/modules" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MichMich/MagicMirror/tree/master/modules</a></p>
]]></description><link>https://forum.magicmirror.builders/post/34488</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/34488</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Mon, 22 Jan 2018 22:56:48 GMT</pubDate></item></channel></rss>