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.

    Optimize position in "bottom right"

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    2 Posts 2 Posters 845 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.
    • C Offline
      chris1971
      last edited by

      Hi,
      I try to optimize the positioning of my text ckock. My plan is to shift it a few mm down to get more space for the weather. Do you have any ideas how to shift the module?

      {
      module: ‘MMM-TextClock’,

       position: 'bottom_right',
      
      	config: {
      
      		layout: "Field", 
      
      		its24: "HOLY SHIT IS IT", 
      
      		to24: "BLOODY", 
      
      		after24: "ALREADY?", 
      
      		marked: "color: white; font-weight: 500;", 
      
      	}
      

      0_1552060061017_Screenshot3.jpg

      Mykle1M 1 Reply Last reply Reply Quote 0
      • Mykle1M Offline
        Mykle1 Project Sponsor Module Developer @chris1971
        last edited by

        @chris1971

        Please try in your custom.css file and adjust accordingly

        .MMM-TextClock {
          margin-bottom: -50px;
        }

        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 Sam, technical setup by Karsten.
        This forum is using NodeBB as its core | Contributors
        Contact | Privacy Policy