<?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[Adding Outline Around Modules]]></title><description><![CDATA[<p dir="auto">Hello,<br />
New to Raspberry Pi and Magic mirror. I am working on a tide chart/weather display for work and was wondering if there is any way to add a thin white border around each individual module in order to create some more separation between information. I have tried adjusting config files (both master and individuals) to no avail. Any suggestions?</p>
]]></description><link>https://forum.magicmirror.builders/topic/14631/adding-outline-around-modules</link><generator>RSS for Node</generator><lastBuildDate>Mon, 20 Apr 2026 18:34:36 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/14631.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 15 Feb 2021 20:02:35 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Adding Outline Around Modules on Tue, 16 Feb 2021 14:25:35 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> Thank you for the quick response. Ill update as soon as i can.</p>
]]></description><link>https://forum.magicmirror.builders/post/88538</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/88538</guid><dc:creator><![CDATA[ADavidsohn96]]></dc:creator><pubDate>Tue, 16 Feb 2021 14:25:35 GMT</pubDate></item><item><title><![CDATA[Reply to Adding Outline Around Modules on Mon, 15 Feb 2021 20:13:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/adavidsohn96" aria-label="Profile: adavidsohn96">@<bdi>adavidsohn96</bdi></a> you need to adjust css/custom.css and include something like this</p>
<pre><code>.module {
  border: 1px solid white;
  border-radius: 5px;   
}
</code></pre>
<p dir="auto">Every module gets a <code>.module</code> class as reference for css.<br />
ALso have a look at the module MMM-fast-css (something like this). It provides you with style presets.</p>
]]></description><link>https://forum.magicmirror.builders/post/88522</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/88522</guid><dc:creator><![CDATA[lavolp3]]></dc:creator><pubDate>Mon, 15 Feb 2021 20:13:40 GMT</pubDate></item></channel></rss>