<?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-ImageSlideshow not loading images]]></title><description><![CDATA[<p dir="auto">Hi<br />
I have a working MagicMirror instance running as a docker container on my NAS; and it shows via the website in kiosk mode.<br />
I wanted to add MMM-ImageSlideshow. I installed it but I can’t make it work.<br />
I’m still using the example config.js as <a href="https://github.com/AdamMoses-GitHub/MMM-ImageSlideshow" target="_blank" rel="noopener noreferrer nofollow ugc">written on the install page</a> of the module.</p>
<p dir="auto">What I do see, in the developer tools; it loads the module.<br />
In the javascript code there is this at the end</p>
<pre><code>else {
  // if no data loaded yet, empty html
  wrapper.innerHTML = "&amp;nbsp; EMPTY HTML";
  console.log("Where is the error? ",this);
}
</code></pre>
<p dir="auto">I do see the words empty html on the page; so no data is loaded. And it stays at this.<br />
I don’t see any other error messages (well, it tries to load custom.css/ and that fails, but that also happens without imageslideshow).’<br />
In the console log I don’t see much relevant when I print the this object. I see the imagepath (to the folder); but at no point do I actually see the paths to the images. Do those get loaded later?</p>
<p dir="auto">Does anyone know what the issue could be?</p>
]]></description><link>https://forum.magicmirror.builders/topic/15516/mmm-imageslideshow-not-loading-images</link><generator>RSS for Node</generator><lastBuildDate>Mon, 20 Jul 2026 01:24:14 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/15516.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 12 Sep 2021 20:08:05 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-ImageSlideshow not loading images on Thu, 16 Sep 2021 17:05:07 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 have the one from the docs indeed.</p>
<pre><code>{
		module: 'MMM-ImageSlideshow',
		position: 'bottom_center',
		config: {
			imagePaths: ['modules/MMM-ImageSlideshow/exampleImages'],
		}
	},
</code></pre>
<p dir="auto">or I also tried this to have two elements</p>
<pre><code>{
		module: 'MMM-ImageSlideshow',
		position: 'bottom_center',
		config: {
			imagePaths: ['modules/MMM-ImageSlideshow/exampleImages','modules/words/'], 
		}
	},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/94575</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/94575</guid><dc:creator><![CDATA[Brtrnd 0]]></dc:creator><pubDate>Thu, 16 Sep 2021 17:05:07 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-ImageSlideshow not loading images on Sun, 12 Sep 2021 20:19:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/brtrnd-0" aria-label="Profile: brtrnd-0">@<bdi>brtrnd-0</bdi></a> what is your config for  the</p>
<pre><code>imagePaths: ['modules/MMM-ImageSlideshow/example1']
</code></pre>
<p dir="auto">that from the doc</p>
<pre><code>Array value containing strings. Each string should be a path to a directory where image files can be found.
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/94443</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/94443</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 12 Sep 2021 20:19:39 GMT</pubDate></item></channel></rss>