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.

    Moving a fixed module

    Scheduled Pinned Locked Moved Troubleshooting
    10 Posts 4 Posters 3.7k Views 4 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.
    • Q Offline
      qqqqqqqq @johnnyboy
      last edited by

      @johnnyboy

      Yes. If two or modules have the same position ( Eg. ‘top_left’), they will be displayed in the order of their entry in the config file.

      johnnyboyJ 1 Reply Last reply Reply Quote 2
      • johnnyboyJ Offline
        johnnyboy @qqqqqqqq
        last edited by johnnyboy

        This post is deleted!
        Q 1 Reply Last reply Reply Quote 0
        • Q Offline
          qqqqqqqq @johnnyboy
          last edited by

          @johnnyboy said in Moving a fixed module:

          … move the Weather Module down a touch?

          Sorry, I don’t understand. Can you upload a screenshot, that would be helpful?

          johnnyboyJ 1 Reply Last reply Reply Quote 1
          • johnnyboyJ Offline
            johnnyboy @qqqqqqqq
            last edited by johnnyboy

            This post is deleted!
            1 Reply Last reply Reply Quote 0
            • cowboysdudeC Offline
              cowboysdude Module Developer
              last edited by

              Going to need the custom.css for this… I would imagine that using

              .Module_name {
              margin-top: xx;
              }
              

              or

              .Module_name {
              padding-top: xx;
              }
              

              would work…

              johnnyboyJ 1 Reply Last reply Reply Quote 2
              • johnnyboyJ Offline
                johnnyboy @cowboysdude
                last edited by johnnyboy

                This post is deleted!
                johnnyboyJ 1 Reply Last reply Reply Quote 1
                • johnnyboyJ Offline
                  johnnyboy @johnnyboy
                  last edited by johnnyboy

                  This post is deleted!
                  cowboysdudeC strawberry 3.141S 2 Replies Last reply Reply Quote 0
                  • cowboysdudeC Offline
                    cowboysdude Module Developer @johnnyboy
                    last edited by

                    @johnnyboy said in Moving a fixed module:

                    .Module_clock

                    I would try .Module_clock like this:

                    .Module_clock {
                    margin-top: 20px;
                    }
                    

                    Move the number to whatever works for you ;)

                    1 Reply Last reply Reply Quote 1
                    • strawberry 3.141S Offline
                      strawberry 3.141 Project Sponsor Module Developer @johnnyboy
                      last edited by

                      @johnnyboy in your case it is .clock { margin-top: 20px;}

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

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