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

    Daveey

    @Daveey

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

    Daveey Unfollow Follow

    Best posts made by Daveey

    • RE: MMM-CalendarWeek

      @peter_mcc Just looking at the documentation, it looks like you’re running up against the allowDuplicate config, which is false by default, so it’s finding your multiple/same events and hiding them. add to the module config a line for

      allowDuplicate: true,
      
      posted in Utilities
      D
      Daveey

    Latest posts made by Daveey

    • RE: MMM-CalendarWeek

      @peter_mcc Just looking at the documentation, it looks like you’re running up against the allowDuplicate config, which is false by default, so it’s finding your multiple/same events and hiding them. add to the module config a line for

      allowDuplicate: true,
      
      posted in Utilities
      D
      Daveey