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

    Posts

    Recent Best Controversial
    • My First Attempt

      This is my first attempt at setting up a MagicMirror. I am using the MMM-Carousel module to loop through four different configurations. I am not doing any fancy. I am trying to learn the basics and will then go from there. Here is my setup…

      Hardware: Raspberry Pi3 built using the CanaKit, displayed on a vertical 24’’ monitor
      Stock Modules: Clock, Calendar, Weather, Compliments
      3rd Party Modules: MMM-NFL, MMM-GooglePhotos, MMM-Carousel
      Customizations: I made updates to the CSS to change the opacity of modules, and to add rounded corners.

      alt text

      alt text

      alt text

      alt text

      posted in Showcase
      J
      JeffreyDaro
    • RE: MMM-Carousel; Two of the Same Module?

      @KristjanESPERANTO,

      Thank you! That was the issue. My eye did not catch that in the documentation. I appreciate your time and your patience.

      JD.

      posted in Troubleshooting
      J
      JeffreyDaro
    • RE: Using Google Photos as background

      I am using MMM-GooglePhotos. You can see some screen shots of my MM with the photos as a background here, https://forum.magicmirror.builders/topic/18217/my-first-attempt?_=1701883849212.

      And here is my config for that module:

              {
                  module: "MMM-GooglePhotos",
                  position: "fullscreen_below",
                  config: {
                      albums: ["Magic Mirror", "Instagram", "Keepers"], 
                      updateInterval: 1000 * 60 * 10,
                      scanInterval: 1000 * 60 * 10,
                      sort: "random",
                      uploadAlbum: null,		
                      condition: {
                          fromDate: null, 	// Or "2018-03", RFC ... format available
                          toDate: null, 		// Or "2019-12-25"
                          minWidth: null, 	// Or 400
                          maxWidth: null, 	// Or 8000
                          minHeight: null, 	// Or 400
                          maxHeight: null, 	// Or 8000
                          minWHRatio: null,
                          maxWHRatio: null
                          //  WHRatio:1			
                      },
                      // showWidth: 200,		
                      // showHeight: 800,
                      timeFormat: "YYYY/MM/DD HH:mm", // Or `relative` can be used.
                  }
              },
      

      And some custom CSS:

      #GPHOTO_INFO { display: none; }
      
      #GPHOTO_CURRENT {
      	background-size: cover;
      	position:absolute;
      	bottom:0;
      
      posted in Requests
      J
      JeffreyDaro
    • 1 / 1