must have
https://github.com/Jopyth/MMM-Remote-Control
Leaning how to send message to the mirror will update when I know
how i did it is here
https://community.home-assistant.io/t/magic-mirror-control-from-ha/123548
must have
https://github.com/Jopyth/MMM-Remote-Control
Leaning how to send message to the mirror will update when I know
how i did it is here
https://community.home-assistant.io/t/magic-mirror-control-from-ha/123548
Starting to remeber all my html stuff
.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;
}
will add a 3d white frame around the images
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
The Stick name is call FRAME cool I can see the files
in my MMM-ImageSlideshow folder add the folder call USB
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
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
Thanks alsum
BUT took me 3 hours to get it going
and it was me
weeksToDisplay: 4
to
weeksToDisplay: "4"
THANKS GUYS :clinking_beer_mugs: