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

    MMPenguin

    @MMPenguin

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

    MMPenguin Unfollow Follow

    Latest posts made by MMPenguin

    • RE: MMM-CalendarExt2

      Hello,
      I am having difficulties understanding how the deduplicateEventsOn works. I can get the configuration to make duplicated events not show; but how do I combine the entries under calendarName so the events show up “Bob/Jane/Sue/John” ? Or just “Everyone” ??

      This is what I have that removes the duplication. Its at the very top of the module. Does it need to be somewhere else?

      		{module: 'MMM-CalendarExt2',
      			config: {
      					rotateInterval: 45*1000,
      					deduplicateEventsOn:["startDate","endDate","duration","title","location"],
      					calendars: [
      
      posted in Utilities
      M
      MMPenguin