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.

    Placing a module in a specific spot?

    Scheduled Pinned Locked Moved General Discussion
    2 Posts 2 Posters 330 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.
    • D Offline
      daykray
      last edited by

      Hello!
      I’m looking to place this MMM-Todoist module directly next to another one on my MagicMirror (where the red box is in the image). I’ve tried setting the placement to be top _left under the existing Todist module in the config file as well as middle_center and neither seemed to get it where I want it to be. What would be the best approach to get this module where I’d like it to be?

      Any help is appreciated.
      Thanks. Screenshot from 2024-12-30 20-36-28.png

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

        @daykray you will have to use css

        position:absolute
        

        and

        x
        y
        

        or

        top
        left
        

        see the second link in my signature below on how to use the developer window elements tab to find out what those values are for css/custom.css

        or position relative to some other anchor (maybe the position the module is configured in)

        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