<?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-SimpleBGSlideshow (yet another background slideshow module)]]></title><description><![CDATA[<p dir="auto">I remade most of <a href="https://github.com/darickc/MMM-BackgroundSlideshow" target="_blank" rel="noopener noreferrer nofollow ugc">Darick Carpenter’s BackgroundSlideshow</a> because the original was crashing my magic mirror with synchronous file system calls. This one has far fewer options, but has no dependencies and should be easier to implement and use.</p>
<h2>Installation</h2>
<p dir="auto">There are no dependencies or node-modules required for this module. To install, run the following commands:</p>
<pre><code>cd ~/MagicMirror/modules/
git clone https://github.com/scottdrichards/MMM-SimpleBGSlideshow
</code></pre>
<h2>Usage</h2>
<p dir="auto">You can add the following to your main configuration file:</p>
<pre><code>{
    module: 'MMM-SimpleBGSlideshow',
    position: 'fullscreen_below',
    config: {
        imagePaths: ['images/'],
        slideshowSpeed: 15000,
        randomizeImageOrder: false,
    }
}
</code></pre>
<h2>Configuration</h2>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>Parameter</th>
<th>Usage</th>
<th>Example</th>
</tr>
</thead>
<tbody>
<tr>
<td><code>imagePaths</code></td>
<td>An array of paths for images to be taken from</td>
<td><code>["images","oldImages"]</code></td>
</tr>
<tr>
<td><code>slideshowSpeed</code></td>
<td>Number of milliseconds to show each image</td>
<td><code>10000</code></td>
</tr>
<tr>
<td><code>sortImagesBy</code></td>
<td>Sort the images by <code>name</code>, <code>random</code>, <code>created</code> (file creation, not image date taken), or <code>modified</code></td>
<td><code>created</code></td>
</tr>
<tr>
<td><code>sortImagesDescending</code></td>
<td>Sort the images in descending order</td>
<td><code>true</code></td>
</tr>
<tr>
<td><code>randomizeImageOrder</code></td>
<td>Randomize the order to show images. Each image will still be shown once per rotation</td>
<td><code>false</code></td>
</tr>
<tr>
<td><code>recursiveSubDirectories</code></td>
<td>Include subdirectories of image paths?</td>
<td><code>false</code></td>
</tr>
<tr>
<td><code>validImageFileExtensions</code></td>
<td>Which image extensions to include. Make sure to only do <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#supported_image_formats" target="_blank" rel="noopener noreferrer nofollow ugc">extensions that the browser can render</a>.</td>
<td><code>"bmp,jpg,jpeg,gif,png"</code></td>
</tr>
<tr>
<td><code>brightenText</code></td>
<td>Brightens the all MagicMirror text for easier viewing</td>
<td><code>true</code></td>
</tr>
<tr>
<td><code>gradient</code></td>
<td>An object that describes the gradient to be applied so that text/modules are easier to read.</td>
<td>see below</td>
</tr>
</tbody>
</table>
<p dir="auto">Here is how to configure the gradient object</p>
<pre><code>{
  direction: "linear", //vertical, horizontal, radial`
  opacity: 0.75, // 1 is black
  stop1: "40%", // linear first stop, radial start gradient
  stop2: "80%" // linear second start, radial end gradient (i.e., 120%)
}
</code></pre>
<p dir="auto">See the project here: <a href="https://github.com/scottdrichards/MMM-SimpleBGSlideshow/" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/scottdrichards/MMM-SimpleBGSlideshow/</a></p>
]]></description><link>https://forum.magicmirror.builders/topic/15225/mmm-simplebgslideshow-yet-another-background-slideshow-module</link><generator>RSS for Node</generator><lastBuildDate>Mon, 15 Jun 2026 14:19:13 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/15225.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 05 Jul 2021 15:41:20 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-SimpleBGSlideshow (yet another background slideshow module) on Mon, 22 Jul 2024 17:09:10 GMT]]></title><description><![CDATA[<p dir="auto">Update: 1024 x 768 works well too on the Pi Zero 2W</p>
]]></description><link>https://forum.magicmirror.builders/post/118939</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/118939</guid><dc:creator><![CDATA[wyovino]]></dc:creator><pubDate>Mon, 22 Jul 2024 17:09:10 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SimpleBGSlideshow (yet another background slideshow module) on Sat, 20 Jul 2024 16:19:42 GMT]]></title><description><![CDATA[<p dir="auto">I’m running this on a Pi Zero 2W. At first it kept freezing because some of my images were way too big. After I resized all of my images to 800 x 600 it’s going great.</p>
]]></description><link>https://forum.magicmirror.builders/post/118916</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/118916</guid><dc:creator><![CDATA[wyovino]]></dc:creator><pubDate>Sat, 20 Jul 2024 16:19:42 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SimpleBGSlideshow (yet another background slideshow module) on Mon, 11 Oct 2021 04:52:34 GMT]]></title><description><![CDATA[<p dir="auto">Hey there, sorry I didn’t get back to you on your question. I’m glad you found a module that works for you! After the frosty reception I received on my initial post I kinda forgot about it all and figured I wouldn’t get much traction on the module to justify making it more user-friendly. If anyone else needs help, you can use github issues.</p>
]]></description><link>https://forum.magicmirror.builders/post/95427</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/95427</guid><dc:creator><![CDATA[MagicInMe]]></dc:creator><pubDate>Mon, 11 Oct 2021 04:52:34 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SimpleBGSlideshow (yet another background slideshow module) on Sun, 26 Sep 2021 16:56:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/robertybob" aria-label="Profile: robertybob">@<bdi>robertybob</bdi></a>  pages hides or shows modules… (A page being shown sends resume calls to each module and suspend calls to all others)</p>
<p dir="auto">usually when  you use pages and want to HIDE something on one and SHOW the same on another, you have to have TWO instances in config.js</p>
<p dir="auto">looking at the code (not my module) it doesn’t support two independent instances,<br />
so you have to do the copy/rename/ approach.</p>
<p dir="auto">copy the module folder to some other name<br />
rename the modulename.js to the new foldername.js</p>
<p dir="auto">edit the newly renamed file and change the register statement to use the new module/folder name</p>
<p dir="auto">all three places MUST match exactly<br />
and u need to rename the css file AND edit the getStyles to the new name.</p>
<p dir="auto">then u can use a new module:  instance in config.js and have one on one page and another on another page.</p>
<p dir="auto">the module supports suspend and resume (hide/show) , so that will be ok i think…</p>
<p dir="auto">again, its not my module… i just happened on it when I started with MM  (2017) and didn’t want my images  aspect ratio changed…</p>
]]></description><link>https://forum.magicmirror.builders/post/94891</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/94891</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 26 Sep 2021 16:56:31 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SimpleBGSlideshow (yet another background slideshow module) on Sun, 26 Sep 2021 16:28:20 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. I can’t get the module working with MMM-Pages.</p>
<p dir="auto">This config doesn’t show any images:</p>
<p dir="auto">{<br />
module: ‘MMM-pages’,<br />
config: {<br />
modules: [</p>
<pre><code>				["clock", "MMM-Tools", "MMM-WiFiPassword",
					"MMM-Fantasy-Premier-League",
					//"MMM-ImagesPhotos",
					"MMM-pihole-stats",
					//	"MMM-TweetsByTimelineOrList", 
					"MMM-CyanideHappiness",
					"uploadPics"
				],
			
			["clock", "MMM-Tools", "MMM-WiFiPassword",
					"MMM-Fantasy-Premier-League",
					"MMM-ImagesPhotos",
					"MMM-pihole-stats",
					//	"MMM-TweetsByTimelineOrList", 
					"MMM-CyanideHappiness",
					"uploadPics"
				],
			],
			//last page ^
			fixed: [],
			rotationTime: 2500,
		}
	},
