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

    MortenVS

    @MortenVS

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

    MortenVS Unfollow Follow

    Latest posts made by MortenVS

    • RE: MMM-CalendarExt

      Thanks for your update and for considering the feature.
      Hope to see filtering sometime in the future in this already great module.

      posted in Productivity
      MortenVSM
      MortenVS
    • RE: MMM-CalendarExt

      Hi,
      Thanks a lot for a great module!!!

      Currently doing my finishing touches on my MagicMirror and CalendarExt.
      I’m using 1 daily view (bottom_bar) and 2 column view (top_left), each with a dedicated google calendar.
      Have tried to configure 2 upcoming view, still without any luck.

      I have 2 questions:

      1. How can I set up CalendarExt to use 2 upcoming views or reconfigure one of the other views to function and present as the upcoming view?
        (Preferable without being affected by future updates.)

      2. Is there any method (or planned feature) to limit my calendars from 3 to 1 by filtering, including or excluding events per view?
        Example:

      		 calendars: [
                              {
                              name: "Birthdays",
                              title: "Birthdays",
                              views: ['upcoming'],
      			includeEvent: ["/Birthday/gi']
                              url: "https://calendar.google.com/calendar/ical/....",
                              },
                              {
                              name: "Calendar",
                              views: ['daily'],
      			excludeEvent: ["/Birthday/gi']
                              url: "https://calendar.google.com/calendar/ical/....",
                              },
                              ],
      

      Hope you can help.

      posted in Productivity
      MortenVSM
      MortenVS