MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    UNSOLVED Make two modules overlap.

    Troubleshooting
    2
    8
    285
    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
      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
        sdetweil @jamaces last edited by

        @jamaces what is the config for doomsday?

        module
        position:

        which appears first in config.js

        Sam

        Create a working config
        How to add modules

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

          @sdetweil

          bottom_right

          I have the photo sitting above doomsday

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

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

            as they appear in config.js…

            Sam

            Create a working config
            How to add modules

            J 1 Reply Last reply Reply Quote 0
            • J
              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
                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

                Create a working config
                How to add modules

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

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

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

                    Sam

                    Create a working config
                    How to add modules

                    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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                    This forum is using NodeBB as its core | Contributors
                    Contact | Privacy Policy