<?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[Disable header in MMM-MieleAtHome and MMM-Homeconnect]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">i just want to disable the headers of both Modules. MMM-Homeconnect is somehow copied from MMM-Mieleathome</p>
<p dir="auto">I treid diffent things. But nothing worked:</p>
<pre><code>showHeader: false,
</code></pre>
<p dir="auto">or in custom css</p>
<pre><code>.MMM-MieleAtHome .module-header {
  display: none;
}
</code></pre>
<p dir="auto">or</p>
<pre><code>.MMM-MieleAtHome header {
  text-align: left
}
</code></pre>
<pre><code>.MMM-MieleAtHome header {
  text-align: left
}
</code></pre>
<p dir="auto"><img src="/assets/uploads/files/1761922669045-168acfc7-4839-4f65-85e6-0bf3d95b3b2a-grafik.png" alt="168acfc7-4839-4f65-85e6-0bf3d95b3b2a-grafik.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Did u have an idea?</p>
]]></description><link>https://forum.magicmirror.builders/topic/19951/disable-header-in-mmm-mieleathome-and-mmm-homeconnect</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Jul 2026 08:07:39 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/19951.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 31 Oct 2025 14:59:29 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Disable header in MMM-MieleAtHome and MMM-Homeconnect on Sun, 16 Nov 2025 13:01:40 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> Sorry. Both ways did´nt work. Only the “display: none !important;” did the trick.<br />
Thank you for you support…as always!</p>
]]></description><link>https://forum.magicmirror.builders/post/128966</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/128966</guid><dc:creator><![CDATA[OberfragGER]]></dc:creator><pubDate>Sun, 16 Nov 2025 13:01:40 GMT</pubDate></item><item><title><![CDATA[Reply to Disable header in MMM-MieleAtHome and MMM-Homeconnect on Sun, 16 Nov 2025 13:04:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/heikogr" aria-label="Profile: HeikoGr">@<bdi>HeikoGr</bdi></a> Thanks a lot!<br />
your tip with !important was working.</p>
<p dir="auto">I´ll take a look into yout module too. Especially the Headless Device Flow is very interesting!</p>
]]></description><link>https://forum.magicmirror.builders/post/128965</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/128965</guid><dc:creator><![CDATA[OberfragGER]]></dc:creator><pubDate>Sun, 16 Nov 2025 13:04:38 GMT</pubDate></item><item><title><![CDATA[Reply to Disable header in MMM-MieleAtHome and MMM-Homeconnect on Tue, 11 Nov 2025 16:57:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/oberfragger" aria-label="Profile: OberfragGER">@<bdi>OberfragGER</bdi></a> the second… and you can do it a couple ways</p>
<p dir="auto">// using classes</p>
<pre><code class="language-css">.MMM-MieleAtHome .module-header  {
     display:none;
}
</code></pre>
<p dir="auto">or using html element</p>
<pre><code class="language-css">.MMM-MieleAtHome header {
   display:none;
}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/128918</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/128918</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 11 Nov 2025 16:57:21 GMT</pubDate></item><item><title><![CDATA[Reply to Disable header in MMM-MieleAtHome and MMM-Homeconnect on Mon, 10 Nov 2025 22:09:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/heikogr" aria-label="Profile: HeikoGr">@<bdi>HeikoGr</bdi></a> shouldn’t need the !important as no other class is specified AFTER the , module-header</p>
]]></description><link>https://forum.magicmirror.builders/post/128908</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/128908</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 10 Nov 2025 22:09:41 GMT</pubDate></item><item><title><![CDATA[Reply to Disable header in MMM-MieleAtHome and MMM-Homeconnect on Tue, 11 Nov 2025 16:45:15 GMT]]></title><description><![CDATA[<p dir="auto">i found 2-3 ways for you to get rid of the header:</p>
<p dir="auto">1.: you add “!important” to force the css rule</p>
<pre><code>.MMM-MieleAtHome .module-header {
    display: none !important;
}
</code></pre>
<ol start="2">
<li>fork MMM-MieleAtHome and get rid of</li>
</ol>
<pre><code>	// you have to delete this function at MMM-MietAtHome.js line 92-95
	getHeader: function() {
		return "Miele@Home";
	},
