wanted to show off Photos that I had a a usb stick
So I plug in my USB 16gb Stick with a photos on then
![0_1561002695555_44277b0c-2415-4624-bb20-8972412afa92-image.png](/assets/uploads/files/1561002705111-44277b0c-2415-4624-bb20-8972412afa92-image.png)
The Stick name is call FRAME cool I can see the files
in my MMM-ImageSlideshow folder add the folder call USB
![0_1561002891325_43e110da-651d-4391-850b-9ca3125e793d-image.png](/assets/uploads/files/1561002903386-43e110da-651d-4391-850b-9ca3125e793d-image.png)
know terminal window write this
ln -s /media/pi /home/pi/MagicMirror/modules/MMM-ImageSlideshow/USB
now that create a short cut in the USB folder ( windows man HERE LOL)
I drill down into it
![0_1561003180010_b760229c-fd11-4c51-9580-127b4bd7cfd0-image.png](/assets/uploads/files/1561003191419-b760229c-fd11-4c51-9580-127b4bd7cfd0-image.png)
got the full path and
and change the config to match
{
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
}
},
hope this help some one
only day 3 into this magic mirror still
want rounded concers
add this to the custom.css
.MMM-ImageSlideshow .module-content img {
border-radius: 15px;
}
makes
![0_1561013343174_c13af872-8a5b-44e1-89a0-374f056fd738-image.png](/assets/uploads/files/1561013352097-c13af872-8a5b-44e1-89a0-374f056fd738-image.png)