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

    Cybex999

    @Cybex999

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

    Cybex999 Unfollow Follow

    Latest posts made by Cybex999

    • MMM-CalendarExt3 - Timed events color change

      Hi all,

      I’m running into an issue with MMM-CalendarExt3 when trying to set event colours based on the calendar name ( I have 4 different calendars displayed in CalendarExt3)

      What I’m trying to do:

      • Assign different colours to events depending on which calendar they come from

      The problem:

      • The colour styling works correctly for all-day events, and will change the background bubble for the all day events.
      • However, for non all-day (timed) events, the colour does not get applied at all - it doesn’t have a bubble, nor does the front or anything change.

      What I’ve checked so far:

      • The calendar name is definitely correct and matches what I’m targeting
      • Styling appears to apply fine in general, just not for timed events ( as above)
      • I have tested ev.transformers with modifying the title and it has worked on time events and all days events without issue
      • It feels like timed events might be using a different class or structure

      What I’m trying to understand:

      1. Do timed events use a different class name or structure compared to all-day events?
      2. Is there a different selector required to target timed events specifically?
      3. Is this expected behaviour, or am I missing something in the config/CSS?

      If anyone has successfully styled timed events based on calendar name, I’d really appreciate an example or pointer.

      Thanks 👍

      posted in Troubleshooting
      C
      Cybex999
    • MMM-CalendarExt3 - Displaying bubble in bottom right corner

      Hi

      I have confiigured my mmm-calendarExt3 module and it ids working nicely and looks fine except for one small issue but I cannot seem to resolve it or change it.

      When there are more than 3 events in a day (4+) it will only display 3 of the events then shows the number of extra events in a white circle on bottom right of that day.

      I have tried config change to maxEventLines but it did not work so i’m stumped!

      Any help is greatly appreciated!

      Screenshot 2026-03-25 143100.png

      posted in Troubleshooting
      C
      Cybex999
    • MMM-Paprika

      Evening

      I have MMM-PaprikMenu installed and working on MagicMirror however, I am looking at trying to display it slightly different.

      It currently displays in a vertical manner, but i’d like it to be horizontal, essentially i’d have 3 instances - 1 would show breakfast only, another lunch, another dinner.

      Part of the issue I suspect is that the mealSortOrder is expecting each value for Breakfast(0), Lunch(1), Dinner (2) and Snack(3) at least once - so you cannot just list 0 and only display breakfast

      Is there a way this can be achieved?
      If not in MMM-PaprikaMenu, perhaps another module?

      posted in Troubleshooting
      C
      Cybex999