Skip to content

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

@bonochromatic

Description

@bonochromatic

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions