<?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[is custom.css only for default modules?]]></title><description><![CDATA[<p dir="auto">Hey - n00b question,</p>
<p dir="auto">I’ve tried doing calling modules such as MMM-MoonPhase to position them exactly and create custom backgrounds for that specific module through custom.css but I can’t get it working… Should I be editing only the modules CSS file?</p>
<p dir="auto">The position and the background are probably separate issues to tackle right?</p>
<pre><code>.module.MMM-MoonPhase {
  position: absolute;
  left : 400px;
  top : 100px;
 background: #545454;
}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/13610/is-custom-css-only-for-default-modules</link><generator>RSS for Node</generator><lastBuildDate>Sun, 08 Mar 2026 20:47:25 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/13610.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 06 Sep 2020 13:30:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to is custom.css only for default modules? on Tue, 13 Oct 2020 20:31:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/shuraimhassan" aria-label="Profile: ShuraimHassan">@<bdi>ShuraimHassan</bdi></a> said in <a href="/post/83287">is custom.css only for default modules?</a>:</p>
<blockquote>
<p dir="auto">could you show me an Example that how Can I do this?</p>
</blockquote>
<p dir="auto">do what? make a module, add a css style to an element?</p>
<p dir="auto">I don’t know ‘responsive’.  currently main.css is in pixels for 1920x1080.</p>
<p dir="auto">I have a version I converted to vh/vw.</p>
<p dir="auto">3rd party. mm supplies font_awesome.<br />
(see the fonts folder)<br />
other than that every module can use whatever they want. no restrictions.</p>
]]></description><link>https://forum.magicmirror.builders/post/83296</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/83296</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 13 Oct 2020 20:31:41 GMT</pubDate></item><item><title><![CDATA[Reply to is custom.css only for default modules? on Tue, 13 Oct 2020 18:40:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/shuraimhassan" aria-label="Profile: ShuraimHassan">@<bdi>ShuraimHassan</bdi></a> see this<br />
<a href="https://forum.magicmirror.builders/topic/6808/css-101-getting-started-with-css-and-understanding-how-css-works?_=1602611995137">https://forum.magicmirror.builders/topic/6808/css-101-getting-started-with-css-and-understanding-how-css-works?_=1602611995137</a></p>
]]></description><link>https://forum.magicmirror.builders/post/83289</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/83289</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 13 Oct 2020 18:40:28 GMT</pubDate></item><item><title><![CDATA[Reply to is custom.css only for default modules? on Tue, 13 Oct 2020 17:57:58 GMT]]></title><description><![CDATA[<p dir="auto">Actually I want to resize of all 3rd party components and Make Responsive of all types of Devices as like Mobile , Tablet , Laptop , PC ETC. . .</p>
]]></description><link>https://forum.magicmirror.builders/post/83288</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/83288</guid><dc:creator><![CDATA[ShuraimHassan]]></dc:creator><pubDate>Tue, 13 Oct 2020 17:57:58 GMT</pubDate></item><item><title><![CDATA[Reply to is custom.css only for default modules? on Tue, 13 Oct 2020 17:55:31 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> could you show me an Example that how Can I do this? Thanks in Advance</p>
]]></description><link>https://forum.magicmirror.builders/post/83287</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/83287</guid><dc:creator><![CDATA[ShuraimHassan]]></dc:creator><pubDate>Tue, 13 Oct 2020 17:55:31 GMT</pubDate></item><item><title><![CDATA[Reply to is custom.css only for default modules? on Mon, 12 Oct 2020 20:09:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/shuraimhassan" aria-label="Profile: ShuraimHassan">@<bdi>ShuraimHassan</bdi></a> each module  provides a block of html in a div wrapper.<br />
the MM runtime positions the block of content where u configured it. (see index.html for the layout)</p>
<p dir="auto">you can also use javascript api calls to create the content that is returned to MM on the getDom() routine.</p>
<p dir="auto">i would say probably &gt;95% of the MM implementations are output only … (as its a ‘mirror’ hanging on the wall,  probably 95% of the other 5% are voice based</p>
<p dir="auto">as many are behind shaded glass, the cool color front ends don’t display well, and aren’t particularly helpful to this kind of environment… …</p>
]]></description><link>https://forum.magicmirror.builders/post/83249</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/83249</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 12 Oct 2020 20:09:28 GMT</pubDate></item><item><title><![CDATA[Reply to is custom.css only for default modules? on Mon, 12 Oct 2020 20:03:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/shuraimhassan" aria-label="Profile: ShuraimHassan">@<bdi>ShuraimHassan</bdi></a> but like anything else, u install it</p>
<p dir="auto"><a href="https://getbootstrap.com/" target="_blank" rel="noopener noreferrer nofollow ugc">https://getbootstrap.com/</a></p>
<p dir="auto">and for those modules that expose their icon usage, you either change the config or use css to override.</p>
<p dir="auto">each module gets to do its own thing, so u have to fiddle with each one separately…</p>
<p dir="auto">most use font-awesome icons…</p>
]]></description><link>https://forum.magicmirror.builders/post/83248</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/83248</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 12 Oct 2020 20:03:24 GMT</pubDate></item><item><title><![CDATA[Reply to is custom.css only for default modules? on Mon, 12 Oct 2020 20:01:53 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> Bootstrap is a potent front-end framework used to create modern websites and web apps. It’s open-source and free to use, yet features numerous HTML and CSS templates for UI interface elements such as buttons and forms. Bootstrap also supports JavaScript extensions.</p>
]]></description><link>https://forum.magicmirror.builders/post/83247</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/83247</guid><dc:creator><![CDATA[ShuraimHassan]]></dc:creator><pubDate>Mon, 12 Oct 2020 20:01:53 GMT</pubDate></item><item><title><![CDATA[Reply to is custom.css only for default modules? on Mon, 12 Oct 2020 20:00:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/shuraimhassan" aria-label="Profile: ShuraimHassan">@<bdi>ShuraimHassan</bdi></a> no…</p>
]]></description><link>https://forum.magicmirror.builders/post/83246</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/83246</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 12 Oct 2020 20:00:01 GMT</pubDate></item><item><title><![CDATA[Reply to is custom.css only for default modules? on Mon, 12 Oct 2020 19:59:58 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 do you mean? Are you not Front end or Full stack Developer??</p>
]]></description><link>https://forum.magicmirror.builders/post/83245</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/83245</guid><dc:creator><![CDATA[ShuraimHassan]]></dc:creator><pubDate>Mon, 12 Oct 2020 19:59:58 GMT</pubDate></item><item><title><![CDATA[Reply to is custom.css only for default modules? on Mon, 12 Oct 2020 19:57:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/shuraimhassan" aria-label="Profile: ShuraimHassan">@<bdi>ShuraimHassan</bdi></a> what is bootstrap?</p>
]]></description><link>https://forum.magicmirror.builders/post/83244</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/83244</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 12 Oct 2020 19:57:46 GMT</pubDate></item><item><title><![CDATA[Reply to is custom.css only for default modules? on Mon, 12 Oct 2020 19:57:16 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> How can I use Bootstrap on 3rd Party Modules??</p>
]]></description><link>https://forum.magicmirror.builders/post/83243</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/83243</guid><dc:creator><![CDATA[ShuraimHassan]]></dc:creator><pubDate>Mon, 12 Oct 2020 19:57:16 GMT</pubDate></item><item><title><![CDATA[Reply to is custom.css only for default modules? on Sun, 06 Sep 2020 13:46:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cluelesscarter" aria-label="Profile: cluelesscarter">@<bdi>cluelesscarter</bdi></a> only edit the custom.css</p>
<p dir="auto">custom.css is for everything. last stylesheet loaded so it can override anything before it</p>
<p dir="auto">remove the .module</p>
<p dir="auto">should start with the full module name</p>
]]></description><link>https://forum.magicmirror.builders/post/81386</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/81386</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 06 Sep 2020 13:46:57 GMT</pubDate></item></channel></rss>