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

Optimize position in "bottom right"

Scheduled Pinned Locked Moved Unsolved Troubleshooting
2 Posts 2 Posters 900 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 Mar 8, 2019, 3:47 PM

    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

    M 1 Reply Last reply Mar 9, 2019, 12:40 AM Reply Quote 0
    • M Offline
      Mykle1 Project Sponsor Module Developer @chris1971
      last edited by Mar 9, 2019, 12:40 AM

      @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
      1 / 1
      • First post
        2/2
        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