<?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[Module fade out temporarily and fade it in by touch ?]]></title><description><![CDATA[<p dir="auto">Hello, is there a way to allow modules to be temporarily hidden?  I use a touch display and after touching the buttons, for example, should be displayed again.  thanks</p>
<p dir="auto"><img src="/assets/uploads/files/1638484672405-snapshot.png" alt="snapshot.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/topic/15956/module-fade-out-temporarily-and-fade-it-in-by-touch</link><generator>RSS for Node</generator><lastBuildDate>Sun, 10 May 2026 08:17:05 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/15956.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 02 Dec 2021 22:38:56 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Module fade out temporarily and fade it in by touch ? on Thu, 09 Dec 2021 08:22:15 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> Hi, oooh that’s great. I haven’t had time to implement it yet. I will call you. Thanks very much!</p>
]]></description><link>https://forum.magicmirror.builders/post/97306</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/97306</guid><dc:creator><![CDATA[KamiSchami]]></dc:creator><pubDate>Thu, 09 Dec 2021 08:22:15 GMT</pubDate></item><item><title><![CDATA[Reply to Module fade out temporarily and fade it in by touch ? on Wed, 08 Dec 2021 14:06:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kamischami" aria-label="Profile: kamischami">@<bdi>kamischami</bdi></a> did u try my updated module?</p>
]]></description><link>https://forum.magicmirror.builders/post/97275</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/97275</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 08 Dec 2021 14:06:49 GMT</pubDate></item><item><title><![CDATA[Reply to Module fade out temporarily and fade it in by touch ? on Wed, 08 Dec 2021 14:06:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kamischami" aria-label="Profile: KamiSchami">@<bdi>KamiSchami</bdi></a> l said in <a href="/post/97099">Module fade out temporarily and fade it in by touch ?</a>:</p>
<blockquote>
<p dir="auto">MMM-TouchNavigation</p>
</blockquote>
<p dir="auto">well, I gave it a try and the opacity approach works</p>
<p dir="auto">rename your MMM-TouchNavigation folder and  get mine<br />
<a href="https://github.com/sdetweil/MMM-TouchNavigation" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/sdetweil/MMM-TouchNavigation</a></p>
<p dir="auto">two new config parms</p>
<p dir="auto">fadeButtons: true   (default is false, buttons on screen all the time)<br />
fadeDelay:  milliseconds , default 15000… how long til u want them to fade out<br />
if u touch a button the timer is restarted<br />
once faded (to 20%, just barely visible, so u know where to touch), then they are surfaced, but the specific button notification was not sent…    have to push button when not faded to send profile switch</p>
]]></description><link>https://forum.magicmirror.builders/post/97124</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/97124</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 08 Dec 2021 14:06:23 GMT</pubDate></item><item><title><![CDATA[Reply to Module fade out temporarily and fade it in by touch ? on Fri, 03 Dec 2021 14:13:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kamischami" aria-label="Profile: kamischami">@<bdi>kamischami</bdi></a> the code for the MMM-TouchNavigation module needs to be changed</p>
<p dir="auto">and some styles for the fade out/in transition, and the timing logic for fade out (after 5 minutes, or 1 or…)<br />
and config for this support  hideAfter: true/false (default false)   might be able to do it with a number (the delay time, default 0)</p>
<p dir="auto">I don’t know which approach works… (or works better) create another div and toggle active<br />
or opacity only</p>
]]></description><link>https://forum.magicmirror.builders/post/97099</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/97099</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 03 Dec 2021 14:13:12 GMT</pubDate></item><item><title><![CDATA[Reply to Module fade out temporarily and fade it in by touch ? on Fri, 03 Dec 2021 13:20:03 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, that would of course be possible … now the question is how to implement it</p>
]]></description><link>https://forum.magicmirror.builders/post/97096</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/97096</guid><dc:creator><![CDATA[KamiSchami]]></dc:creator><pubDate>Fri, 03 Dec 2021 13:20:03 GMT</pubDate></item><item><title><![CDATA[Reply to Module fade out temporarily and fade it in by touch ? on Fri, 03 Dec 2021 12:52:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kamischami" aria-label="Profile: kamischami">@<bdi>kamischami</bdi></a> oh. THAT is a different problem</p>
<p dir="auto">so the trick will be to hide the existing buttons and replace with a transparent button, which clicked reverses the process.</p>
<p dir="auto">if u hide a module or an html element (style display: none), then it is not active anymore, and can’t be clicked</p>
<p dir="auto">one might be able to change the opaqueness to 0 and have the buttons active but invisible.<br />
then each button click handler will need to check if it’s invisible and change that vs doing it’s normal assignment.</p>
]]></description><link>https://forum.magicmirror.builders/post/97095</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/97095</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 03 Dec 2021 12:52:44 GMT</pubDate></item><item><title><![CDATA[Reply to Module fade out temporarily and fade it in by touch ? on Fri, 03 Dec 2021 08:43:51 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></p>
<p dir="auto">Hello, yes I can of course create a new profile and change the time. I would like the buttons to hide and be there again when they are touched. So I could create a clean design.</p>
<p dir="auto">PS: I hope google translated it well.</p>
]]></description><link>https://forum.magicmirror.builders/post/97090</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/97090</guid><dc:creator><![CDATA[KamiSchami]]></dc:creator><pubDate>Fri, 03 Dec 2021 08:43:51 GMT</pubDate></item><item><title><![CDATA[Reply to Module fade out temporarily and fade it in by touch ? on Thu, 02 Dec 2021 23:04:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kamischami" aria-label="Profile: kamischami">@<bdi>kamischami</bdi></a> and profileswitcher…</p>
<p dir="auto">so this module doesn’t do much… but its SO close…</p>
<p dir="auto">MM can only show or hide modules.   when u switch profiles and a module disappears, its because it is hidden, (but still running)</p>
<p dir="auto">SO, you could make another  profile with whatever module you want to hide from THIS profile<br />
and cause a switch to that  profile</p>
]]></description><link>https://forum.magicmirror.builders/post/97078</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/97078</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 02 Dec 2021 23:04:45 GMT</pubDate></item><item><title><![CDATA[Reply to Module fade out temporarily and fade it in by touch ? on Thu, 02 Dec 2021 22:50:03 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 use MMM-TouchNavigation</p>
]]></description><link>https://forum.magicmirror.builders/post/97070</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/97070</guid><dc:creator><![CDATA[KamiSchami]]></dc:creator><pubDate>Thu, 02 Dec 2021 22:50:03 GMT</pubDate></item><item><title><![CDATA[Reply to Module fade out temporarily and fade it in by touch ? on Thu, 02 Dec 2021 22:44:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kamischami" aria-label="Profile: kamischami">@<bdi>kamischami</bdi></a> what module is providing the button support?</p>
]]></description><link>https://forum.magicmirror.builders/post/97067</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/97067</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 02 Dec 2021 22:44:12 GMT</pubDate></item><item><title><![CDATA[Reply to Module fade out temporarily and fade it in by touch ? on Thu, 02 Dec 2021 22:42:21 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> … on screen</p>
]]></description><link>https://forum.magicmirror.builders/post/97064</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/97064</guid><dc:creator><![CDATA[KamiSchami]]></dc:creator><pubDate>Thu, 02 Dec 2021 22:42:21 GMT</pubDate></item><item><title><![CDATA[Reply to Module fade out temporarily and fade it in by touch ? on Thu, 02 Dec 2021 22:40:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kamischami" aria-label="Profile: kamischami">@<bdi>kamischami</bdi></a> nothing built in, but you could hide a module on button push , and show if hidden</p>
<p dir="auto">are these hardware buttons or on  screen?</p>
]]></description><link>https://forum.magicmirror.builders/post/97062</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/97062</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 02 Dec 2021 22:40:25 GMT</pubDate></item></channel></rss>