<?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[MMM-BackgroundSlideshow]]></title><description><![CDATA[<p dir="auto">Sorry, it’s me again.</p>
<p dir="auto">One of my PI’s actually ran for months without any problems. I updated the module MMM-BackgroundSlideshow 3 days ago. Since this update, my mirror is about 10min always dunek. When I enter <code>pm2 start mm</code> in the console, the picture comes back. I have also run the dependency in module folder <code>npm install</code>, without success.</p>
<p dir="auto">What could be the reason for this?</p>
]]></description><link>https://forum.magicmirror.builders/topic/11120/mmm-backgroundslideshow</link><generator>RSS for Node</generator><lastBuildDate>Sat, 16 May 2026 14:36:35 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/11120.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 07 Sep 2019 08:18:21 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-BackgroundSlideshow on Wed, 08 Jan 2020 21:09:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> thank you very much. I got I working with MMM-ImagesPhotos (took your config + enhanced swap size). My pictures are displayed now :).</p>
<p dir="auto">Is there a chance to auto-rotate to landscape if picture orientation is portrait? Or should I use another module to do this (which one)?</p>
<p dir="auto">Best regards</p>
<p dir="auto">hootzter</p>
]]></description><link>https://forum.magicmirror.builders/post/67693</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/67693</guid><dc:creator><![CDATA[hootzter]]></dc:creator><pubDate>Wed, 08 Jan 2020 21:09:05 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BackgroundSlideshow on Tue, 07 Jan 2020 20:25:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stoffbeuteluwe" aria-label="Profile: Stoffbeuteluwe">@<bdi>Stoffbeuteluwe</bdi></a> hm… on my virtual mac, landscape it looks ok… (backgroundsize: ‘contain’)</p>
<p dir="auto">i don’t see that monitor settings option on my catalina mac vm…</p>
]]></description><link>https://forum.magicmirror.builders/post/67577</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/67577</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 07 Jan 2020 20:25:54 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BackgroundSlideshow on Tue, 07 Jan 2020 20:05:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> I rotate with settings on my Mac<br />
Settings , Monitor , Rotation 90</p>
]]></description><link>https://forum.magicmirror.builders/post/67576</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/67576</guid><dc:creator><![CDATA[Stoffbeuteluwe]]></dc:creator><pubDate>Tue, 07 Jan 2020 20:05:23 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BackgroundSlideshow on Tue, 07 Jan 2020 19:58:40 GMT]]></title><description><![CDATA[<p dir="auto">also, how are you rotated?  physical or CSS?</p>
<p dir="auto">module does</p>
<pre><code>			div1.style.transform="rotate(0deg)";
</code></pre>
<p dir="auto">then adjusts if different</p>
<pre><code>var Orientation = EXIF.getTag(this, "Orientation");
				if (Orientation != null) {
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/67575</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/67575</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 07 Jan 2020 19:58:40 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BackgroundSlideshow on Tue, 07 Jan 2020 19:44:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stoffbeuteluwe" aria-label="Profile: Stoffbeuteluwe">@<bdi>Stoffbeuteluwe</bdi></a> oops. the width/height is from the imagesSlideshow</p>
<p dir="auto">this module only supports</p>
<pre><code>backgroundSize	The sizing of the background image. Values can be:
cover: Resize the background image to cover the entire container, even if it has to stretch the image or cut a little bit off one of the edges.
contain: Resize the background image to make sure the image is fully visible

Example: 'contain'
Default value: 'cover'
This value is OPTIONAL
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/67574</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/67574</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 07 Jan 2020 19:44:03 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BackgroundSlideshow on Tue, 07 Jan 2020 19:37:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> Portrait</p>
]]></description><link>https://forum.magicmirror.builders/post/67573</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/67573</guid><dc:creator><![CDATA[Stoffbeuteluwe]]></dc:creator><pubDate>Tue, 07 Jan 2020 19:37:04 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BackgroundSlideshow on Tue, 07 Jan 2020 19:32:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stoffbeuteluwe" aria-label="Profile: Stoffbeuteluwe">@<bdi>Stoffbeuteluwe</bdi></a> are u portrait, not landscape?  original or mine?</p>
<p dir="auto">it  should work, but ugly</p>
]]></description><link>https://forum.magicmirror.builders/post/67572</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/67572</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 07 Jan 2020 19:32:32 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BackgroundSlideshow on Tue, 07 Jan 2020 19:30:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> hi Sam can you help me again I have tried a lot but no luck…my screensize is<br />
width: 1080<br />
high: 1920<br />
I don’t know how to set it the right way</p>
<p dir="auto">Thanks 🙏</p>
]]></description><link>https://forum.magicmirror.builders/post/67570</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/67570</guid><dc:creator><![CDATA[Stoffbeuteluwe]]></dc:creator><pubDate>Tue, 07 Jan 2020 19:30:21 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BackgroundSlideshow on Tue, 07 Jan 2020 13:21:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> Thank you Sam 😀🙏</p>
]]></description><link>https://forum.magicmirror.builders/post/67517</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/67517</guid><dc:creator><![CDATA[Stoffbeuteluwe]]></dc:creator><pubDate>Tue, 07 Jan 2020 13:21:57 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BackgroundSlideshow on Tue, 07 Jan 2020 12:54:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stoffbeuteluwe" aria-label="Profile: Stoffbeuteluwe">@<bdi>Stoffbeuteluwe</bdi></a> not with my code, no</p>
<p dir="auto">the original code does fill the screen if u set the max height and width to the screen size</p>
<pre><code>img.style.maxWidth = this.config.maxWidth;
img.style.maxHeight = this.config.maxHeight;
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/67515</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/67515</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 07 Jan 2020 12:54:42 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BackgroundSlideshow on Tue, 07 Jan 2020 12:45:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a>  Hi, is it possible to cover the whole  screen with mmm images photos?</p>
]]></description><link>https://forum.magicmirror.builders/post/67513</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/67513</guid><dc:creator><![CDATA[Stoffbeuteluwe]]></dc:creator><pubDate>Tue, 07 Jan 2020 12:45:37 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BackgroundSlideshow on Tue, 07 Jan 2020 12:37:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hootzter" aria-label="Profile: hootzter">@<bdi>hootzter</bdi></a> said in <a href="/post/67488">MMM-BackgroundSlideshow</a>:</p>
<blockquote>
<p dir="auto">MMM-ImagesPhotos</p>
</blockquote>
<p dir="auto">usually black screen means some missing library…<br />
if u npm start from the terminal window you will see runtime messages<br />
also from the developers window , ctrl-shift-i on the mirror keyboard, select the console tab, and scroll up.</p>
<p dir="auto">you can try my MMM-ImagesPhotos<br />
<a href="https://github.com/sdetweil/MMM-ImagesPhotos" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/sdetweil/MMM-ImagesPhotos</a></p>
<p dir="auto">my config</p>
<pre><code>		{
			module: "MMM-ImagesPhotos",
			disabled: false,
			position: "fullscreen",  // &lt; --- this is the div location NOT screen covered with image
			config: {
				opacity: 0.9, 
				animationSpeed: 0,
				updateInterval: 30000,  // how often to change pic
				backgroundColor: "#808080", // color around pic (if u want something other than black)
			},
		},
