MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. dolszews89
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    D
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Groups 0

    dolszews89

    @dolszews89

    0
    Reputation
    79
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    dolszews89 Unfollow Follow

    Latest posts made by dolszews89

    • RE: MMM-CalendarExt

      I can´t seem to enable the event time (eg. 17:00-19:00 next to the event title), what might be the problem here?

      Well, I assumed in month view and weeks view people might not need exact time, (Mirror is too small to display many things), So I disabled it by default.
      Add this to your css/custom.css

      div.CALEXT div.tableStyle div.eventContainer div.eventTime {
        display:block;
      } 
      

      This is from a while ago but I am running into a problem. I would also like to add time stamps to my month view. I have add the recommended code to the end of my custom.css file but the time stamps still do not appear. Should be code refer to the “month” view somewhere?

      posted in Productivity
      D
      dolszews89