• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

Not able to exclude events from default calendar

Scheduled Pinned Locked Moved Troubleshooting
2 Posts 2 Posters 373 Views 2 Watching
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 Offline
    theskyisthelimit
    last edited by Oct 27, 2020, 4:06 PM

    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 Oct 27, 2020, 7:30 PM Reply Quote 0
    • S Offline
      sdetweil @theskyisthelimit
      last edited by Oct 27, 2020, 7:30 PM

      @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

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • 1 / 1
      1 / 1
      • First post
        2/2
        Last post
      Enjoying MagicMirror? Please consider a donation!
      MagicMirror created by Michael Teeuw.
      Forum managed by Sam, technical setup by Karsten.
      This forum is using NodeBB as its core | Contributors
      Contact | Privacy Policy