Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.15.0 is available! For more information about this release, check out this topic.

    SOLVED Date only module

    Feature Requests
    2
    3
    562
    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
      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
      • broberg
        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
          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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
          This forum is using NodeBB as its core | Contributors
          Contact | Privacy Policy