<?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 hide all modules?]]></title><description><![CDATA[<p dir="auto">Hello.<br />
I just want to make a digital photo frame that links Google Photos using Raspberry Pi 3b+.<br />
However, MagicMirror/config/config.js annotates default modules except for modules related to Google Photos, so the photos are not called.<br />
It was confirmed that either “complements” or “newsfeed” must be activated to call the picture normally.<br />
Do I have to use “complements” or “newsfeed”?<br />
Additionally, I use “MMM-Google Assistant” and the extension “EXT-Google Photos”, but the Google logo is always displayed when I hide the calendar. Can this also be hidden?<br />
thanks.</p>
]]></description><link>https://forum.magicmirror.builders/topic/17600/how-to-hide-all-modules</link><generator>RSS for Node</generator><lastBuildDate>Fri, 12 Jun 2026 11:22:16 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/17600.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 06 Feb 2023 13:37:44 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to how to hide all modules? on Mon, 06 Feb 2023 14:53:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/oky1029" aria-label="Profile: oky1029">@<bdi>oky1029</bdi></a> said in <a href="/post/107707">how to hide all modules?</a>:</p>
<blockquote>
<p dir="auto">Additionally, I use “MMM-Google Assistant” and the extension “EXT-Google Photos”, but the Google logo is always displayed when I hide the calendar. Can this also be hidden?</p>
</blockquote>
<p dir="auto">If you mean the Google logo that appears in the top left corner of the screen, it is part of the ‘wake-word’ detection module and yes this can be suppressed. In your config.js you need to update the parameters for EXT-Detector. Specifically, you need to include <strong>useIcon: false</strong>. Here is an example:</p>
<pre><code>			{
  			module: "EXT-Detector",
  			position: "top_left",
  			configDeepMerge: true,
  			config: {
    				debug: false,
				useIcon: false,
    				detectors: [
      					{
        				detector: "Snowboy",
        				Model: "jarvis",
      					}
    					]
  				}
			},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/107715</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/107715</guid><dc:creator><![CDATA[crazylegs]]></dc:creator><pubDate>Mon, 06 Feb 2023 14:53:13 GMT</pubDate></item><item><title><![CDATA[Reply to how to hide all modules? on Mon, 06 Feb 2023 14:25:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/oky1029" aria-label="Profile: oky1029">@<bdi>oky1029</bdi></a> I don’t know about Google assistant logo</p>
<p dir="auto">I don’t understand ‘photo is called’</p>
<p dir="auto">what position do you have Google photos configured for?</p>
<p dir="auto">I usually do fullscreen_below</p>
]]></description><link>https://forum.magicmirror.builders/post/107712</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/107712</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 06 Feb 2023 14:25:53 GMT</pubDate></item><item><title><![CDATA[Reply to how to hide all modules? on Mon, 06 Feb 2023 13:59:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/oky1029" aria-label="Profile: oky1029">@<bdi>oky1029</bdi></a> no. you do not need any of the default modules. they are provided if you want to use them.</p>
<p dir="auto">I don’t understand the rest of the words you used</p>
]]></description><link>https://forum.magicmirror.builders/post/107709</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/107709</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 06 Feb 2023 13:59:25 GMT</pubDate></item></channel></rss>