MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. theskyisthelimit
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Best 0
    • Controversial 0
    • Groups 0

    theskyisthelimit

    @theskyisthelimit

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

    theskyisthelimit Unfollow Follow

    Latest posts made by theskyisthelimit

    • Not able to exclude events from default calendar

      Hello,

      I am not able to exclude certain events from the default calendar.

      For example I am trying to hide the event “Allerheiligen”. I use this calendar “https://feiertag.info/ical/schweiz/2020/” with the following configuration:

          {
            module: "calendar",
            header: "Schweiz Feiertage",
            position: "top_left",
            config: {
              maximumEntries: 5, // Total Maximum Entries
              excludedEvents: ['Allerheiligen'],
              timeFormat: "absolute",
              dateFormat: "DD. MMM ",
              dateEndFormat: "LT",
      
              fullDayEventDateFormat: "DD. MMM",
              calendars: [{
                symbol: "calendar-check",
                url: "https://feiertag.info/ical/schweiz/2020/",
              }]
            }
          },
      

      Does anyone have an idea what’s wrong with the configuration or what the problem might be?

      posted in Troubleshooting
      T
      theskyisthelimit