</code></pre>
<p dir="auto">I have run this on pi0 thru pi4,  mac, and two non-pi SBCs, odroid Xu4, and nano jetson.<br />
where did u put  your pictures?  the module is looking in the folder<br />
~/MagicMirror/modules/MMm_ImagesPhotos/uploads</p>
<p dir="auto">I linked that to a mounted server volume</p>
<p dir="auto">now, my tweaks were to display the images without distortion… same aspect ratio as taken.<br />
I did NOT want the screen completely filled… (image stretched or clipped)</p>
<p dir="auto">to use mine, just rename the old MMM-ImagesPhotos folder out of the way, and then git clone my version of the module.</p>
]]></description><link>https://forum.magicmirror.builders/post/67512</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/67512</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 07 Jan 2020 12:37:05 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BackgroundSlideshow on Tue, 07 Jan 2020 08:11:50 GMT]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I’m new to magic mirror. Since two weeks I try to get MMM-ImagesPhotos or MMM-BackgroundSlideshow to work with the photos of my camera (all pictures are JPEG with 5 to 10 meg).</p>
<p dir="auto">Like <a class="plugin-mentions-user plugin-mentions-a" href="/user/cyrus1337" aria-label="Profile: CyruS1337">@<bdi>CyruS1337</bdi></a> the whole mirror goes black, if I use my photos but works if I use the example-pictures.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> :<br />
How did you get this to work with your pictures?<br />
Could you post your config (including tweeks you did) and tell us which pi you are using?</p>
<p dir="auto">I was so desperate that I looked for alternatives. I found pi3d but couldn’t integrate it into magic mirror.</p>
<p dir="auto">I would really appreciate your help.</p>
<p dir="auto">Best regards</p>
<p dir="auto">hootzter</p>
]]></description><link>https://forum.magicmirror.builders/post/67488</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/67488</guid><dc:creator><![CDATA[hootzter]]></dc:creator><pubDate>Tue, 07 Jan 2020 08:11:50 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BackgroundSlideshow on Mon, 14 Oct 2019 04:47:05 GMT]]></title><description><![CDATA[<p dir="auto">Yes, that’s really interesting. But since I let the pictures play with max 1-2 MB, the mirror was never black anymore. Although I did the elevation of SWAP.</p>
]]></description><link>https://forum.magicmirror.builders/post/62638</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62638</guid><dc:creator><![CDATA[CyruS1337]]></dc:creator><pubDate>Mon, 14 Oct 2019 04:47:05 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BackgroundSlideshow on Thu, 10 Oct 2019 11:16:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cyrus1337" aria-label="Profile: CyruS1337">@<bdi>CyruS1337</bdi></a> interesting, i use MMM-ImagesPhotos, and have lots of images over 4meg, most in the 11-13 meg range</p>
]]></description><link>https://forum.magicmirror.builders/post/62471</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62471</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 10 Oct 2019 11:16:14 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BackgroundSlideshow on Thu, 10 Oct 2019 05:59:37 GMT]]></title><description><![CDATA[<p dir="auto">I seem to have found the mistake. I have selected one to quality of photos for playing the photos (4mb per photo). The fact that I have chosen a lower quality of the photos, the problem is gone.</p>
]]></description><link>https://forum.magicmirror.builders/post/62466</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62466</guid><dc:creator><![CDATA[CyruS1337]]></dc:creator><pubDate>Thu, 10 Oct 2019 05:59:37 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BackgroundSlideshow on Sun, 08 Sep 2019 05:17:35 GMT]]></title><description><![CDATA[<p dir="auto">This morning, the mirror was dark again.</p>
<p dir="auto">This is the memory output</p>
<pre><code>pi@raspberrypi_1:~ $ free -m
              total        used        free      shared  buff/cache   available
