Read the statement by Michael Teeuw here.
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:
-
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.) -
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.
-
-
- You cannot use “2 upcoming views” at the same time. sorry. If you use “profile”, you can select or change to show the view from “multi upcoming views”, but not together.
- I hadn’t imagined that kind of function. I think some kind of filtering function would be needed for your purpose. When I have a time, I might add that.
-
Thanks for your update and for considering the feature.
Hope to see filtering sometime in the future in this already great module. -
@Sean
Hey, is there a way to rename/hide the location of an event for a specific calendar?
Similar to thereplaceTitle
configuration.
Thanks, -
Hey, is there a way to rename/hide the location of an event for a specific calendar?
You can hide location by modifying CSS, but no way to rename. You should do it in your feed.
-
I have a problem that a all day event, also shows up the next day. Have tried both daily and weeks view, and same error.
I use locale da-DK -
@simzdk Seems @nn1mda is having the same problem here. @Sean is busy, but maybe we can convince him to have a look. As @modderhut suggests, best to open an issue on Github.
-
@simzdk
Send me your configuration and ical to test.
My email is in my profile.
And as @ninjabreadman said, I’m so busy to catch up the forum. if you leave your request in Github, I’ll try to support. -
@Sean, Thanks!
Email sent!
-
This may be a silly question, but I am pretty new to using git. I am wanting to install this module on a RPI Zero and cannot figure out how to “git clone” the sub tree repository with the RPI 1 compatibility changes.
Is there a way to tell the git to clone from a sub folder/branch?
Thanks!