MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. JordanS
    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

    JordanS

    @JordanS

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

    JordanS Unfollow Follow

    Latest posts made by JordanS

    • RE: Calendar: Hide Duplicate Items

      @sdetweil Thanks for the reply, Sam. So it would be possible to filter the list by checking if an entry with an identical name already exists, maybe? For instance, I have a weekly recurring reminder of when to put my waste/recycling out…

      if (!RecylcingCollection )
      {
      add to list
      } else
      {
      skip
      }

      Maybe easier if I got a seperate module all together that could just give me a reminder every week on a certain day…

      posted in Requests
      J
      JordanS
    • Calendar: Hide Duplicate Items

      Hi all, I’m new here and I’ll preface this by saying I have no prior knowledge or expereince with programming or MagicMirror specifically. I bought a Raspberry Pi specifically to use with Magic Mirror and I want to learn.

      My question is: Is it possible to hide duplicates of the same item on the Calendar module, such that it only displays the most recent?

      I have some weekly recurring events in my calendar and it fills up my list of upcoming events in the Calendar module very quickly. I don’t want to ignore them all together, I would still like to see the most recent instance of a recurring event, but then ignore any after that.

      Is this possible by modifying the Calendar module, and how complicated would it be? Thank you!

      posted in Requests calendar ignore events module
      J
      JordanS