<?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 Touch Display]]></title><description><![CDATA[<p dir="auto">Im working on a youtube video and have used a touch display instead of a mirror. Along with that I´ve made some of my own modules - a calculator, a drawing board and a mistake counter - press the Oops! button to count mistakes. In the background I also have a python script running with a voice to voice function using ChatGPT.</p>
<p dir="auto">I´ll be releasing a video on the project next week but currently Im working on the frame.</p>
<p dir="auto">For now - I have the modules uploaded to <a href="http://github.com/theswedishmaker" target="_blank" rel="noopener noreferrer nofollow ugc">github.com/theswedishmaker</a></p>
<p dir="auto"><img src="/assets/uploads/files/1694024767921-sk%C3%A4rmavbild-2023-09-06-kl.20.10-kopiera.jpg" alt="Skärmavbild 2023-09-06 kl. 20.10 kopiera.jpg" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1694024709589-sk%C3%A4rmavbild-2023-09-06-kl.20.10.18-resized.png" alt="Skärmavbild 2023-09-06 kl. 20.10.18.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1694024780912-sk%C3%A4rmavbild-2023-09-06-kl.20.10.39-resized.png" alt="Skärmavbild 2023-09-06 kl. 20.10.39.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/topic/17990/magic-touch-display</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Jul 2026 17:09:08 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/17990.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 06 Sep 2023 18:29:49 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Magic Touch Display on Thu, 19 Oct 2023 11:04:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/manino" aria-label="Profile: Manino">@<bdi>Manino</bdi></a> look at the source for</p>
<p dir="auto"><a href="https://github.com/Jopyth/MMM-Buttons" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/Jopyth/MMM-Buttons</a></p>
<p dir="auto">his doc says that this module can send notifications to two other modules</p>
]]></description><link>https://forum.magicmirror.builders/post/111869</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/111869</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 19 Oct 2023 11:04:13 GMT</pubDate></item><item><title><![CDATA[Reply to Magic Touch Display on Thu, 19 Oct 2023 09:49:27 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> And what is another.module?</p>
<p dir="auto">I have the MMM-ModuleController,  MMM-Calculator, MMM-DrawingBoard. Do you mean someone of those or is it something else? I do understand what is supposed to happen, but can’t figure out HOW to do it with those lines.</p>
]]></description><link>https://forum.magicmirror.builders/post/111868</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/111868</guid><dc:creator><![CDATA[Manino]]></dc:creator><pubDate>Thu, 19 Oct 2023 09:49:27 GMT</pubDate></item><item><title><![CDATA[Reply to Magic Touch Display on Wed, 18 Oct 2023 21:13:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/manino" aria-label="Profile: Manino">@<bdi>Manino</bdi></a> no.  that would go inside another.module where u want to control modules being shown or hidden</p>
<p dir="auto">consider a module that has an on/off button, a toggle, default on.</p>
<p dir="auto">when you press it, all the other modules should be hidden. when you press it again the modules should be shown</p>
<p dir="auto">now, YOU  could write and maintain all the code that does the show and hide, OR you could send that notification to some other module that provides that function.</p>
<p dir="auto">so, in this button action section of this new module you could paste this code to signal hide and show.</p>
<p dir="auto">it doesn’t go anywhere else</p>
]]></description><link>https://forum.magicmirror.builders/post/111860</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/111860</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 18 Oct 2023 21:13:31 GMT</pubDate></item><item><title><![CDATA[Reply to Magic Touch Display on Wed, 18 Oct 2023 12:41:04 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> Yes, but should I copy paste it into config or what?</p>
<p dir="auto">I’m on a very low level of the Magic Mirror, have been here for only a month and I can’t understand were to put the line or lines. I have tried  at least 50 different places, in files, cofig, and also the css. I can’t do it right.</p>
]]></description><link>https://forum.magicmirror.builders/post/111857</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/111857</guid><dc:creator><![CDATA[Manino]]></dc:creator><pubDate>Wed, 18 Oct 2023 12:41:04 GMT</pubDate></item><item><title><![CDATA[Reply to Magic Touch Display on Wed, 18 Oct 2023 11:43:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/manino" aria-label="Profile: Manino">@<bdi>Manino</bdi></a> whatever other module want to control show and hide of modules.</p>
<p dir="auto">sendNotification is a broadcast to all other modules. if they understand the notification then they can act on it</p>
<p dir="auto">MMM-ModuleController obviously watches for this notification from some other module and then acts to show or hide modules.</p>
]]></description><link>https://forum.magicmirror.builders/post/111847</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/111847</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 18 Oct 2023 11:43:39 GMT</pubDate></item><item><title><![CDATA[Reply to Magic Touch Display on Wed, 18 Oct 2023 08:30:37 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> What other modules?</p>
]]></description><link>https://forum.magicmirror.builders/post/111846</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/111846</guid><dc:creator><![CDATA[Manino]]></dc:creator><pubDate>Wed, 18 Oct 2023 08:30:37 GMT</pubDate></item><item><title><![CDATA[Reply to Magic Touch Display on Tue, 17 Oct 2023 19:05:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/manino" aria-label="Profile: Manino">@<bdi>Manino</bdi></a> those sendNotification go in other modules</p>
]]></description><link>https://forum.magicmirror.builders/post/111833</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/111833</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 17 Oct 2023 19:05:16 GMT</pubDate></item><item><title><![CDATA[Reply to Magic Touch Display on Tue, 17 Oct 2023 19:00:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/pjarki" aria-label="Profile: Pjarki">@<bdi>Pjarki</bdi></a> Funny modules! I have them now, and have been thinking about to not use the MMM-ModuleController. I like the blurry background for the calculator. But there is one issue with the MMM-DrawingBoard for me, It is a bit laggy.</p>
<p dir="auto">Do you know if it’s because of the non existing ModuleController in my config?</p>
<p dir="auto">First of all then, I don’t know where to put these, can you tell me where to put them?</p>
<p dir="auto">this.sendNotification(‘HIDE_MODULES’, { exceptionList: [“MMM-DrawingBoard”] });</p>
<p dir="auto">this.sendNotification(‘SHOW_MODULES’);</p>
]]></description><link>https://forum.magicmirror.builders/post/111832</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/111832</guid><dc:creator><![CDATA[Manino]]></dc:creator><pubDate>Tue, 17 Oct 2023 19:00:38 GMT</pubDate></item><item><title><![CDATA[Reply to Magic Touch Display on Fri, 13 Oct 2023 03:31:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/pjarki" aria-label="Profile: Pjarki">@<bdi>Pjarki</bdi></a> Looks very nice! Thank u for sharing</p>
]]></description><link>https://forum.magicmirror.builders/post/111712</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/111712</guid><dc:creator><![CDATA[Chazzer]]></dc:creator><pubDate>Fri, 13 Oct 2023 03:31:19 GMT</pubDate></item><item><title><![CDATA[Reply to Magic Touch Display on Fri, 15 Sep 2023 08:07:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/pjarki" aria-label="Profile: Pjarki">@<bdi>Pjarki</bdi></a> Thanks, I’ll try to do some tests. I will let you know!</p>
]]></description><link>https://forum.magicmirror.builders/post/110924</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/110924</guid><dc:creator><![CDATA[Egnos]]></dc:creator><pubDate>Fri, 15 Sep 2023 08:07:42 GMT</pubDate></item><item><title><![CDATA[Reply to Magic Touch Display on Fri, 15 Sep 2023 06:50:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/egnos" aria-label="Profile: Egnos">@<bdi>Egnos</bdi></a> the python script is now uploaded here: <a href="https://github.com/TheSwedishMaker/FridaytheAIVOICE" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/TheSwedishMaker/FridaytheAIVOICE</a></p>
]]></description><link>https://forum.magicmirror.builders/post/110922</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/110922</guid><dc:creator><![CDATA[Pjarki]]></dc:creator><pubDate>Fri, 15 Sep 2023 06:50:57 GMT</pubDate></item><item><title><![CDATA[Reply to Magic Touch Display on Fri, 08 Sep 2023 11:37:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/pjarki" aria-label="Profile: Pjarki">@<bdi>Pjarki</bdi></a> for now it’s not important if didn’t work on MM, is good also it running in the background.<br />
Which python script do you use (I would like to do some tests…)?</p>
<p dir="auto">Thanks.</p>
]]></description><link>https://forum.magicmirror.builders/post/110860</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/110860</guid><dc:creator><![CDATA[Egnos]]></dc:creator><pubDate>Fri, 08 Sep 2023 11:37:43 GMT</pubDate></item><item><title><![CDATA[Reply to Magic Touch Display on Fri, 08 Sep 2023 11:27:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/egnos" aria-label="Profile: Egnos">@<bdi>Egnos</bdi></a> thanks! I have a python script that I will be uploading as well to talk to ChatGPT - unfortunately I dont have it working with the MagicMirror - I just have it running in the background for now.</p>
<p dir="auto">The mic Im using is the respeaker 4-way mic from Seeed. It isnt supported anymore - but I managed to install it.</p>
]]></description><link>https://forum.magicmirror.builders/post/110859</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/110859</guid><dc:creator><![CDATA[Pjarki]]></dc:creator><pubDate>Fri, 08 Sep 2023 11:27:09 GMT</pubDate></item><item><title><![CDATA[Reply to Magic Touch Display on Thu, 07 Sep 2023 07:56:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/pjarki" aria-label="Profile: Pjarki">@<bdi>Pjarki</bdi></a> Very cool!<br />
Let us know about developments.</p>
<p dir="auto">Two questions:<br />
Which script do you use fot talking with ChatGPT?<br />
Which MIC do you use?</p>
<p dir="auto">Thanks</p>
]]></description><link>https://forum.magicmirror.builders/post/110844</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/110844</guid><dc:creator><![CDATA[Egnos]]></dc:creator><pubDate>Thu, 07 Sep 2023 07:56:35 GMT</pubDate></item></channel></rss>