• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.

layer definition: here MMM-Globe overlaps left panel

Scheduled Pinned Locked Moved Solved Troubleshooting
25 Posts 7 Posters 17.8k Views 7 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.
  • B Offline
    binderth
    last edited by Jan 11, 2017, 11:00 PM

    I tested my Magic Mirror today with a rotated display and found, that the picture of my globe in MMM-Globe overlaps the left panel side. That is also, if I move the MMM-Globe in the config.sys to the top. The right panel side is nicely in the background and above the globe.
    Is there a way to show change the layer visibility?

    0_1484175611136_2017-01-11-235604_1080x1920_scrot.png

    1 Reply Last reply Reply Quote 0
    • B Offline
      broberg Project Sponsor
      last edited by Jan 12, 2017, 6:55 AM

      Yes, using z-index on the modules you can arrange the layers.

      Like

      .MMM-Globe {
      z-index: 2;
      }
      

      Will put the globe module above everyother module, you can also apply this to regions.

      1 Reply Last reply Reply Quote 2
      • B Offline
        binderth
        last edited by Jan 12, 2017, 7:00 AM

        thanks! Works like a charm now!

        1 Reply Last reply Reply Quote 0
        • N Offline
          Niggich
          last edited by Feb 3, 2017, 6:38 PM

          Hello,
          I’m sorry, but where I have to change the Settings to arrange the layers?

          S 1 Reply Last reply Feb 3, 2017, 6:41 PM Reply Quote 0
          • S Offline
            strawberry 3.141 Project Sponsor Module Developer @Niggich
            last edited by Feb 3, 2017, 6:41 PM

            @Niggich ~/MagicMirror/css/custom.css

            Please create a github issue if you need help, so I can keep track

            1 Reply Last reply Reply Quote 0
            • N Offline
              Niggich
              last edited by Feb 3, 2017, 6:43 PM

              I did, but it’s not working… :-(

              S 1 Reply Last reply Feb 3, 2017, 6:46 PM Reply Quote 0
              • S Offline
                strawberry 3.141 Project Sponsor Module Developer @Niggich
                last edited by Feb 3, 2017, 6:46 PM

                @Niggich how does your custom.css look like

                Please create a github issue if you need help, so I can keep track

                1 Reply Last reply Reply Quote 0
                • N Offline
                  Niggich
                  last edited by Feb 3, 2017, 6:51 PM

                  Like:

                  /*****************************************************
                   * Magic Mirror                                      *
                   * Custom CSS                                        *
                   *                                                   *
                   * By Michael Teeuw http://michaelteeuw.nl           *
                   * MIT Licensed.                                     *
                   *                                                   *
                   * Add any custom CSS below.                         *
                   * Changes to this files will be ignored by GIT. *
                   *****************************************************/
                  
                   body {
                   	
                  }
                  .compliments .xlarge {
                      font-size: 40px;
                      line-height: 40px;
                      letter-spacing: 0px;
                      font-weight: 400;
                  }
                  .calendar {
                  	width: 100%;
                  	font-size: 15px;
                  }	
                  .MMM-FRITZ-Box-Callmonitor {
                  	width: 90%
                  }
                  .currentweather {
                  	width: 100%
                  }
                  .weatherforecast {
                  	width: 100%
                  }
                  .MMM-DWD-WarnWeather {
                  	width: 100%
                  }
                  .MMM-Globe {
                  z-index: 2;
                  }
                  
                  
                  S 1 Reply Last reply Feb 3, 2017, 6:55 PM Reply Quote 0
                  • S Offline
                    strawberry 3.141 Project Sponsor Module Developer @Niggich
                    last edited by Feb 3, 2017, 6:55 PM

                    @Niggich when you set it to two it will be above all, you have to set a lower value than the other have like -1

                    Please create a github issue if you need help, so I can keep track

                    1 Reply Last reply Reply Quote 1
                    • N Offline
                      Niggich
                      last edited by Feb 3, 2017, 7:10 PM

                      no, it is not working… I try -1, also -20 and -50

                      S 1 Reply Last reply Feb 4, 2017, 4:06 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 1 / 3
                      • 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