<?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[Moving modules]]></title><description><![CDATA[<p dir="auto">Hi everyone,</p>
<p dir="auto">I’m having some trouble moving my MMM-weatherforecast module to align with my calendar module. I’ve tried editing custom.css and using a mix of -</p>
<p dir="auto">margin-right : 1px;<br />
margin-right : 0px;<br />
margin-right : -40px;<br />
right : 50px;</p>
<p dir="auto">but none of those moved the module at all. Preferably I would like both modules to be within a couple pixels of the right edge of the screen. I’ve already edited out the margins around the body in custom.css, now I’m stuck on trying to get these modules to align! Thanks for the help!</p>
<p dir="auto">Also, if anyone knows how to align the calendar info to the left side so it would form more of a box, or how to remove the day names (Fri, sat, sun…) on weatherforecast I would really appreciate the help on that as well. :grinning_face_with_smiling_eyes:</p>
<p dir="auto"><img src="/assets/uploads/files/1588754701013-screen-shot-2020-05-06-at-1.48.54-am.jpg" alt="Screen Shot 2020-05-06 at 1.48.54 AM.jpg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/topic/12778/moving-modules</link><generator>RSS for Node</generator><lastBuildDate>Mon, 20 Jul 2026 22:45:14 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/12778.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 06 May 2020 08:46:31 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Moving modules on Sat, 09 May 2020 14:01:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/gwiz" aria-label="Profile: gwiz">@<bdi>gwiz</bdi></a></p>
<p dir="auto">Sure, but troubleshooting will have to be done to determine the cause. I suggest you try the following:</p>
<ol>
<li>Disable all modules <strong>except</strong> the weatherforecast module in your config.js file.</li>
<li>Disable all entries in your custom.css file <strong>except</strong> the one for weatherforecast.</li>
</ol>
<p dir="auto">Now see if the css entry for weatherforecast works.</p>
]]></description><link>https://forum.magicmirror.builders/post/74901</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/74901</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Sat, 09 May 2020 14:01:53 GMT</pubDate></item><item><title><![CDATA[Reply to Moving modules on Fri, 08 May 2020 18:45:56 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: Mykle1">@<bdi>Mykle1</bdi></a> thanks for the help,</p>
<p dir="auto">I tried putting that exact clip into custom.css but still nothing changed. Could there be something else somewhere preventing it from moving?</p>
<p dir="auto">Thanks again</p>
]]></description><link>https://forum.magicmirror.builders/post/74881</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/74881</guid><dc:creator><![CDATA[gwiz]]></dc:creator><pubDate>Fri, 08 May 2020 18:45:56 GMT</pubDate></item><item><title><![CDATA[Reply to Moving modules on Wed, 06 May 2020 21:57:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/gwiz" aria-label="Profile: gwiz">@<bdi>gwiz</bdi></a></p>
<p dir="auto">That SHOULD work. Odd. So, instead of pulling it from the right, try pushing it from the left. I just tested it. Unless there is a css conflict somewhere.</p>
<pre><code>.weatherforecast {
  margin-left: 40px;
}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/74801</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/74801</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Wed, 06 May 2020 21:57:47 GMT</pubDate></item><item><title><![CDATA[Reply to Moving modules on Wed, 06 May 2020 21:14:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lavolp3" aria-label="Profile: lavolp3">@<bdi>lavolp3</bdi></a> thanks again for the help, I changed it how you said but the module still did not move. Here is what I have now:</p>
<pre><code>.weatherforecast {
      margin-right: -40px;
}
</code></pre>
<p dir="auto">But still no movement :frowning_face: not sure where to go from here</p>
]]></description><link>https://forum.magicmirror.builders/post/74800</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/74800</guid><dc:creator><![CDATA[gwiz]]></dc:creator><pubDate>Wed, 06 May 2020 21:14:41 GMT</pubDate></item><item><title><![CDATA[Reply to Moving modules on Wed, 06 May 2020 19:50:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/gwiz" aria-label="Profile: gwiz">@<bdi>gwiz</bdi></a> try</p>
<pre><code>.weatherforecast
</code></pre>
<p dir="auto">instead of .MMM-weatherforecast.<br />
Odd, but that’s how it is referenced in the module css</p>
]]></description><link>https://forum.magicmirror.builders/post/74795</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/74795</guid><dc:creator><![CDATA[lavolp3]]></dc:creator><pubDate>Wed, 06 May 2020 19:50:30 GMT</pubDate></item><item><title><![CDATA[Reply to Moving modules on Wed, 06 May 2020 18:56:27 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/lavolp3" aria-label="Profile: lavolp3">@<bdi>lavolp3</bdi></a> thanks for the reply,</p>
<p dir="auto">Here is what I have:</p>
<pre><code>.MMM-weatherforecast {
       margin-right: -300px;
       min-width: 300px;
}
</code></pre>
<p dir="auto">I tried -300px just to see a noticeable change, but as of now nothing has moved the module. I also checked the MMM-weatherforecast.css but there is no other padding that I think could interfere with the spacing of the modules, but I am fairly new at this. Is there any way I could get it to just align with the right edge of the screen? Thanks again for the help!</p>
]]></description><link>https://forum.magicmirror.builders/post/74794</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/74794</guid><dc:creator><![CDATA[gwiz]]></dc:creator><pubDate>Wed, 06 May 2020 18:56:27 GMT</pubDate></item><item><title><![CDATA[Reply to Moving modules on Wed, 06 May 2020 13:15:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/gwiz" aria-label="Profile: gwiz">@<bdi>gwiz</bdi></a> please post the complete part in the custom.css.<br />
The selectors are important. It seems like you have the selectors wrong.</p>
<p dir="auto">You would need:</p>
<pre><code>.MMM-weatherforecast {
  margin-right: 50px
}
</code></pre>
<p dir="auto">The rest may also be applied by the inner margin of the module. SO a margin or padding between the divs in the module container.</p>
]]></description><link>https://forum.magicmirror.builders/post/74777</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/74777</guid><dc:creator><![CDATA[lavolp3]]></dc:creator><pubDate>Wed, 06 May 2020 13:15:34 GMT</pubDate></item></channel></rss>