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

    jccjj

    @jccjj

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

    jccjj Unfollow Follow

    Latest posts made by jccjj

    • RE: MM Default Calendar Filter Full-Day Event Question

      @sdetweil - Thanks for the confirmation

      I will research other modules… I also use EXT3, which I believe needs the default cal but I have a crazy calendar :)

      Thank you

      posted in Troubleshooting
      J
      jccjj
    • MM Default Calendar Filter Full-Day Event Question

      Summary

      Using the default MM Calendar I am trying to filter out or hide the all-day events.

      Example:

      In the MMM-CalendarExt3, I can use an If statement.

      eventFilter: (ev) => {
              if (ev.isFullday) return false
              return true
              },
      

      For the default cal:

      I have tried to use excludedEvents but I am not sure what to target

      Desired Results:

      • If the Calendar event is full day it is filtered or hidden
      posted in Troubleshooting
      J
      jccjj