MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Make two modules overlap.

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    8 Posts 2 Posters 1.1k Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • J Offline
      jamaces
      last edited by

      I am trying to make a Christmas Countdown.
      Currently I have a .png working with MMM-ImagesPhotos and MMM-doomsDay. Currently the image sits above the doomsday. It looks ok but not 100%.

      Is it possible to overlap doomsDay with ImagesPhotos so that the number will sit in the space beside the tree. I have uploaded the png I am using below.

      Any help is greatly appreciated. Thank you!

      Screen Shot 2021-11-24 at 6.16.47 PM.png

      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @jamaces
        last edited by

        @jamaces what is the config for doomsday?

        module
        position:

        which appears first in config.js

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        J 1 Reply Last reply Reply Quote 0
        • J Offline
          jamaces @sdetweil
          last edited by

          @sdetweil

          bottom_right

          I have the photo sitting above doomsday

          S 1 Reply Last reply Reply Quote 0
          • S Offline
            sdetweil @jamaces
            last edited by

            @jamaces can u show the config for those two modules?

            as they appear in config.js…

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            J 1 Reply Last reply Reply Quote 0
            • J Offline
              jamaces @sdetweil
              last edited by sdetweil

              @sdetweil

              MMM-ImagesPhotos
              config: {
                   opacity: 100,
                   updateInterval: 999,
                   maxWidth:  “75%”,
                   maxHeight: “75%”,
                   }
              
              MMM-doomsDay
              config:{
                   toWhat:” “,
                   doomsDay: “2021-12-25 24:00:00”,
                   Present: “Merry Christmas”,
                   timesUp: “ “,
                   singular: “ “,
                   plural: “ “,
                   }
              

              B25CE87D-9FB8-46DF-B847-A6EE53A914F1.jpeg

              S 1 Reply Last reply Reply Quote 0
              • S Offline
                sdetweil @jamaces
                last edited by

                @jamaces ok, the ‘problem’ is that you didn’t specify the position setting for each module.(right after module: line)

                imagesPhotos cheats and displays in the background

                the other will not be displayed at all without a position

                see
                https://docs.magicmirror.builders/modules/configuration.html#example

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                J 1 Reply Last reply Reply Quote 0
                • J Offline
                  jamaces @sdetweil
                  last edited by

                  This post is deleted!
                  S 1 Reply Last reply Reply Quote 0
                  • S Offline
                    sdetweil @jamaces
                    last edited by

                    @jamaces set position for images to fullscreen_below. that should put it behind everthing

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    1 Reply Last reply Reply Quote 0
                    • 1 / 1
                    • First post
                      Last post
                    Enjoying MagicMirror? Please consider a donation!
                    MagicMirror created by Michael Teeuw.
                    Forum managed by Sam, technical setup by Karsten.
                    This forum is using NodeBB as its core | Contributors
                    Contact | Privacy Policy