</code></pre>
<p dir="auto">but this does:</p>
<pre><code>	{
		module: 'MMM-pages',
		config: {
			modules: [
			
				["clock", "MMM-Tools", "MMM-WiFiPassword",
					"MMM-Fantasy-Premier-League",
					"MMM-ImagesPhotos",
					"MMM-pihole-stats",
					//	"MMM-TweetsByTimelineOrList", 
					"MMM-CyanideHappiness",
					"uploadPics"
				],
			
			["clock", "MMM-Tools", "MMM-WiFiPassword",
					"MMM-Fantasy-Premier-League",
					"MMM-ImagesPhotos",
					"MMM-pihole-stats",
					//	"MMM-TweetsByTimelineOrList", 
					"MMM-CyanideHappiness",
					"uploadPics"
				],
			],
			//last page ^
			fixed: [],
			rotationTime: 2500,
		}
	},
</code></pre>
<p dir="auto">and as you can see, all I am doing is commenting out the module on the first page. I want to be able to have one page where the photos aren’t displayed as it’s very hard to read the other modules…but it seems the module doesn’t allow that?</p>
<p dir="auto">How can I help you figure out what is going on so that this can be corrected ?</p>
]]></description><link>https://forum.magicmirror.builders/post/94890</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/94890</guid><dc:creator><![CDATA[robertybob]]></dc:creator><pubDate>Sun, 26 Sep 2021 16:28:20 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SimpleBGSlideshow (yet another background slideshow module) on Sun, 26 Sep 2021 15:09:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/robertybob" aria-label="Profile: robertybob">@<bdi>robertybob</bdi></a> not above,  below (behind all others)</p>
<pre><code>{
	module: "MMM-ImagesPhotos",
	position: "fullscreen_below",
	config: {
		opacity: 0.9,
		animationSpeed: 0,
		updateInterval: 1* 60 * 1000,
		backgroundColor: 'grey',  // not used if fill is true
		fill: true,   // fill around image with blurred copy of image
		blur: 10,   // only used if fill is true
		path: "/pics",  // inside uploads
	}
},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/94886</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/94886</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 26 Sep 2021 15:09:13 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SimpleBGSlideshow (yet another background slideshow module) on Sun, 26 Sep 2021 15:06:35 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> Ah ok, no worries. On your mirror, do you use the position ‘fullscreen_above’ rather than the default of ‘middle_center’ ?</p>
]]></description><link>https://forum.magicmirror.builders/post/94885</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/94885</guid><dc:creator><![CDATA[robertybob]]></dc:creator><pubDate>Sun, 26 Sep 2021 15:06:35 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SimpleBGSlideshow (yet another background slideshow module) on Sun, 26 Sep 2021 15:11:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/robertybob" aria-label="Profile: robertybob">@<bdi>robertybob</bdi></a> sorry, don’t know about sizes… I use it as full screen background</p>
<p dir="auto">if u are looking at my repo, then u would clone from my repo.</p>
<p dir="auto">generally when u fork a repo, its to contribute changes back, so, the original readme content should be unchanged, except for new parms.</p>
]]></description><link>https://forum.magicmirror.builders/post/94883</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/94883</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 26 Sep 2021 15:11:07 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SimpleBGSlideshow (yet another background slideshow module) on Sun, 26 Sep 2021 14:41:25 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’ve just tried out this module and the Readme on your github needs editing to point the installation link (git clone) to your one, rather than the original Github link  :)  Also, could you update the example in the Readme to detail exactly how to correctly size images? e.g.</p>
<p dir="auto">For percentage:</p>
<pre><code>maxWidth:"50%",
</code></pre>
<p dir="auto">or for pixel dimensions:</p>
<pre><code>maxWidth:"50",
</code></pre>
<p dir="auto">For novices like myself, it isn’t very clear :)</p>
<p dir="auto">I can’t for the life of me get the module to respect the sizes that I specify, it’s always too big, goes off the screen and isn’t central (despite me not changing the default position)</p>
<pre><code>{
	module: "MMM-ImagesPhotos",
	position: "middle_center",
	config: {
		opacity: 0.9,
		animationSpeed: 500,
		updateInterval: 11000,
		maxWidth:"50%",
		maxHeight:"70%",
		backgroundColor: 'grey',  // not used if fill is true
		fill: true,   // fill around image with blurred copy of image
		blur: 10,   // only used if fill is true
	}
},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/94882</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/94882</guid><dc:creator><![CDATA[robertybob]]></dc:creator><pubDate>Sun, 26 Sep 2021 14:41:25 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SimpleBGSlideshow (yet another background slideshow module) on Thu, 23 Sep 2021 15:25:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rs" aria-label="Profile: rs">@<bdi>rs</bdi></a> i also have a module that shows a qr code and lets users upload pics from their phone (to the images location)…</p>
<p dir="auto">see<br />
<a href="https://github.com/sdetweil/uploadPics" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/sdetweil/uploadPics</a></p>
]]></description><link>https://forum.magicmirror.builders/post/94805</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/94805</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 23 Sep 2021 15:25:52 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SimpleBGSlideshow (yet another background slideshow module) on Thu, 23 Sep 2021 15:07:54 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>, agree, this is the one i finally use, it updates the shown photos when the folder content changes, good enough for my current needs!</p>
<p dir="auto">Cheers,<br />
RS</p>
]]></description><link>https://forum.magicmirror.builders/post/94804</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/94804</guid><dc:creator><![CDATA[rs]]></dc:creator><pubDate>Thu, 23 Sep 2021 15:07:54 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SimpleBGSlideshow (yet another background slideshow module) on Thu, 23 Sep 2021 14:01:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rs" aria-label="Profile: rs">@<bdi>rs</bdi></a> I use this one,</p>
<p dir="auto"><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">modified from original</p>
<p dir="auto">I don’t like my photos stretched etc…</p>
<p dir="auto">also has color or blur fill around pic</p>
<p dir="auto">uses only ONE source, ‘uploads’ folder in the module folder… I just symlink to another (my mounted server share)  using the ln command</p>
]]></description><link>https://forum.magicmirror.builders/post/94798</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/94798</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 23 Sep 2021 14:01:05 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SimpleBGSlideshow (yet another background slideshow module) on Thu, 23 Sep 2021 13:35:54 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/94786">MMM-SimpleBGSlideshow (yet another background slideshow module)</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rs" aria-label="Profile: rs">@<bdi>rs</bdi></a> hm… the enoent means file not found</p>
<p dir="auto">and it doesn’t use the full path… weird…</p>
<p dir="auto">I don’t use that module myself.</p>
</blockquote>
<p dir="auto">it is what it is then :)<br />
Thx anyways!</p>
]]></description><link>https://forum.magicmirror.builders/post/94796</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/94796</guid><dc:creator><![CDATA[rs]]></dc:creator><pubDate>Thu, 23 Sep 2021 13:35:54 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SimpleBGSlideshow (yet another background slideshow module) on Thu, 23 Sep 2021 11:15:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rs" aria-label="Profile: rs">@<bdi>rs</bdi></a> hm… the enoent means file not found</p>
<p dir="auto">and it doesn’t use the full path… weird…</p>
<p dir="auto">I don’t use that module myself.</p>
]]></description><link>https://forum.magicmirror.builders/post/94786</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/94786</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 23 Sep 2021 11:15:19 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SimpleBGSlideshow (yet another background slideshow module) on Thu, 23 Sep 2021 09:31:51 GMT]]></title><description><![CDATA[<p dir="auto">now that i have it working I have one more question:</p>
<p dir="auto">while the mirror runs,  the content of the images folder changes from time to time; looking at the console output, the module capture the changes in the files, for example, adding and removing files from the images folder:</p>
<pre><code>[23.09.2021 12:20.44.712] [INFO]  BGSS Sending update to 4690_module_0_MMM-SimpleBGSlideshow: + 1 images 
[23.09.2021 12:20.54.765] [INFO]  BGSS Sending update to 4690_module_0_MMM-SimpleBGSlideshow: + 1 images 
[23.09.2021 12:20.56.258] [ERROR] ENOENT: no such file or directory, stat 'modules/MMM-SimpleBGSlideshow/images/black.jpg'
[23.09.2021 12:20.56.761] [INFO]  BGSS Sending update to 4690_module_0_MMM-SimpleBGSlideshow:  - 1 images
[23.09.2021 12:21.05.666] [ERROR] ENOENT: no such file or directory, stat 'modules/MMM-SimpleBGSlideshow/images/MirrorMsg.png'
[23.09.2021 12:21.06.169] [INFO]  BGSS Sending update to 4690_module_0_MMM-SimpleBGSlideshow:  - 1 images
[23.09.2021 12:21.08.725] [INFO]  BGSS Sending update to 4690_module_0_MMM-SimpleBGSlideshow: + 1 images 
[23.09.2021 12:21.34.396] [ERROR] ENOENT: no such file or directory, stat 'modules/MMM-SimpleBGSlideshow/images/MirrorMsg.png'
[23.09.2021 12:21.34.900] [INFO]  BGSS Sending update to 4690_module_0_MMM-SimpleBGSlideshow:  - 1 images
[23.09.2021 12:21.45.058] [INFO]  BGSS Sending update to 4690_module_0_MMM-SimpleBGSlideshow: + 1 images 
[23.09.2021 12:22.09.272] [INFO]  BGSS Sending update to 4690_module_0_MMM-SimpleBGSlideshow: + 1 images 
[23.09.2021 12:22.28.684] [ERROR] ENOENT: no such file or directory, stat 'modules/MMM-SimpleBGSlideshow/images/MirrorMsg.png'
[23.09.2021 12:22.29.191] [INFO]  BGSS Sending update to 4690_module_0_MMM-SimpleBGSlideshow:  - 1 images
[23.09.2021 12:22.31.327] [ERROR] ENOENT: no such file or directory, stat 'modules/MMM-SimpleBGSlideshow/images/MirrorMsg2.png'
[23.09.2021 12:22.31.828] [INFO]  BGSS Sending update to 4690_module_0_MMM-SimpleBGSlideshow:  - 1 images
[23.09.2021 12:22.35.920] [INFO]  BGSS Sending update to 4690_module_0_MMM-SimpleBGSlideshow: + 1 images
</code></pre>
<p dir="auto">However, the image shown on the mirror doesn’t change and stays the same (slideshowSpeed: 5000); is there a way to force the module to refresh itself without stopping the mirror?</p>
<p dir="auto">Thx again!</p>
]]></description><link>https://forum.magicmirror.builders/post/94783</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/94783</guid><dc:creator><![CDATA[rs]]></dc:creator><pubDate>Thu, 23 Sep 2021 09:31:51 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SimpleBGSlideshow (yet another background slideshow module) on Thu, 23 Sep 2021 06:15:48 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>, many thanks for pointing me to the right direction, the working path was:</p>
<pre><code>modules/MMM-SimpleBGSlideshow/images/
</code></pre>
<p dir="auto">Thanks again!<br />
Cheers,<br />
RS</p>
]]></description><link>https://forum.magicmirror.builders/post/94776</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/94776</guid><dc:creator><![CDATA[rs]]></dc:creator><pubDate>Thu, 23 Sep 2021 06:15:48 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SimpleBGSlideshow (yet another background slideshow module) on Wed, 22 Sep 2021 14:15:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rs" aria-label="Profile: rs">@<bdi>rs</bdi></a> said in <a href="/post/94757">MMM-SimpleBGSlideshow (yet another background slideshow module)</a>:</p>
<blockquote>
<p dir="auto">MMM-SimpleBGSlideshow</p>
</blockquote>
<p dir="auto">the code says</p>
<p dir="auto">imagePaths: [], // resolves relative to MM root. So ‘images’ =&gt; ~/MagicMirror/images</p>
<p dir="auto">so, you cannot use the full absolute path</p>
<p dir="auto">the folder MUST be in the MM folder tree…<br />
like this, in your case</p>
<pre><code>modules/MMM-SimpleBGSlideshow/images'
</code></pre>
<p dir="auto">you could use a linked folder to access outside the MM folder tree<br />
(I do this for my server shared images path for the MMM-ImagesPhotos module)</p>
<p dir="auto">see the ln command</p>
]]></description><link>https://forum.magicmirror.builders/post/94758</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/94758</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 22 Sep 2021 14:15:49 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SimpleBGSlideshow (yet another background slideshow module) on Wed, 22 Sep 2021 14:00:30 GMT]]></title><description><![CDATA[<p dir="auto">Hi MagicInMe,</p>
<p dir="auto">Thank you for sharing your work!</p>
<p dir="auto">I’ve installed MMM-SimpleBGSlideshow but for some reason the background stays black, I double-checked the images in the correct folder and i use the full path in the config as well:</p>
<pre><code>{
			module: 'MMM-SimpleBGSlideshow',
			position: 'fullscreen_below',
			config: {
				imagePaths: ['/home/pi/MagicMirror/modules/MMM-SimpleBGSlideshow/images'],
				slideshowSpeed: 15000,
				randomizeImageOrder: false,
			}
		},
