MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. cheminge
    3. Topics
    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 5
    • Posts 20
    • Groups 0

    Topics

    • C

      Help with MMM-ModuleSchedule - not hiding

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      11
      0 Votes
      11 Posts
      2k Views
      S
      @cheminge also, what is the default behavior if the module(s) are not in the ‘current’ timeframe? or not in any schedule?
    • C

      How can I get my Mirror (Screen) to have some seasonal characters?

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests
      1
      1
      0 Votes
      1 Posts
      425 Views
      C
      So, My girlfriend likes to have drawings of special seasonal characters overlay our manual calendar. I am looking for a fun little overlay of some events that will show on top of or beside my calendar display. I am currently using the MMM-CalendarExt3 where I have Icons for each special event, but it is only a small icon for that event. My questions is how can we get it like the snow flakes on top, and the snowman for winter like in the attached picture? Maybe a Leprechaun for St. Patrick day, hearts for valentines day, Easter bunny, Spring flowers, Turkey for Thanksgiving, Santa Clause or whatever. [image: 1737946259864-handdrawnsample.jpg]
    • C

      MMM-CalendarExt3 - more than 4 calendars?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      5
      0 Votes
      5 Posts
      520 Views
      S
      @cheminge and really the terminology is showing events from all 7 so if you look at the pm2 log of MagicMirror startup you will see the default calendar message for broadcasting the everts which ext3 reads (each calendar’s events are sent separately when ready) Ext3 does not want to flash the screen each time some events come in. so it waits a bit (waitFetch time 5 second default) from first cal msg anything that comes in after that has to wait til the calendar is redrawn (refreshInterval time 30 minutes default) the pm2 logs have a timestamp on the messages so you can tell how long it took to get all the data to Ext3 if you increase waitFetch, nothing is drawn til then if you make refreshInterval too low you update for no reason and consume resources other modules might want to use
    • C

      How do I hide the "CW 1" in the month calendar - MMM-CalendarExt3

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      3
      0 Votes
      3 Posts
      423 Views
      C
      @chrisfr1976 said in How do I hide the "CW 1" in the month calendar - MMM-CalendarExt3: visibility: hidden Ok Great!!! I wasn’t sure if it was added to the config or the custom.css file. I have added the following to the custom.css file and it works great!!! Thank you for the quick response! .CX3 .cw { visibility: hidden; }
    • C

      Can't get mmm-calendarext3 - customEvents to display the changed events, or more than 9 days.

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      21
      0 Votes
      21 Posts
      3k Views
      S
      @cheminge there are three scenarios day event repeats for 5 days, m-f you drag one of those someplace out of sequence, tuesday to saturday. it STILL MUST BE FULL DAY, it STILL has same uid (part of event collection) AND a recurrence id (in case you move it back) 5 day(full) event, not repeating you drag tuesday to saturday same UID (part of the event collection) it can have a different time scale hours vs day, not repeating if you modify it. and drag it back, its a new event in the middle of old range it lost its tuesday identity on drag out 5 single full day events covering m-f, one per day different uid each, anything is game yours is every other week, recurring or a particular day of week which of the events did you move? in each of the 1st two, if you delete the base event, all uid attached events go away too (event family is deleted) second one the outside event is no longer tuesday modified but it is still part of the family (uid)
    • 1 / 1