</code></pre>
<p dir="auto">MMM-HomeConnect is similar. But here you have a third option: take my fork: <a href="https://github.com/heikogr/MMM-HomeConnect2" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/heikogr/MMM-HomeConnect2</a> (only thing: it has an different styling)</p>
]]></description><link>https://forum.magicmirror.builders/post/128906</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/128906</guid><dc:creator><![CDATA[HeikoGr]]></dc:creator><pubDate>Tue, 11 Nov 2025 16:45:15 GMT</pubDate></item><item><title><![CDATA[Reply to Disable header in MMM-MieleAtHome and MMM-Homeconnect on Mon, 10 Nov 2025 20:49:14 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 sam,</p>
<p dir="auto">this one?</p>
<p dir="auto"><img src="/assets/uploads/files/1762807472685-766d7f05-49ad-41b3-a81b-9c627c4dc0c7-grafik.png" alt="766d7f05-49ad-41b3-a81b-9c627c4dc0c7-grafik.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">or this one?</p>
<p dir="auto"><img src="/assets/uploads/files/1762807564351-48d4e17e-a2be-4a70-b746-8cbb421debab-grafik.png" alt="48d4e17e-a2be-4a70-b746-8cbb421debab-grafik.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/128905</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/128905</guid><dc:creator><![CDATA[OberfragGER]]></dc:creator><pubDate>Mon, 10 Nov 2025 20:49:14 GMT</pubDate></item><item><title><![CDATA[Reply to Disable header in MMM-MieleAtHome and MMM-Homeconnect on Sun, 09 Nov 2025 19:45:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/heikogr" aria-label="Profile: HeikoGr">@<bdi>HeikoGr</bdi></a> said in <a href="/post/128810">Disable header in MMM-MieleAtHome and MMM-Homeconnect</a>:</p>
<blockquote>
<p dir="auto">this should work, but MMM-MieleAtHome and therefore MMM-Homeconnect as a fork do override the header…</p>
<pre><code>{
  module: “MMM-MieleAtHome”,
  header: "",
  position: “bottom_left”,
 
},
</code></pre>
</blockquote>
<p dir="auto">Thata not working on both modules :(</p>
]]></description><link>https://forum.magicmirror.builders/post/128897</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/128897</guid><dc:creator><![CDATA[OberfragGER]]></dc:creator><pubDate>Sun, 09 Nov 2025 19:45:52 GMT</pubDate></item><item><title><![CDATA[Reply to Disable header in MMM-MieleAtHome and MMM-Homeconnect on Mon, 03 Nov 2025 09:40:54 GMT]]></title><description><![CDATA[<p dir="auto">this should work, but MMM-MieleAtHome and therefore MMM-Homeconnect as a fork do override the header…</p>
<pre><code>{
  module: “MMM-MieleAtHome”,
  header: "",
  position: “bottom_left”,
 
},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/128810</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/128810</guid><dc:creator><![CDATA[HeikoGr]]></dc:creator><pubDate>Mon, 03 Nov 2025 09:40:54 GMT</pubDate></item><item><title><![CDATA[Reply to Disable header in MMM-MieleAtHome and MMM-Homeconnect on Sun, 02 Nov 2025 13:45:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/oberfragger" aria-label="Profile: OberfragGER">@<bdi>OberfragGER</bdi></a> you are looking at the header part of the page Dom</p>
<p dir="auto">You need the body part where the html is</p>
<p dir="auto">Use the elements tab , click the pointer to left, mouse ver the module til it’s highlighted and click  to<br />
Open the html view there</p>
]]></description><link>https://forum.magicmirror.builders/post/128797</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/128797</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 02 Nov 2025 13:45:14 GMT</pubDate></item><item><title><![CDATA[Reply to Disable header in MMM-MieleAtHome and MMM-Homeconnect on Sun, 02 Nov 2025 12:52:11 GMT]]></title><description><![CDATA[<p dir="auto"><img src="/assets/uploads/files/1762087918446-61a9032e-5a28-4b75-9c77-bd780e5338d3-grafik.png" alt="61a9032e-5a28-4b75-9c77-bd780e5338d3-grafik.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Is there any chance to scale both styles that the icons are looking the same height and style?</p>
]]></description><link>https://forum.magicmirror.builders/post/128796</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/128796</guid><dc:creator><![CDATA[OberfragGER]]></dc:creator><pubDate>Sun, 02 Nov 2025 12:52:11 GMT</pubDate></item><item><title><![CDATA[Reply to Disable header in MMM-MieleAtHome and MMM-Homeconnect on Sun, 02 Nov 2025 12:52: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> Thanks for your help.<br />
But its still not working.</p>
<p dir="auto"><img src="/assets/uploads/files/1762086909727-18d7797a-39ec-447f-9c72-ccf35d48c256-grafik.png" alt="18d7797a-39ec-447f-9c72-ccf35d48c256-grafik.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1762086945474-66d72448-e260-4190-9504-426ce766faf1-grafik.png" alt="66d72448-e260-4190-9504-426ce766faf1-grafik.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1762086966451-e70b746e-3020-4f3e-a430-fdc3c70192cd-grafik.png" alt="e70b746e-3020-4f3e-a430-fdc3c70192cd-grafik.png" class=" img-fluid img-markdown" /></p>
<pre><code>```
</code></pre>
<p dir="auto">{<br />
module: “MMM-MieleAtHome”,<br />
position: “bottom_left”,<br />
showDeviceIfDoorIsOpen: false,<br />
showHeader: false,<br />
config: {<br />
userName: “xxx”,<br />
password: “xxx”,<br />
client_ID: “xxx”,<br />
client_Secret: “xxx”,<br />
vg: ‘de-DE’, // Your country code from the list above<br />
language: ‘de’, // Language supported from list above<br />
showAlwaysAllDevices: false //always display component<br />
}<br />
},</p>
<pre><code>
I even tried display: none without ";". I doesnt work...</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/128795</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/128795</guid><dc:creator><![CDATA[OberfragGER]]></dc:creator><pubDate>Sun, 02 Nov 2025 12:52:21 GMT</pubDate></item><item><title><![CDATA[Reply to Disable header in MMM-MieleAtHome and MMM-Homeconnect on Fri, 31 Oct 2025 15:59:24 GMT]]></title><description><![CDATA[<p dir="auto">this</p>
<pre><code class="language-css">.MMM-MieleAtHome .module-header {
  display: none;
}
</code></pre>
<p dir="auto">should have worked for that module</p>
<p dir="auto">have you opened the developer window elements tab to look at the css applied?</p>
<p dir="auto">see the second link in my signature below</p>
]]></description><link>https://forum.magicmirror.builders/post/128781</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/128781</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 31 Oct 2025 15:59:24 GMT</pubDate></item><item><title><![CDATA[Reply to Disable header in MMM-MieleAtHome and MMM-Homeconnect on Fri, 31 Oct 2025 15:54:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/oberfragger" aria-label="Profile: OberfragGER">@<bdi>OberfragGER</bdi></a> said in <a href="/post/128779">Disable header in MMM-MieleAtHome and MMM-Homeconnect</a>:</p>
<blockquote>
<p dir="auto">MMM-Homeconnect</p>
</blockquote>
<p dir="auto">can you show the config of both modules, xxx out any personal info</p>
]]></description><link>https://forum.magicmirror.builders/post/128780</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/128780</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 31 Oct 2025 15:54:25 GMT</pubDate></item></channel></rss>