• 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.

Css error in Main.css?

Scheduled Pinned Locked Moved Custom CSS
9 Posts 3 Posters 593 Views 3 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
    BKeyport Module Developer @sdetweil
    last edited by BKeyport Jul 22, 2025, 2:33 AM Jul 22, 2025, 2:32 AM

    @sdetweil doh. I missed that comment.

    Works now. Course, Middle_center don’t. 🤣

    The "E" in "Javascript" stands for "Easy"

    S 1 Reply Last reply Jul 22, 2025, 4:05 AM Reply Quote 0
    • S Do not disturb
      sdetweil @BKeyport
      last edited by Jul 22, 2025, 4:05 AM

      @BKeyport need to move it over w css

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      B 1 Reply Last reply Jul 23, 2025, 5:43 AM Reply Quote 0
      • B Offline
        BKeyport Module Developer @sdetweil
        last edited by Jul 23, 2025, 5:43 AM

        @sdetweil I couldn’t get it right. It would either be offscreen to the far right and not able to pull back, or otherwise messed up. MMM-EmbedURL for what it’s worth. Gave up. Chose the top bar working the way I wanted, and got rid of middle_center screen and simplified.

        The "E" in "Javascript" stands for "Easy"

        C S 2 Replies Last reply Jul 23, 2025, 3:37 PM Reply Quote 0
        • C Offline
          chrisfr1976 @BKeyport
          last edited by Jul 23, 2025, 3:37 PM

          @BKeyport

          You could try this module: MMM-GlobalPositioner. This can push a module wherever you want it to :)

          Regards, Chris.

          1 Reply Last reply Reply Quote 0
          • S Do not disturb
            sdetweil @BKeyport
            last edited by Jul 24, 2025, 1:25 PM

            @BKeyport i went back and looked at my top_center example, a 3x2 grid

            .region.top.center .container {
                    display: grid;
                    grid-template-columns: repeat(3,1fr);
                    grid-template-rows: repeat(2,1fr);
                    gap:10px;
            }
            

            and added modules and get them in rows… as expected

            but top center is not full screen width
            with middle_center, grid and pages, things get nutty… the grid positions are consumed even when the module in the grid is not shown

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • 1 / 1
            1 / 1
            • First post
              9/9
              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