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

    hockey2112

    @hockey2112

    0
    Reputation
    86
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    hockey2112 Unfollow Follow

    Latest posts made by hockey2112

    • RE: MMM-CalendarWeek

      I was able to solve this with some hacky absolute positioning.

      Having another issue now, though. Today is Tuesday, and my repeating events from Wednesday (tomorrow) are showing for today. But I can see that next Wednesday’s repeating events are showing on Wednesday (and not on Tuesdaay, the wrong day, like this week’s Wed events are).

      I have rebooted several times and I updates MM core. No change. Any ideas on why this is happening and how I can fix it?

      posted in Utilities
      H
      hockey2112
    • RE: MMM-CalendarWeek

      Hello, love this module! Works great, and I have been able to customize it pretty easily with css.

      One change I would like to make… How can I make the events into two td’s instead of three? I’d like a td on the left for the symbol, and then a td on the right with the event name on top and the time underneath the event name.

      So the “time” td would instead be a div within the “title” td. It would look like this:

      [SYMBOL] My Event Title
                         8:00 AM

      posted in Utilities
      H
      hockey2112
    • RE: Calendar Color

      @LeFreak76 , I found a solution that worked for me: https://github.com/MichMich/MagicMirror/tree/develop/modules/default/calendar#calendar-configuration

      Basically, you need to add colored and coloredSymbolOnly settings/values. Then you can add the color setting with the hex code for each calendar.

      posted in Troubleshooting
      H
      hockey2112