</code></pre>
<p dir="auto"><img src="https://dl.dropbox.com/s/93dfrknr6zg2mpg/BG.png" alt="alt text" class=" img-fluid img-markdown" /></p>
<p dir="auto">but… no joy…</p>
<p dir="auto">I clearly missing something basic here :)</p>
<p dir="auto">I appreciate any thought!<br />
Best,<br />
Ram</p>
]]></description><link>https://forum.magicmirror.builders/post/94757</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/94757</guid><dc:creator><![CDATA[rs]]></dc:creator><pubDate>Wed, 22 Sep 2021 14:00:30 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SimpleBGSlideshow (yet another background slideshow module) on Sun, 18 Jul 2021 16:09:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/robertybob" aria-label="Profile: robertybob">@<bdi>robertybob</bdi></a> I currently have it so that it uses the css “cover” attribute which stretches to fill. Is that what you want?</p>
]]></description><link>https://forum.magicmirror.builders/post/92938</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/92938</guid><dc:creator><![CDATA[MagicInMe]]></dc:creator><pubDate>Sun, 18 Jul 2021 16:09:42 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SimpleBGSlideshow (yet another background slideshow module) on Sun, 11 Jul 2021 23:14:12 GMT]]></title><description><![CDATA[<p dir="auto">Does this module stretch images to fit the mirror? The original module had two different options for this, if I recall correctly</p>
]]></description><link>https://forum.magicmirror.builders/post/92738</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/92738</guid><dc:creator><![CDATA[robertybob]]></dc:creator><pubDate>Sun, 11 Jul 2021 23:14:12 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SimpleBGSlideshow (yet another background slideshow module) on Mon, 05 Jul 2021 19:35:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/magicinme" aria-label="Profile: magicinme">@<bdi>magicinme</bdi></a> no comments in json.</p>
<p dir="auto">whatever… I have given everything I know and my advice on helping insure users don’t encounter problems.</p>
<p dir="auto">the high download counts are from build systems recreating the env from scratch…</p>
<p dir="auto">not users</p>
]]></description><link>https://forum.magicmirror.builders/post/92526</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/92526</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 05 Jul 2021 19:35:14 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SimpleBGSlideshow (yet another background slideshow module) on Mon, 05 Jul 2021 19:32:09 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> perhaps this is why <a href="https://www.npmjs.com/package/fs" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.npmjs.com/package/fs</a> gets a million downloads a week even though it does nothing. I believe including core modules in package.json presents an unnecessary security risk (i.e., npm path is controlled by an individual). Unless there’s a way to include a package in package.json as a comment?</p>
]]></description><link>https://forum.magicmirror.builders/post/92525</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/92525</guid><dc:creator><![CDATA[MagicInMe]]></dc:creator><pubDate>Mon, 05 Jul 2021 19:32:09 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SimpleBGSlideshow (yet another background slideshow module) on Mon, 05 Jul 2021 19:18:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/magicinme" aria-label="Profile: magicinme">@<bdi>magicinme</bdi></a> you may not ‘install’ it, as npm will resolve , but you document that you USE it, SO, if things change, you stuff still works…</p>
<p dir="auto">I don’t know where stuff is packaged, and don’t want to know</p>
]]></description><link>https://forum.magicmirror.builders/post/92524</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/92524</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 05 Jul 2021 19:18:28 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SimpleBGSlideshow (yet another background slideshow module) on Mon, 05 Jul 2021 19:16:46 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> what’s the purpose of installing core node features as a module?  Looking at npm path it says "This is an exact copy of the NodeJS ’path’ module published to the NPM registry. "</p>
<p dir="auto">Good point on express, I had thought I was just calling the express object but I do use express.static</p>
]]></description><link>https://forum.magicmirror.builders/post/92523</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/92523</guid><dc:creator><![CDATA[MagicInMe]]></dc:creator><pubDate>Mon, 05 Jul 2021 19:16:46 GMT</pubDate></item></channel></rss>