<?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[Modules size]]></title><description><![CDATA[<p dir="auto">Hi</p>
<p dir="auto">I would like to make all modules on the left site on my monitor bigger. How can i do this?<br />
THX for help<img src="/uploads/files/1470847814589-1.bin" alt="0_1470847814254_1" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/topic/480/modules-size</link><generator>RSS for Node</generator><lastBuildDate>Sun, 14 Jun 2026 13:51:09 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/480.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 10 Aug 2016 16:50:34 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Modules size on Sun, 05 Feb 2017 14:53:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cowboysdude" aria-label="Profile: cowboysdude">@<bdi>cowboysdude</bdi></a> thanks for the help. This is actually what worked for me:</p>
<pre><code class="language-css"> body {
	cursor: help
 }
 
 .region.top.left {
	width: 375px
}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/13668</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/13668</guid><dc:creator><![CDATA[lucallmon]]></dc:creator><pubDate>Sun, 05 Feb 2017 14:53:39 GMT</pubDate></item><item><title><![CDATA[Reply to Modules size on Sun, 05 Feb 2017 03:06:02 GMT]]></title><description><![CDATA[<p dir="auto">The bottom  is the entire custom.css file that matches the pic I posted…  I used .clock because that is the module name…</p>
<p dir="auto">if I were going to use the other module shown it would be…</p>
<pre><code>.MMM-NFLweather  {
    width: 100px;
}
</code></pre>
<pre><code>/*****************************************************
 * Magic Mirror                                      *
 * Custom CSS                                        *
 *                                                   *
 * By Michael Teeuw http://michaelteeuw.nl           *
 * MIT Licensed.                                     *
 *                                                   *
 * Add any custom CSS below.                         *
 * Changes to this files will be ignored by GIT. *
 *****************************************************/

 body {
 	cursor: help
 }
.clock {
    width: 100px;
}

</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/13648</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/13648</guid><dc:creator><![CDATA[cowboysdude]]></dc:creator><pubDate>Sun, 05 Feb 2017 03:06:02 GMT</pubDate></item><item><title><![CDATA[Reply to Modules size on Sat, 04 Feb 2017 22:32:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cowboysdude" aria-label="Profile: cowboysdude">@<bdi>cowboysdude</bdi></a> could you post a copy of your custom.css file so I can see what you are talking about? Right now, my ‘body’ in the file is blank.</p>
]]></description><link>https://forum.magicmirror.builders/post/13632</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/13632</guid><dc:creator><![CDATA[lucallmon]]></dc:creator><pubDate>Sat, 04 Feb 2017 22:32:58 GMT</pubDate></item><item><title><![CDATA[Reply to Modules size on Sat, 04 Feb 2017 14:26:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lucallmon" aria-label="Profile: lucallmon">@<bdi>lucallmon</bdi></a> said in <a href="/post/13551">Modules size</a>:</p>
<blockquote>
<p dir="auto">I found where it needed to go. Every time I change a module, it starts small on load, then every other module on the same side just resizes it. So, I resize all the modules and it just goes back to the same size… too big. Thoughts?</p>
</blockquote>
<p dir="auto">It needs to go in your custom.css file… When I do it I have no problems :)</p>
<p dir="auto"><img src="/uploads/files/1486218045208-width.png" alt="0_1486218038870_width.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">I have the .clock in my custom.css file a width of 100 and this is the result and no other module is effected or no other module overrides my setting.</p>
<p dir="auto">Are you sure you’re entering this in your custom.css file?    If you are trying to edit the module itself when there’s an update you’ll lose all the changes you made… if you use your custom.css file you won’t :)</p>
<p dir="auto">Of course I’ll be taking that back out because it’s ugly LOL but I’m using my dev on my computer to show you.</p>
]]></description><link>https://forum.magicmirror.builders/post/13554</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/13554</guid><dc:creator><![CDATA[cowboysdude]]></dc:creator><pubDate>Sat, 04 Feb 2017 14:26:45 GMT</pubDate></item><item><title><![CDATA[Reply to Modules size on Sat, 04 Feb 2017 14:10:41 GMT]]></title><description><![CDATA[<p dir="auto">I found where it needed to go. Every time I change a module, it starts small on load, then every other module on the same side just resizes it. So, I resize all the modules and it just goes back to the same size… too big. Thoughts?</p>
]]></description><link>https://forum.magicmirror.builders/post/13551</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/13551</guid><dc:creator><![CDATA[lucallmon]]></dc:creator><pubDate>Sat, 04 Feb 2017 14:10:41 GMT</pubDate></item><item><title><![CDATA[Reply to Modules size on Thu, 26 Jan 2017 12:18:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lucallmon" aria-label="Profile: lucallmon">@<bdi>lucallmon</bdi></a> every module is inside a div container with the module name as class. in your case the selector would be <code>.calendar { /* do the magic*/}</code></p>
]]></description><link>https://forum.magicmirror.builders/post/12559</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/12559</guid><dc:creator><![CDATA[strawberry 3.141]]></dc:creator><pubDate>Thu, 26 Jan 2017 12:18:58 GMT</pubDate></item><item><title><![CDATA[Reply to Modules size on Thu, 26 Jan 2017 10:29:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/strawberry-3.141" aria-label="Profile: strawberry-3.141">@<bdi>strawberry-3.141</bdi></a> said in <a href="/post/4199">Modules size</a>:</p>
<blockquote>
<p dir="auto">To close up this topic the solution he needed was</p>
<pre><code>.MMM-swisstransport {
    width: 400px;
}
</code></pre>
</blockquote>
<p dir="auto">Where was this found? The answer still wasn’t clear. I’d like to shrink the size of my calendar.</p>
]]></description><link>https://forum.magicmirror.builders/post/12557</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/12557</guid><dc:creator><![CDATA[lucallmon]]></dc:creator><pubDate>Thu, 26 Jan 2017 10:29:30 GMT</pubDate></item><item><title><![CDATA[Reply to Modules size on Wed, 31 Aug 2016 17:40:32 GMT]]></title><description><![CDATA[<p dir="auto">To close up this topic the solution he needed was</p>
<pre><code>.MMM-swisstransport {
    width: 400px;
}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/4199</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/4199</guid><dc:creator><![CDATA[strawberry 3.141]]></dc:creator><pubDate>Wed, 31 Aug 2016 17:40:32 GMT</pubDate></item><item><title><![CDATA[Reply to Modules size on Wed, 10 Aug 2016 17:51:24 GMT]]></title><description><![CDATA[<p dir="auto">You can search the forums for <code>'custom.css'</code> and see how others are changing their styling. Each module uses a common set of styles, and by using targeted CSS rules, you can specifically set which module you want to change.</p>
]]></description><link>https://forum.magicmirror.builders/post/3557</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/3557</guid><dc:creator><![CDATA[KirAsh4]]></dc:creator><pubDate>Wed, 10 Aug 2016 17:51:24 GMT</pubDate></item></channel></rss>