A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Calendar_Monthly - cuts off double digit days
-
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?
-
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; }