<?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[Layout problem]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">Finally got MM to work. I use it on the official 7" Raspberry Pi Touchscreen. But I do have problems getting a nice layout. What I want is to have the time and current weather side-by-side. I have searched but did not find a new module containing both. Right now it looks like this:<br />
<img src="http://imgur.com/a/sicJ0" alt="lol" class=" img-fluid img-markdown" /></p>
<p dir="auto">Total mess lol. But if I manage to get them side-by-side it will look OK.  How do I do this? I am kind of noobish so please overexplain!</p>
<p dir="auto">Best regards<br />
Fiskaren</p>
<p dir="auto">*edit photo did not show, here is a link: <a href="http://imgur.com/a/sicJ0" target="_blank" rel="noopener noreferrer nofollow ugc">http://imgur.com/a/sicJ0</a></p>
]]></description><link>https://forum.magicmirror.builders/topic/2020/layout-problem</link><generator>RSS for Node</generator><lastBuildDate>Wed, 19 Aug 2026 20:33:41 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/2020.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 08 Mar 2017 17:36:20 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Layout problem on Thu, 09 Mar 2017 18:21:10 GMT]]></title><description><![CDATA[<p dir="auto">You might find this useful, I thought it was awesome when I saw it:</p>
<p dir="auto"><a href="https://forum.magicmirror.builders/topic/286/regions">https://forum.magicmirror.builders/topic/286/regions</a></p>
<p dir="auto">top_bar and bottom_bar are light gray<br />
top_left and bottom_left are red<br />
top_center and bottom_center are blue<br />
top_right and bottom_right are green<br />
upper_third is yellow<br />
middle_center is cyan<br />
lower_third is magenta</p>
<p dir="auto">All these regions will resize as needed.<br />
<img src="https://forum.magicmirror.builders/assets/uploads/files/1488134230711-regions.png" alt="alt text" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/16933</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/16933</guid><dc:creator><![CDATA[FlatPepsi]]></dc:creator><pubDate>Thu, 09 Mar 2017 18:21:10 GMT</pubDate></item><item><title><![CDATA[Reply to Layout problem on Thu, 09 Mar 2017 15:57:08 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/16874">Layout problem</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fiskaren" aria-label="Profile: fiskaren">@<bdi>fiskaren</bdi></a> custom.css</p>
<pre><code>body {
  margin: 0px;
  height: 100%;
  width: 100%;
}
</code></pre>
</blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/broberg" aria-label="Profile: broberg">@<bdi>broberg</bdi></a> said in <a href="/post/16890">Layout problem</a>:</p>
<blockquote>
<p dir="auto">Do what strawberry wrote, it will give you more space on the screen.</p>
<p dir="auto">also</p>
<p dir="auto">This should change the size of the fonts in the top two modules only</p>
<pre><code>
.currentweather {
font-size: 50%;
}

.clock {
font-size: 50%;
}

</code></pre>
</blockquote>
<p dir="auto">Awesome. Thank you both. It looks perfect now! :D</p>
]]></description><link>https://forum.magicmirror.builders/post/16921</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/16921</guid><dc:creator><![CDATA[fiskaren]]></dc:creator><pubDate>Thu, 09 Mar 2017 15:57:08 GMT</pubDate></item><item><title><![CDATA[Reply to Layout problem on Thu, 09 Mar 2017 07:29:29 GMT]]></title><description><![CDATA[<p dir="auto">Do what strawberry wrote, it will give you more space on the screen.</p>
<p dir="auto">also</p>
<p dir="auto">This should change the size of the fonts in the top two modules only</p>
<pre><code>
.currentweather {
font-size: 50%;
}

.clock {
font-size: 50%;
}

</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/16890</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/16890</guid><dc:creator><![CDATA[broberg]]></dc:creator><pubDate>Thu, 09 Mar 2017 07:29:29 GMT</pubDate></item><item><title><![CDATA[Reply to Layout problem on Wed, 08 Mar 2017 21:55:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fiskaren" aria-label="Profile: fiskaren">@<bdi>fiskaren</bdi></a> custom.css</p>
<pre><code>body {
  margin: 0px;
  height: 100%;
  width: 100%;
}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/16874</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/16874</guid><dc:creator><![CDATA[strawberry 3.141]]></dc:creator><pubDate>Wed, 08 Mar 2017 21:55:22 GMT</pubDate></item><item><title><![CDATA[Reply to Layout problem on Wed, 08 Mar 2017 21:51:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/broberg" aria-label="Profile: broberg">@<bdi>broberg</bdi></a> Well I am not really happy with the results right now. I have changed the size pretty much, but they still merge into eachother. And I realize I have to change the size even more if I dont want them to do that. And since that changes the font on every module it will look crazy and also unreadable.</p>
<p dir="auto">Here is a picture of how it looks right now:<br />
<a href="http://imgur.com/a/t8JDj" target="_blank" rel="noopener noreferrer nofollow ugc">http://imgur.com/a/t8JDj</a></p>
<p dir="auto">Is it possible to force the modules some pixels out? Because if so I could put them closer to the edges and that would probably solve the problem.</p>
<p dir="auto">The last solution could be to remove wind-speed. But it’s windy where I live and I would very much like to know the wind speed!</p>
]]></description><link>https://forum.magicmirror.builders/post/16872</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/16872</guid><dc:creator><![CDATA[fiskaren]]></dc:creator><pubDate>Wed, 08 Mar 2017 21:51:17 GMT</pubDate></item><item><title><![CDATA[Reply to Layout problem on Wed, 08 Mar 2017 18:04:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fiskaren" aria-label="Profile: fiskaren">@<bdi>fiskaren</bdi></a> no, if they are in the same region they will always stock on top of each other.</p>
<p dir="auto">use top_left for clock and top_right for weather and then place the other modules in the upper/lower third regions and bottom regions.</p>
]]></description><link>https://forum.magicmirror.builders/post/16841</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/16841</guid><dc:creator><![CDATA[broberg]]></dc:creator><pubDate>Wed, 08 Mar 2017 18:04:40 GMT</pubDate></item><item><title><![CDATA[Reply to Layout problem on Wed, 08 Mar 2017 17:57:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/broberg" aria-label="Profile: broberg">@<bdi>broberg</bdi></a> Awesome, will try that soon after my trip to the store for a PIR-sensor.</p>
<p dir="auto">The clock is at <code>top_bar</code> and right now the weather is at <code>top_left</code>. When both are placed at <code>top_bar</code>the clock are one row over the weather. Will that auto-adjust when changing the font?</p>
]]></description><link>https://forum.magicmirror.builders/post/16840</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/16840</guid><dc:creator><![CDATA[fiskaren]]></dc:creator><pubDate>Wed, 08 Mar 2017 17:57:57 GMT</pubDate></item><item><title><![CDATA[Reply to Layout problem on Wed, 08 Mar 2017 17:47:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fiskaren" aria-label="Profile: fiskaren">@<bdi>fiskaren</bdi></a> in what regions have you placed your modules?<br />
I would suggest regions <code>top_left</code> and <code>top_right</code> for the clock and weather.</p>
<p dir="auto">And you probably have to change the font sizes to make it fit.<br />
Add this in to your custom.css file</p>
<pre><code>.xsmall {
  font-size: 15px;
  line-height: 20px;
}

.small {
  font-size: 20px;
  line-height: 25px;
}

.medium {
  font-size: 30px;
  line-height: 35px;
}

.large {
  font-size: 65px;
  line-height: 65px;
}

.xlarge {
  font-size: 75px;
  line-height: 75px;
  letter-spacing: -3px;
}
</code></pre>
<p dir="auto">Then change the font-size until you have the look you want.</p>
]]></description><link>https://forum.magicmirror.builders/post/16839</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/16839</guid><dc:creator><![CDATA[broberg]]></dc:creator><pubDate>Wed, 08 Mar 2017 17:47:48 GMT</pubDate></item></channel></rss>