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

Date only module

Scheduled Pinned Locked Moved Solved Feature Requests
3 Posts 2 Posters 1.2k 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 Jun 26, 2019, 11:15 AM Jun 26, 2019, 11:15 AM

    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
    • B Offline
      broberg Project Sponsor
      last edited by Jun 26, 2019, 8:59 PM

      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 Jun 26, 2019, 9:34 PM Reply Quote 0
      • N Offline
        n21brown @broberg
        last edited by Jun 26, 2019, 9:34 PM

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

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        1 / 1
        • First post
          1/3
          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