<?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 background Image]]></title><description><![CDATA[<p dir="auto">Good Afternoon everyone,</p>
<p dir="auto">I’m trying to add a background image to my MagicMirror via the css/custom.css file.<br />
I had the image saved into “home/pi/MagicMirror/css/background.jpeg”.</p>
<p dir="auto">The command I’ve tried is,</p>
<p dir="auto">body {<br />
background-image: url(“home/pi/MagicMirror/css/background.jpeg”);<br />
}</p>
<p dir="auto">But it hasn’t worked.<br />
I saw there was a previous thread on this but it was 2+ years ago, figured I’d get a few more looks at it this way.</p>
<p dir="auto">Thanks in advance.</p>
]]></description><link>https://forum.magicmirror.builders/topic/6744/adding-background-image</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Jul 2026 19:48:39 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/6744.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 09 Mar 2018 18:50:25 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Adding background Image on Wed, 01 Apr 2020 21:00:39 GMT]]></title><description><![CDATA[<p dir="auto">@j-ason</p>
<p dir="auto">I answered you in your other post.</p>
]]></description><link>https://forum.magicmirror.builders/post/71581</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/71581</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Wed, 01 Apr 2020 21:00:39 GMT</pubDate></item><item><title><![CDATA[Reply to Adding background Image on Wed, 01 Apr 2020 12:07:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: Mykle1">@<bdi>Mykle1</bdi></a> Hi there,</p>
<p dir="auto">Thought the idea of adding my own desktop background image to my Pi would be awesome… Came across you module and thought I would give it a go…</p>
<p dir="auto">Got to modules and ran gitclone<br />
Dropped an image into the EasyBack module folder as instructed<br />
Copied the config.js options however now get config error</p>
<p dir="auto">I am only interested (at this time) for a desktop image to appear rather than the use of the video part so when I used the entry I did leave the video part and YouTube part as “” - hope that is correct? Or am I to remove the videoName &amp; youTubeID parts completely?</p>
<pre><code>{		
			module: "MMM-EasyBack",
			position: "fullscreen_below",
			config: {
			    bgName: "NHS.jpg",
			    videoName: "",
			    youTubeID: "",
			    height: "1080px",
			    width" "1920px",	
		}

		},
</code></pre>
<p dir="auto">Any ideas would be gratefully welcomed…</p>
<p dir="auto">Thanks in advance</p>
<p dir="auto">J</p>
]]></description><link>https://forum.magicmirror.builders/post/71510</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/71510</guid><dc:creator><![CDATA[j.ason]]></dc:creator><pubDate>Wed, 01 Apr 2020 12:07:10 GMT</pubDate></item><item><title><![CDATA[Reply to Adding background Image on Mon, 12 Mar 2018 17:54:24 GMT]]></title><description><![CDATA[<p dir="auto">Thank you! Both viable solutions.</p>
]]></description><link>https://forum.magicmirror.builders/post/36932</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/36932</guid><dc:creator><![CDATA[matrixfox]]></dc:creator><pubDate>Mon, 12 Mar 2018 17:54:24 GMT</pubDate></item><item><title><![CDATA[Reply to Adding background Image on Sat, 10 Mar 2018 06:01:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/matrixfox" aria-label="Profile: matrixfox">@<bdi>matrixfox</bdi></a></p>
<p dir="auto">If the image is in the css folder you don’t specify the entire path (you could but if it’s in the same folder just use the file directly)</p>
<p dir="auto">It should look like :</p>
<pre><code>body {
background-image: url("background.jpeg");
}
</code></pre>
<p dir="auto">And make sure you are using the correct tags " and not ”</p>
]]></description><link>https://forum.magicmirror.builders/post/36806</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/36806</guid><dc:creator><![CDATA[broberg]]></dc:creator><pubDate>Sat, 10 Mar 2018 06:01:05 GMT</pubDate></item><item><title><![CDATA[Reply to Adding background Image on Fri, 09 Mar 2018 22:46:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/matrixfox" aria-label="Profile: matrixfox">@<bdi>matrixfox</bdi></a></p>
<p dir="auto">I’m not familiar with doing that through css but if you are interested, this module will do the trick without css manipulation.</p>
<p dir="auto"><a href="https://github.com/mykle1/MMM-EasyBack" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/mykle1/MMM-EasyBack</a></p>
<p dir="auto">However, if I were to guess, I would try the url like this, without the home/pi. Forgive me if that is incorrect.</p>
<p dir="auto">MagicMirror/css/background.jpeg</p>
]]></description><link>https://forum.magicmirror.builders/post/36801</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/36801</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Fri, 09 Mar 2018 22:46:04 GMT</pubDate></item></channel></rss>