Hi,
I came across this module and I like the idea.
I have two instances of this module running.
Only difference are the Keywords.
this is my config
{
module: "MMM-BirthdayCalendarCountdown",
position: "top_left", // Choose your preferred position (e.g., top_left, top_right, etc.)
config: {
updateInterval: 1000, // Refresh every second for live countdown updates
countdownStartDays: 7, // Show countdown if the birthday is within 7 days
upcomingWindowDays: 90, // Only display birthdays within the next 30 days
maxDisplay: 5, // Maximum number of birthdays to display
searchKeyword: "Birthday" // Keyword to filter calendar events (case-insensitive)
}
},
{
module: "MMM-BirthdayCalendarCountdown",
position: "top_left", // Choose your preferred position (e.g., top_left, top_right, etc.)
config: {
updateInterval: 1000, // Refresh every second for live countdown updates
countdownStartDays: 7, // Show countdown if the birthday is within 7 days
upcomingWindowDays: 90, // Only display birthdays within the next 30 days
maxDisplay: 5, // Maximum number of birthdays to display
searchKeyword: "Flight" // Keyword to filter calendar events (case-insensitive)
}
},
Unfortunately no Events are shown (there a multiple “Birthday” and “Flight” within the upcoming 90 days).
Considering that I also use MMM-CalendarExt3 which also listens to CALENDAR_EVENTS (and this module works flawlessly), I guess there is some bug/issue.
What info do I need to supply in order to help with solving the issue ?
Thanks