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.

    Date only module

    Scheduled Pinned Locked Moved Solved Feature Requests
    3 Posts 2 Posters 1.3k Views 1 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.
    • N Offline
      n21brown
      last edited by n21brown

      Anyone able to help create a date only module or tweak the default clock module?

      I’ve got a mirror set up running the standard clock module during certain hours and outside these ours want to show the clock (ideally with a date underneath) but noticed there’s no way to move the date below the clock or have a date only module.

      1 Reply Last reply Reply Quote 0
      • brobergB Offline
        broberg Project Sponsor
        last edited by

        You could play around with css

        maybe something like this :

        
        .clock .date {
        position: relative;
        top: 100px;
        }
        
        

        (add this to the custom.css not the main.css)

        N 1 Reply Last reply Reply Quote 0
        • N Offline
          n21brown @broberg
          last edited by

          I’ve cloned the clock module and tweaked the code to create a custom module.

          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