<?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 do bigger or smaller the modules]]></title><description><![CDATA[<p dir="auto">I’m new in this community, and I came here from a video that make a smart mirror with magic mirror v2 and in the video he can adjust the size of the modules, with “ctrl” + “+” or “ctrl” + “shift” + “-”, he can, but I can’t do it, and I want some help for this, to do the modules bigger or smaller.</p>
]]></description><link>https://forum.magicmirror.builders/topic/7198/how-to-do-bigger-or-smaller-the-modules</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Jul 2026 06:24:39 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/7198.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 20 May 2018 05:06:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to do bigger or smaller the modules on Tue, 22 May 2018 21:01:50 GMT]]></title><description><![CDATA[<p dir="auto">you can use zoom in your custom .css file…</p>
<p dir="auto">to zoom out, and make the modules smaller, use a number below 100%. IE: 75%</p>
<p dir="auto">My mirror (unfinished) at 100%…</p>
<p dir="auto"><img src="/assets/uploads/files/1527022596783-screenshot-1.png" alt="0_1527022593457_Screenshot (1).png" class=" img-fluid img-markdown" /></p>
<p dir="auto">with the following code in custom.css…</p>
<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 {
   zoom: 75%;
 }
</code></pre>
<p dir="auto">it looks like this…</p>
<p dir="auto"><img src="/assets/uploads/files/1527022692278-screenshot-6.png" alt="0_1527022690825_Screenshot (6).png" class=" img-fluid img-markdown" /></p>
<p dir="auto">to zoom in (make them bigger, use a percentage over 100%, IE: 125%…</p>
<p dir="auto">my Mirror at 125%…</p>
<p dir="auto"><img src="/assets/uploads/files/1527022826822-screenshot-7.png" alt="0_1527022819751_Screenshot (7).png" class=" img-fluid img-markdown" /></p>
<p dir="auto">using the following code in the custom.css…</p>
<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 {
   zoom: 125%;
 }
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/39757</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/39757</guid><dc:creator><![CDATA[justjim1220]]></dc:creator><pubDate>Tue, 22 May 2018 21:01:50 GMT</pubDate></item><item><title><![CDATA[Reply to How to do bigger or smaller the modules on Mon, 21 May 2018 01:28:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ge98eleven" aria-label="Profile: ge98eleven">@<bdi>ge98eleven</bdi></a></p>
<p dir="auto">While MM is running:</p>
<p dir="auto">Bigger = <strong>Ctrl</strong> <em>and</em> <strong>Shif</strong>t <em>and</em> <strong>=</strong></p>
<p dir="auto">Smaller = <strong>Ctrl</strong> <em>and</em> <strong>-</strong></p>
]]></description><link>https://forum.magicmirror.builders/post/39712</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/39712</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Mon, 21 May 2018 01:28:47 GMT</pubDate></item></channel></rss>