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

    Topics

    • R

      MMM-Carousel and modules that are currently generating an empty div

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      6
      0 Votes
      6 Posts
      424 Views
      S
      @mumblebaj but that is effectively what display:none does
    • R

      Is there a way to have a module's getStyles() called after another module?

      Watching Ignoring Scheduled Pinned Locked Moved Development
      2
      0 Votes
      2 Posts
      263 Views
      S
      @redfishbluefish no. but custom.css wins over all
    • R

      2.30.0 and MMM-CalendarExt3 missing calendars

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      29
      0 Votes
      29 Posts
      6k Views
      S
      @redfishbluefish the pushing events for cal thru to before the last sorting are ONLY used for the UI, not for the broadcast the broadcast does NOT clip AT ALL with this fix, just like before IF you don’t have the UI visible(position commented out or not supplied in default cal) , all of this is noise (wasted logging)
    • R

      MMM-CalendarExt3 (or default calendar module?) repeating event shifts to wrong day

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      4
      1
      0 Votes
      4 Posts
      360 Views
      S
      @redfishbluefish yes byday seems to be one of tye psths tgst causes trouble. i believe all of those are resolved
    • R

      MMM-CalendarExt3 - split/skip multiday events on specific days (weekends)

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      5
      0 Votes
      5 Posts
      437 Views
      R
      @MMRIZE thanks for the details! I spent some time working with this and ended up leaving it as the default behaviour.
    • R

      MMM-CalendarExt3 add non-event content to weekday cell

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      10
      0 Votes
      10 Posts
      642 Views
      R
      @MMRIZE Thanks! Intl.dateTimeFormat worked once I realized what I was trying to compare against was wrong. Probably not actually portable for anyone else but works for me: let isHoliday = holidays.some(holiday => { return holiday === new Intl.DateTimeFormat('en-CA').format(current) }) Overall this isn’t the most efficient code I’ve written. Looping and counting days since a start date for every date cell is expensive. Tim to learn more javascript I guess.
    • 1 / 1