<?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[MM-MQTT module connect into Magic Mirro]]></title><description><![CDATA[<p dir="auto">I have installed Magic mirror and then added MM-MQTT module.<br />
Now I want to send message from outside client , let say from python client.<br />
and Magic Mirror should show me values I send , some how it’s not working.<br />
Any idea?</p>
]]></description><link>https://forum.magicmirror.builders/topic/17866/mm-mqtt-module-connect-into-magic-mirro</link><generator>RSS for Node</generator><lastBuildDate>Wed, 17 Jun 2026 01:30:35 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/17866.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 26 Jun 2023 20:34:13 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MM-MQTT module connect into Magic Mirro on Sun, 09 Jul 2023 23:28:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bhepler" aria-label="Profile: bhepler">@<bdi>bhepler</bdi></a> , <a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a><br />
Thanks , Looks like it’s working now , I’m able to send message from other PC on same<br />
wifi and it show on Magic Miror</p>
]]></description><link>https://forum.magicmirror.builders/post/110194</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/110194</guid><dc:creator><![CDATA[vpanse]]></dc:creator><pubDate>Sun, 09 Jul 2023 23:28:01 GMT</pubDate></item><item><title><![CDATA[Reply to MM-MQTT module connect into Magic Mirro on Tue, 27 Jun 2023 01:49:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/vpanse" aria-label="Profile: vpanse">@<bdi>vpanse</bdi></a> - The MMM-MQTT module is an MQTT client. You need to configure it to connect to a MQTT broker (aka, server) and subscribe to one or more topics. Then you should have your outside client broadcast to the broker.</p>
<p dir="auto">It’s easy enough to install a MQTT broker on your mirror. I personally use Mosquitto. Like so:</p>
<pre><code>sudo apt update
sudo apt install mosquitto -y
</code></pre>
<p dir="auto">That will install mosquitto as a service on your mirror. Then you can point your MMM-MQTT module at the local host on the listener port. Follow the documentation on MMM-MQTT to get you connected to Mosquitto.</p>
]]></description><link>https://forum.magicmirror.builders/post/109938</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/109938</guid><dc:creator><![CDATA[bhepler]]></dc:creator><pubDate>Tue, 27 Jun 2023 01:49:13 GMT</pubDate></item><item><title><![CDATA[Reply to MM-MQTT module connect into Magic Mirro on Mon, 26 Jun 2023 21:33:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/vpanse" aria-label="Profile: vpanse">@<bdi>vpanse</bdi></a> did u adjust the mm address and. ipWhitelist to allow outside the mirror access?  by default it is set to.only apps INSIDE the same machine can connect</p>
<p dir="auto">set address :“0.0.0.0”<br />
and to test, ipWhitelist to []</p>
<p dir="auto">this allows any app on any system on your network to connect</p>
]]></description><link>https://forum.magicmirror.builders/post/109927</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/109927</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 26 Jun 2023 21:33:01 GMT</pubDate></item></channel></rss>