You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here's a strange one...I've got a perfect 24 hour timeline running in static, but if I switch it to dynamic, the events don't appear anymore.
Here's my config:
{
module:"MMM-CalendarExtTimeline",
position:"bottom_bar",
config: {
type: "dynamic", // "static", "dynamic"
refresh_interval_sec: 60, // minimum 60,
table_title_format: "ddd, MMM Do",
begin_hour: 0, //ignored when you set type to 'dynamic'
end_hour: 24, //how many hours to show.
time_display_section_count: 24,
time_display_section_format: "HH:mm",
calendars: ["Calendar1","Calendar2"], //in your `MMM-CalendarExt` configuration
source: "CALEXT2", // or "CALEXT"
}
}
My goal is to create a "rolling" 24 hour timeline so I can always see what the next 24 hours have in store for me. Am I doing it right? Awesome work, btw.
The text was updated successfully, but these errors were encountered:
Here's a strange one...I've got a perfect 24 hour timeline running in static, but if I switch it to dynamic, the events don't appear anymore.
Here's my config:
My goal is to create a "rolling" 24 hour timeline so I can always see what the next 24 hours have in store for me. Am I doing it right? Awesome work, btw.
The text was updated successfully, but these errors were encountered: