MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. MYLE-01
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    M
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 4
    • Groups 0

    MYLE-01

    @MYLE-01

    2
    Reputation
    237
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    MYLE-01 Unfollow Follow

    Best posts made by MYLE-01

    • RE: MMM-ImageSlideshow Showing images from a USB drive

      Starting to remeber all my html stuff

      0_1561064266535_728d9b91-1f98-4167-ae2b-509ea74bb6c7-image.png

      .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

      posted in Tutorials
      M
      MYLE-01
    • Home assistant controling my magic mirror

      must have

      https://github.com/Jopyth/MMM-Remote-Control

      Leaning how to send message to the mirror will update when I know

      0_1561522399607_bb318352-d90c-416e-a81d-07e18a84d8c9-image.png

      how i did it is here

      https://community.home-assistant.io/t/magic-mirror-control-from-ha/123548

      posted in General Discussion
      M
      MYLE-01

    Latest posts made by MYLE-01

    • Home assistant controling my magic mirror

      must have

      https://github.com/Jopyth/MMM-Remote-Control

      Leaning how to send message to the mirror will update when I know

      0_1561522399607_bb318352-d90c-416e-a81d-07e18a84d8c9-image.png

      how i did it is here

      https://community.home-assistant.io/t/magic-mirror-control-from-ha/123548

      posted in General Discussion
      M
      MYLE-01
    • RE: MMM-ImageSlideshow Showing images from a USB drive

      Starting to remeber all my html stuff

      0_1561064266535_728d9b91-1f98-4167-ae2b-509ea74bb6c7-image.png

      .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

      posted in Tutorials
      M
      MYLE-01
    • MMM-ImageSlideshow Showing images from a USB drive

      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

      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

      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

      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

      posted in Tutorials
      M
      MYLE-01
    • RE: MMM-MyWastePickup (Toronto waste collection schedule)

      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:

      posted in Productivity
      M
      MYLE-01