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

    kit444

    @kit444

    0
    Reputation
    1
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    kit444 Unfollow Follow

    Latest posts made by kit444

    • RE: Centering Photos on MMM-ImagesPhotos

      @sdetweil I’m still not having any luck. I tried adding z-index: -1 to the region.middle_center in the custom css. It still placed the photos over some of the modules. I tried adding a z-index: 0 or 1 to another region to see if I could re-layer the regions. No difference. I added z-index: -1 to the middle_center region in the main. css. It centered the photos under all the other regions, but left a black bar in the middle of each. Lastly I tried to add an align-items and align-content to the main css under the fullscreen region. Neither worked.

      posted in Troubleshooting
      K
      kit444
    • RE: Centering Photos on MMM-ImagesPhotos

      @sdetweil I could use that code to position the middle_center region behind the other regions?

      posted in Troubleshooting
      K
      kit444
    • RE: Centering Photos on MMM-ImagesPhotos

      @plainbroke Unfortunately if I use the middle_center position, the photos will block out the other modules on the page. I need to use the fullscreen_below region. I tried to add the Horizontal-align to my css, but it didn’t recognize that parameter.

      posted in Troubleshooting
      K
      kit444
    • RE: Centering Photos on MMM-ImagesPhotos

      @sdetweil I’m trying your version and I’m still having issues with the photos not centering. Here is the code I’m using in the config file.

       {
      			module: "MMM-ImagesPhotos",
      			position: "fullscreen_below",
      			config: {
      				opacity: 1.0,
      				animationSpeed: 500,
      				updateInterval: 5000,
      				backgroundColor: 'grey',
      				//backgroundSize:'contain',  // not used if fill is true
      				fill: true,   // fill around image with blurred copy of image
      				blur: 10, // only used if fill is true
      				//maxWidth: 1920,
      				//maxHeight: 1080,   
      			}
      		},
      
      posted in Troubleshooting
      K
      kit444
    • Centering Photos on MMM-ImagesPhotos

      I’m trying to use this in the fullscreen_below position. The photos will not center on the screen. Is there a way to do this, or to use the “contain” or “cover” options like on MMM-BackgroundSlideshow?

      posted in Troubleshooting
      K
      kit444