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

While loading the calendar events on the Lovelace, other buttons on the page not working #1591

Open
2 tasks done
Korte68 opened this issue Nov 9, 2024 · 2 comments
Open
2 tasks done
Labels
type/bug Something isn't working

Comments

@Korte68
Copy link

Korte68 commented Nov 9, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

I have two calendar card on the Lovelace control panel. When I activate the page where this calendars exist, it start to load the events for a 5-6 seconds. During this time period other functions (buttons) not working on the page.

Expected behaviour

catch the calendar events in the background, and display it immediately at page loading.

Steps To Reproduce

just change the page to where the card configured

Mode

Event (default)

Card Version

v10.0.0

Home Assistant Version

2024.11.1

Configuration

- name: today events
        entities:
          - entity: calendar.test
        type: custom:atomic-calendar-revive
        card_mod:
          style: |
            .event-title{
            font-size: 20px;
            }
            .single-event-container {
            display: block !important;
            }
            .event-left {
             visibility: hidden !important;
            }
        firstDayOfWeek: 1
        maxDaysToShow: 1
        eventTitleColor: orange
        maxEventCount: 4
        showHiddenText: false
        hoursFormat: HH:mm
        timeColor: null
        showLocation: false
        hideFinishedEvents: true
        showDate: false
        dateSize: 0
        disableCalEventLink: true
        disableCalLocationLink: true
        disableCalLink: true
        showDescription: false
        disableEventLink: true
        showWeekDay: false
        showCurrentEventLine: false
        showProgressBar: true
        disableLocationLink: true
        showNoEventsForToday: true
        dimFinishedEvents: false
        showRelativeTime: false
        dateFormat: LL

Relevant log output

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@Korte68 Korte68 added the type/bug Something isn't working label Nov 9, 2024
Copy link

github-actions bot commented Nov 9, 2024

Hello @Korte68, thank you for your interest in our work!
If this is a bug report, please provide your configuration and any screenshots that would assist troubleshooting, otherwise we can not help you.

@Korte68
Copy link
Author

Korte68 commented Nov 9, 2024

Hello @Korte68, thank you for your interest in our work! If this is a bug report, please provide your configuration and any screenshots that would assist troubleshooting, otherwise we can not help you.

I already included the config. it is not ok? I attach a video to demonstrate the issue. Thank you

video2.mov

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant