<?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[Magic Mirror wont fill whole Screen!]]></title><description><![CDATA[<p dir="auto">hey guys i’m running Raspbian Buster with desktop<br />
and for some reason i cant find a solution to fixing the extra black space on my magic mirror!</p>
<p dir="auto">Ill attach photo</p>
<p dir="auto">thank you !!<br />
<a href="https://ibb.co/fHNfNWG" target="_blank" rel="noopener noreferrer nofollow ugc">link text</a></p>
]]></description><link>https://forum.magicmirror.builders/topic/10955/magic-mirror-wont-fill-whole-screen</link><generator>RSS for Node</generator><lastBuildDate>Wed, 13 May 2026 06:26:41 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/10955.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 11 Aug 2019 19:35:51 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Magic Mirror wont fill whole Screen! on Fri, 30 Aug 2019 14:18:43 GMT]]></title><description><![CDATA[<p dir="auto">I assume you’re talking about the black border around the display, it’s usually caused by the overscan setting being on…</p>
<p dir="auto"><a href="https://www.techcoil.com/blog/how-to-make-your-raspberry-pi-fill-up-your-entire-monitor-screen-by-disabling-overscan-in-raspbian-stretch/" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.techcoil.com/blog/how-to-make-your-raspberry-pi-fill-up-your-entire-monitor-screen-by-disabling-overscan-in-raspbian-stretch/</a></p>
]]></description><link>https://forum.magicmirror.builders/post/60552</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/60552</guid><dc:creator><![CDATA[buzzkc]]></dc:creator><pubDate>Fri, 30 Aug 2019 14:18:43 GMT</pubDate></item><item><title><![CDATA[Reply to Magic Mirror wont fill whole Screen! on Sun, 11 Aug 2019 23:35:37 GMT]]></title><description><![CDATA[<p dir="auto">You can add to your custom.css or main.css:</p>
<pre><code>body {
          margin: 60px;
          position: absolute;
          height: calc(100% - 120px);
          width: calc(100% - 120px);
}
</code></pre>
<p dir="auto">Play around with the settings to match your display.</p>
]]></description><link>https://forum.magicmirror.builders/post/60023</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/60023</guid><dc:creator><![CDATA[stacywebb]]></dc:creator><pubDate>Sun, 11 Aug 2019 23:35:37 GMT</pubDate></item></channel></rss>