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

Calendar_Monthly - cuts off double digit days

Scheduled Pinned Locked Moved Unsolved Troubleshooting
2 Posts 2 Posters 1.5k 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.
  • V Offline
    valid8r
    last edited by Apr 28, 2019, 11:26 PM

    A couple of years ago I encountered this and then I went silent and rebuilt my MM. I added this module again as it is a great way of seeing a complete monthly calendar. The problem I have is that for double digit dates (starting with “10”), the second digit (“0”) in the case of “10” is truncated so that I only see a “C” instead of a “0”. All of the double digits are truncated. I’m assuming this is a font issue (but I’m using the default fonts). Does anyone else see this same issue?

    1 Reply Last reply Reply Quote 0
    • B Offline
      BKeyport Module Developer
      last edited by Oct 14, 2019, 11:22 PM

      If you still have this issue, or for anyone else having this issue - here’s how I fixed it, in the module’s own custom CSS:

      .square-box {
      	position: relative;
      	width: 80%;
      	overflow: hidden;
      	margin: 0px auto;
      }
      

      The "E" in "Javascript" stands for "Easy"

      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