<?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[How to start MM with a module as default hidden]]></title><description><![CDATA[<p dir="auto">Hi all,</p>
<p dir="auto">Anybody know how to start MM with a module default state as hidden?</p>
]]></description><link>https://forum.magicmirror.builders/topic/9616/how-to-start-mm-with-a-module-as-default-hidden</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Apr 2026 18:11:31 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/9616.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 26 Jan 2019 19:05:15 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to start MM with a module as default hidden on Fri, 08 Feb 2019 21:50:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/justjim1220" aria-label="Profile: justjim1220">@<bdi>justjim1220</bdi></a></p>
<p dir="auto">Thanks, I do appreciate your kind words. However, as <a class="plugin-mentions-user plugin-mentions-a" href="/user/thestigh" aria-label="Profile: THeStigh">@<bdi>THeStigh</bdi></a> mentioned, @Sean uses a cleaner (re: better) way of doing things. This better way of doing things just might inspire me to redo Lucy. :-)</p>
]]></description><link>https://forum.magicmirror.builders/post/51892</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/51892</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Fri, 08 Feb 2019 21:50:44 GMT</pubDate></item><item><title><![CDATA[Reply to How to start MM with a module as default hidden on Fri, 08 Feb 2019 19:08:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: mykle1">@<bdi>mykle1</bdi></a> said in <a href="/post/50959">How to start MM with a module as default hidden</a>:</p>
<blockquote>
<p dir="auto">I don’t want to “sell” Hello-Lucy</p>
</blockquote>
<p dir="auto">You should ‘sell’ Hello-Lucy! it’s the most awesome-est voice module I’ve used (in Ubuntu)<br />
AND, it was the ‘easiest’ for me to understand how to set up.<br />
Mainly because it was explained very well! :winking_face:</p>
]]></description><link>https://forum.magicmirror.builders/post/51879</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/51879</guid><dc:creator><![CDATA[justjim1220]]></dc:creator><pubDate>Fri, 08 Feb 2019 19:08:43 GMT</pubDate></item><item><title><![CDATA[Reply to How to start MM with a module as default hidden on Fri, 08 Feb 2019 17:01:39 GMT]]></title><description><![CDATA[<p dir="auto">@sean said in <a href="/post/51863">How to start MM with a module as default hidden</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/f17mc" aria-label="Profile: f17mc">@<bdi>f17mc</bdi></a><br />
You can show modules hidden by others by force with MMM-AssistantMk2.<br />
modify your command(using <code>moduleExec</code>) like this.</p>
<pre><code>exec: (module, params, key) =&gt; { 
        module.hide(1000, {"force":true})
 }
