Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Events don't display in dynamic view, but do display in static #6

Open
bonochromatic opened this issue May 28, 2020 · 1 comment
Open

Comments

@bonochromatic
Copy link

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.

@eouia
Copy link
Contributor

eouia commented May 28, 2020

To see next 24 hour from now on you need to set as dynamic, not static

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants