MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    Not able to exclude events from default calendar

    Troubleshooting
    2
    2
    136
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      theskyisthelimit last edited by

      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?

      S 1 Reply Last reply Reply Quote 0
      • S
        sdetweil @theskyisthelimit last edited by

        @theskyisthelimit hm…

        I used your excluded list (cut/paste) and ics and they were excluded…
        ( I had a second excluded: in the config.js cal entry and it won the 1st time)

        Sam

        Create a working config
        How to add modules

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        • First post
          Last post
        Enjoying MagicMirror? Please consider a donation!
        MagicMirror created by Michael Teeuw.
        Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
        This forum is using NodeBB as its core | Contributors
        Contact | Privacy Policy