</code></pre>
</blockquote>
<p dir="auto">it works perfect! Thanks a both!</p>
]]></description><link>https://forum.magicmirror.builders/post/51871</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/51871</guid><dc:creator><![CDATA[F17MC]]></dc:creator><pubDate>Fri, 08 Feb 2019 17:01:39 GMT</pubDate></item><item><title><![CDATA[Reply to How to start MM with a module as default hidden on Fri, 08 Feb 2019 16:38:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/f17mc" aria-label="Profile: f17mc">@<bdi>f17mc</bdi></a></p>
<p dir="auto">Hi, solution from @Sean is the ‘cleanest’ :) option (haven’t tested but trust Sean if he says so)</p>
]]></description><link>https://forum.magicmirror.builders/post/51868</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/51868</guid><dc:creator><![CDATA[THeStigh]]></dc:creator><pubDate>Fri, 08 Feb 2019 16:38:42 GMT</pubDate></item><item><title><![CDATA[Reply to How to start MM with a module as default hidden on Fri, 08 Feb 2019 20:41:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/f17mc" aria-label="Profile: f17mc">@<bdi>f17mc</bdi></a><br />
You can show modules hidden by others by force with MMM-AssistantMk2.<br />
modify your command(using <code>moduleExec</code>) like this.</p>
<pre><code>exec: (module, params, key) =&gt; { 
        module.show(1000, {"force":true})
 }
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/51863</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/51863</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Fri, 08 Feb 2019 20:41:11 GMT</pubDate></item><item><title><![CDATA[Reply to How to start MM with a module as default hidden on Fri, 08 Feb 2019 15:43:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thestigh" aria-label="Profile: thestigh">@<bdi>thestigh</bdi></a> said in <a href="/post/51500">How to start MM with a module as default hidden</a>:</p>
<blockquote>
<p dir="auto">I used sendNotification to resolve this :)</p>
</blockquote>
<p dir="auto">Could you show me how?? I’m using MMM-AssistantMk2 and I can hide and show modules with voice. But I want set another modules hidden by default, and show it by voice.<br />
If I set the modules hidden by MMM-remote-control I can’t show it by mmm-assistantmk2.</p>
]]></description><link>https://forum.magicmirror.builders/post/51862</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/51862</guid><dc:creator><![CDATA[F17MC]]></dc:creator><pubDate>Fri, 08 Feb 2019 15:43:22 GMT</pubDate></item><item><title><![CDATA[Reply to How to start MM with a module as default hidden on Mon, 04 Feb 2019 09:02:20 GMT]]></title><description><![CDATA[<p dir="auto">I used sendNotification to resolve this :)</p>
]]></description><link>https://forum.magicmirror.builders/post/51500</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/51500</guid><dc:creator><![CDATA[THeStigh]]></dc:creator><pubDate>Mon, 04 Feb 2019 09:02:20 GMT</pubDate></item><item><title><![CDATA[Reply to How to start MM with a module as default hidden on Mon, 28 Jan 2019 02:58:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mdhenriksen" aria-label="Profile: mdhenriksen">@<bdi>mdhenriksen</bdi></a> said in <a href="/post/50960">How to start MM with a module as default hidden</a>:</p>
<blockquote>
<p dir="auto">I belive Mykle1 has a video with it working as well.</p>
</blockquote>
<p dir="auto">This was the first incarnation of Lucy with pages.</p>
<p dir="auto"><a href="https://www.youtube.com/watch?v=bKHEXPzVb2A" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.youtube.com/watch?v=bKHEXPzVb2A</a></p>
]]></description><link>https://forum.magicmirror.builders/post/50983</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/50983</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Mon, 28 Jan 2019 02:58:26 GMT</pubDate></item><item><title><![CDATA[Reply to How to start MM with a module as default hidden on Sun, 27 Jan 2019 21:51:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thestigh" aria-label="Profile: thestigh">@<bdi>thestigh</bdi></a> You could combine MMM-pages and MMM-voice and just setup a page with the module and without it. However, this will probably only work if you are talking about 1 module. If you want several to be turned on and off, Lucy is the way to go. I belive Mykle1 has a video with it working as well.</p>
]]></description><link>https://forum.magicmirror.builders/post/50960</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/50960</guid><dc:creator><![CDATA[mdhenriksen]]></dc:creator><pubDate>Sun, 27 Jan 2019 21:51:17 GMT</pubDate></item><item><title><![CDATA[Reply to How to start MM with a module as default hidden on Sun, 27 Jan 2019 21:49:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dazza120" aria-label="Profile: dazza120">@<bdi>dazza120</bdi></a> said in <a href="/post/50937">How to start MM with a module as default hidden</a>:</p>
<blockquote>
<p dir="auto">not sure why <a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: Mykle1">@<bdi>Mykle1</bdi></a> hasn’t recommend Lucy it seems the best one for what you want to achieve</p>
</blockquote>
<p dir="auto">I don’t want to “sell” Hello-Lucy to anyone and there are other voice modules that he may want to consider so that’s why I worded my answer that way. Lucy does exactly what I want “her” to do but it may be more complicated for some users</p>
]]></description><link>https://forum.magicmirror.builders/post/50959</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/50959</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Sun, 27 Jan 2019 21:49:54 GMT</pubDate></item><item><title><![CDATA[Reply to How to start MM with a module as default hidden on Sun, 27 Jan 2019 19:56:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thestigh" aria-label="Profile: thestigh">@<bdi>thestigh</bdi></a> Lucy hides all modules and you tell it what ones you want it to display</p>
]]></description><link>https://forum.magicmirror.builders/post/50948</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/50948</guid><dc:creator><![CDATA[dazza120]]></dc:creator><pubDate>Sun, 27 Jan 2019 19:56:28 GMT</pubDate></item><item><title><![CDATA[Reply to How to start MM with a module as default hidden on Sun, 27 Jan 2019 19:48:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dazza120" aria-label="Profile: dazza120">@<bdi>dazza120</bdi></a> I’m using Hotword together with AssistantMk2…</p>
<p dir="auto">Does Lucy support specifying “start [module] as hidden” ?</p>
]]></description><link>https://forum.magicmirror.builders/post/50946</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/50946</guid><dc:creator><![CDATA[THeStigh]]></dc:creator><pubDate>Sun, 27 Jan 2019 19:48:13 GMT</pubDate></item><item><title><![CDATA[Reply to How to start MM with a module as default hidden on Sun, 27 Jan 2019 19:04:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thestigh" aria-label="Profile: thestigh">@<bdi>thestigh</bdi></a> not sure why <a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: Mykle1">@<bdi>Mykle1</bdi></a> hasn’t recommend Lucy it seems the best one for what you want to achieve</p>
]]></description><link>https://forum.magicmirror.builders/post/50937</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/50937</guid><dc:creator><![CDATA[dazza120]]></dc:creator><pubDate>Sun, 27 Jan 2019 19:04:55 GMT</pubDate></item><item><title><![CDATA[Reply to How to start MM with a module as default hidden on Sun, 27 Jan 2019 17:56:50 GMT]]></title><description><![CDATA[<p dir="auto">I want to start a specific module as hidden, and show it by issuing a voice command.</p>
<p dir="auto">Show/Hide is not the issue, this works fine, but I want the module to start hidden as default when starting MM.</p>
]]></description><link>https://forum.magicmirror.builders/post/50929</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/50929</guid><dc:creator><![CDATA[THeStigh]]></dc:creator><pubDate>Sun, 27 Jan 2019 17:56:50 GMT</pubDate></item><item><title><![CDATA[Reply to How to start MM with a module as default hidden on Sun, 27 Jan 2019 00:40:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thestigh" aria-label="Profile: thestigh">@<bdi>thestigh</bdi></a> said in <a href="/post/50873">How to start MM with a module as default hidden</a>:</p>
<blockquote>
<p dir="auto">Anybody know how to start MM with a module default state as hidden?</p>
</blockquote>
<p dir="auto">All of them? Some of them? One of them? Then how will you “show” the module(s)? Easiest solution would be MMM-RemoteControl I guess. Or, there are several voice modules that can do that for you.</p>
]]></description><link>https://forum.magicmirror.builders/post/50884</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/50884</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Sun, 27 Jan 2019 00:40:30 GMT</pubDate></item><item><title><![CDATA[Reply to How to start MM with a module as default hidden on Sat, 26 Jan 2019 21:15:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thestigh" aria-label="Profile: thestigh">@<bdi>thestigh</bdi></a> Would you like to have the module running but not showing in your Magic Mirror? I guess you can do this by not assigning a position for the module.</p>
<p dir="auto">example for the clock module</p>
<pre><code>modules: [
	{
		module: "clock",
		position: "",	// leave this blank
		config: {
			// The config property is optional.
			// See 'Configuration options' for more information.
		}
	}
]
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/50875</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/50875</guid><dc:creator><![CDATA[ganget]]></dc:creator><pubDate>Sat, 26 Jan 2019 21:15:11 GMT</pubDate></item></channel></rss>