<?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   Showing images from a USB drive]]></title><description><![CDATA[<p dir="auto">wanted to show off Photos that I had a a usb stick</p>
<p dir="auto">So I plug in my USB 16gb Stick with a photos on then<br />
<img src="/assets/uploads/files/1561002705111-44277b0c-2415-4624-bb20-8972412afa92-image.png" alt="0_1561002695555_44277b0c-2415-4624-bb20-8972412afa92-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">The Stick name is call FRAME cool I can see the files</p>
<p dir="auto">in my MMM-ImageSlideshow folder add the folder call USB</p>
<p dir="auto"><img src="/assets/uploads/files/1561002903386-43e110da-651d-4391-850b-9ca3125e793d-image.png" alt="0_1561002891325_43e110da-651d-4391-850b-9ca3125e793d-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">know  terminal window write this</p>
<p dir="auto">ln -s /media/pi /home/pi/MagicMirror/modules/MMM-ImageSlideshow/USB</p>
<p dir="auto">now that create a short cut in the USB folder ( windows man HERE LOL)</p>
<p dir="auto">I drill down into it<br />
<img src="/assets/uploads/files/1561003191419-b760229c-fd11-4c51-9580-127b4bd7cfd0-image.png" alt="0_1561003180010_b760229c-fd11-4c51-9580-127b4bd7cfd0-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">got the full path and</p>
<p dir="auto">and change the config to  match</p>
<pre><code>	{
		module: 'MMM-ImageSlideshow',
		position: 'center',
		
		// ln -s /media/pi /home/pi/MagicMirror/modules/MMM-ImageSlideshow/USB
		
		config: {
			imagePaths: ['modules/MMM-ImageSlideshow/USB/pi/FRAME'],
			fixedImageHeight: 500
		}
	},
</code></pre>
<p dir="auto">hope this help some one<br />
only day 3 into this magic mirror still</p>
<p dir="auto">want rounded concers</p>
<p dir="auto">add this to the custom.css</p>
<pre><code>.MMM-ImageSlideshow .module-content img {
  border-radius: 15px;
}
</code></pre>
<p dir="auto">makes</p>
<p dir="auto"><img src="/assets/uploads/files/1561013352097-c13af872-8a5b-44e1-89a0-374f056fd738-image.png" alt="0_1561013343174_c13af872-8a5b-44e1-89a0-374f056fd738-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/topic/10642/mmm-imageslideshow-showing-images-from-a-usb-drive</link><generator>RSS for Node</generator><lastBuildDate>Tue, 16 Jun 2026 05:22:56 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/10642.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 20 Jun 2019 04:03:47 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-ImageSlideshow   Showing images from a USB drive on Sun, 11 Aug 2019 12:26:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mwmagicmirror" aria-label="Profile: MwMagicMirror">@<bdi>MwMagicMirror</bdi></a> thanks for that great info!</p>
]]></description><link>https://forum.magicmirror.builders/post/60012</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/60012</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 11 Aug 2019 12:26:05 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-ImageSlideshow   Showing images from a USB drive on Sun, 11 Aug 2019 10:42: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><br />
Just an FYI I did get all my photos to display correctly after using:<br />
xnconvert from:<br />
<a href="http://www.xnconvert.com" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.xnconvert.com</a><br />
I selected ALL my photos and in the Actions section I selected Clear Meta data. I cleared everything but from a little research I believe I only needed to clear the EXIF data.<br />
Anyway it worked.</p>
<p dir="auto">MM</p>
]]></description><link>https://forum.magicmirror.builders/post/60008</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/60008</guid><dc:creator><![CDATA[MwMagicMirror]]></dc:creator><pubDate>Sun, 11 Aug 2019 10:42:21 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-ImageSlideshow   Showing images from a USB drive on Sat, 10 Aug 2019 19:04:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mwmagicmirror" aria-label="Profile: MwMagicMirror">@<bdi>MwMagicMirror</bdi></a> Texas is hot this time of year. 104 for next 2 weeks they say.<br />
I am near Austin.</p>
<p dir="auto">I find modules on GitHub.</p>
<p dir="auto">It’s another image display tool</p>
]]></description><link>https://forum.magicmirror.builders/post/60000</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/60000</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 10 Aug 2019 19:04:48 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-ImageSlideshow   Showing images from a USB drive on Sat, 10 Aug 2019 18:59:57 GMT]]></title><description><![CDATA[<p dir="auto">Hey Sam,<br />
Hows the weather down there in TX, We are originally from the Dallas area. Miss TX alot.</p>
<p dir="auto">Yea the picture orientation is a show stoppper for me, I have a hard time convincing my wife that she likes the mirror in the bathroom…lol</p>
<p dir="auto">What is MMM-ImagesPhotos? I dont see it on the Builders site.</p>
]]></description><link>https://forum.magicmirror.builders/post/59998</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/59998</guid><dc:creator><![CDATA[MwMagicMirror]]></dc:creator><pubDate>Sat, 10 Aug 2019 18:59:57 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-ImageSlideshow   Showing images from a USB drive on Sat, 10 Aug 2019 11:27:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mwmagicmirror" aria-label="Profile: MwMagicMirror">@<bdi>MwMagicMirror</bdi></a> sadly the browser doesn’t honor the orientation setting in the images…</p>
<p dir="auto">i had a few like that and had to edit the image to force the correct orientation<br />
there are a couple of libraries that could be used, but they are really pretty big.</p>
<p dir="auto">I use MMM-ImagesPhotos</p>
]]></description><link>https://forum.magicmirror.builders/post/59991</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/59991</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 10 Aug 2019 11:27:33 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-ImageSlideshow   Showing images from a USB drive on Sat, 10 Aug 2019 10:56:44 GMT]]></title><description><![CDATA[<p dir="auto">I do have one question.</p>
<p dir="auto">All of my pictures have the proper orientation when viewed on my windows PC, however when copied over to my MM some of them are not oriented correctly.</p>
<p dir="auto">Anyone know the reason or if there is a fix?<br />
I really like the ImageSlideShow, I feel like it gives me more control over the Google Photo version.<br />
Thanks<br />
MM</p>
]]></description><link>https://forum.magicmirror.builders/post/59988</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/59988</guid><dc:creator><![CDATA[MwMagicMirror]]></dc:creator><pubDate>Sat, 10 Aug 2019 10:56:44 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-ImageSlideshow   Showing images from a USB drive on Sat, 10 Aug 2019 00:50:32 GMT]]></title><description><![CDATA[<p dir="auto">Perfect</p>
<p dir="auto">I’m following now, working as advertised.</p>
<p dir="auto">tyvm</p>
]]></description><link>https://forum.magicmirror.builders/post/59982</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/59982</guid><dc:creator><![CDATA[MwMagicMirror]]></dc:creator><pubDate>Sat, 10 Aug 2019 00:50:32 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-ImageSlideshow   Showing images from a USB drive on Sat, 10 Aug 2019 01:53:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mwmagicmirror" aria-label="Profile: MwMagicMirror">@<bdi>MwMagicMirror</bdi></a> if u leave out the imagePaths config entry it defaults to</p>
<pre><code> imagePaths: [ 'modules/MMM-ImageSlideshow/exampleImages' ],
</code></pre>
<p dir="auto">the web server is already using /home/pi/MagicMirror as its root, so no explicit full path will work.</p>
<p dir="auto">and u are specifying a folder in all cases…</p>
<p dir="auto">the path is case sensitive</p>
]]></description><link>https://forum.magicmirror.builders/post/59981</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/59981</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 10 Aug 2019 01:53:16 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-ImageSlideshow   Showing images from a USB drive on Sat, 10 Aug 2019 00:00:45 GMT]]></title><description><![CDATA[<p dir="auto">Hmm<br />
Failed to load resource: The server responded with a status of 404 Not Found<br />
I tried giving it the full path, that didnt work either.</p>
<pre><code>            {
                  module: 'MMM-ImageSlideshow',
                  position: 'top_center',
                  config: {
                  fixedImageWidth: 600,
                  fixedImageHeight: 600,
                  //imagePaths: ['modules/MMM-ImageSlideshow/example1']
                  imagePaths: ['/home/pi/MagicMirror/modules/MMM-ImageSlideshow/exampleImages']
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/59980</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/59980</guid><dc:creator><![CDATA[MwMagicMirror]]></dc:creator><pubDate>Sat, 10 Aug 2019 00:00:45 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-ImageSlideshow   Showing images from a USB drive on Fri, 09 Aug 2019 23:46:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mwmagicmirror" aria-label="Profile: MwMagicMirror">@<bdi>MwMagicMirror</bdi></a> open the developers window, ctrl-shift-i, select the console tab, and then scroll up to see any errors. Usually red text</p>
<p dir="auto">what is the exact config path for the images?</p>
]]></description><link>https://forum.magicmirror.builders/post/59979</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/59979</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 09 Aug 2019 23:46:04 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-ImageSlideshow   Showing images from a USB drive on Fri, 09 Aug 2019 22:48:49 GMT]]></title><description><![CDATA[<p dir="auto">Hi,<br />
I’ve configured ImageSlideshow accordingly however I do not get any photos to display, I get a box the correct size and a little icon in the upper left of the box.<br />
These are photos I have been using for months in Google Photos, the example photos do not display either.<br />
I have the width and height both set to 600<br />
Any Ideas<br />
Thanks<br />
MM</p>
]]></description><link>https://forum.magicmirror.builders/post/59978</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/59978</guid><dc:creator><![CDATA[MwMagicMirror]]></dc:creator><pubDate>Fri, 09 Aug 2019 22:48:49 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-ImageSlideshow   Showing images from a USB drive on Thu, 20 Jun 2019 20:59:54 GMT]]></title><description><![CDATA[<p dir="auto">Starting to remeber all my html stuff</p>
<p dir="auto"><img src="/assets/uploads/files/1561064277700-728d9b91-1f98-4167-ae2b-509ea74bb6c7-image.png" alt="0_1561064266535_728d9b91-1f98-4167-ae2b-509ea74bb6c7-image.png" class=" img-fluid img-markdown" /></p>
<pre><code>.MMM-ImageSlideshow .module-content img {
  border-radius: 15px; 
  -moz-box-shadow: 2px 2px 2px #ccc;
	-webkit-box-shadow: 2px 2px 2px #ccc;
	-khtml-box-shadow: 2px 2px 2px #ccc;
}
</code></pre>
<p dir="auto">will add a 3d white frame around the images</p>
]]></description><link>https://forum.magicmirror.builders/post/58108</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/58108</guid><dc:creator><![CDATA[MYLE-01]]></dc:creator><pubDate>Thu, 20 Jun 2019 20:59:54 GMT</pubDate></item></channel></rss>