Mem:            925         220         391           1         313         653
Swap:          1023         118         905
</code></pre>
<p dir="auto">Edit: The mirror was stopped and started and after 15min he was dark again …</p>
]]></description><link>https://forum.magicmirror.builders/post/61062</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/61062</guid><dc:creator><![CDATA[CyruS1337]]></dc:creator><pubDate>Sun, 08 Sep 2019 05:17:35 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BackgroundSlideshow on Sat, 07 Sep 2019 16:26:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> said in <a href="/post/61045">MMM-BackgroundSlideshow</a>:</p>
<blockquote>
<p dir="auto">free -m<br />
Command will show memory usage</p>
</blockquote>
<pre><code>pi@raspberrypi_1:~ $ free -m
              total        used        free      shared  buff/cache   available
Mem:            925         218         404           1         302         657
Swap:          1023         111         912

</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/61046</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/61046</guid><dc:creator><![CDATA[CyruS1337]]></dc:creator><pubDate>Sat, 07 Sep 2019 16:26:58 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BackgroundSlideshow on Sat, 07 Sep 2019 15:05:42 GMT]]></title><description><![CDATA[<p dir="auto">free -m<br />
Command will show memory usage</p>
]]></description><link>https://forum.magicmirror.builders/post/61045</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/61045</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 07 Sep 2019 15:05:42 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BackgroundSlideshow on Sat, 07 Sep 2019 14:42:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> said in <a href="/post/61043">MMM-BackgroundSlideshow</a>:</p>
<blockquote>
<p dir="auto">and rebooted after changing swap file</p>
</blockquote>
<p dir="auto">I have now reboot the mirror …</p>
]]></description><link>https://forum.magicmirror.builders/post/61044</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/61044</guid><dc:creator><![CDATA[CyruS1337]]></dc:creator><pubDate>Sat, 07 Sep 2019 14:42:55 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BackgroundSlideshow on Sat, 07 Sep 2019 14:41:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cyrus1337" aria-label="Profile: CyruS1337">@<bdi>CyruS1337</bdi></a> and rebooted after changing swap file</p>
]]></description><link>https://forum.magicmirror.builders/post/61043</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/61043</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 07 Sep 2019 14:41:25 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BackgroundSlideshow on Sat, 07 Sep 2019 14:39:54 GMT]]></title><description><![CDATA[<p dir="auto">Now I thought it was solved, but after about 1 hour the screen was black again. I had to stop the MagicMirror with <code>pm2 stop 0</code> and then restart it with <code>pm2 start 0</code>.</p>
<p dir="auto">I also changed the size from 100 to 1024.</p>
<p dir="auto">What else can it be?</p>
<pre><code>sudo dphys-swapfile swapoff
sudo nano /etc/dphys-swapfile / (changed size 1024)
sudo dphys-swapfile swapon

</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/61042</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/61042</guid><dc:creator><![CDATA[CyruS1337]]></dc:creator><pubDate>Sat, 07 Sep 2019 14:39:54 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BackgroundSlideshow on Sat, 07 Sep 2019 13:35:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cyrus1337" aria-label="Profile: CyruS1337">@<bdi>CyruS1337</bdi></a> no… it happened to me!</p>
]]></description><link>https://forum.magicmirror.builders/post/61035</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/61035</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 07 Sep 2019 13:35:34 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BackgroundSlideshow on Sat, 07 Sep 2019 13:25:42 GMT]]></title><description><![CDATA[<p dir="auto">Ok, thanks for the explanation :) I can understand that reasonably. You are a genius</p>
]]></description><link>https://forum.magicmirror.builders/post/61033</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/61033</guid><dc:creator><![CDATA[CyruS1337]]></dc:creator><pubDate>Sat, 07 Sep 2019 13:25:42 GMT</pubDate></item></channel></rss>