-
Notifications
You must be signed in to change notification settings - Fork 77
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
Calendar Entries are not rendered #95
Comments
Please try setting |
I ran into the same issue and set Watching the logs, It still seems to snapshot as soon as the page loads. It doesn't even load in all of the cards, let alone load the calendar data |
@sibbl I have run into the same issue, curiously enough also with the Calendar widget. I have set my Not sure if the delay timeout actually works, but just from looking at the code, it looks okay. I was briefly considering that maybe the version of Pupeteer has become to old to work with current HA, but then again, my screen is shown correctly half of the time... Any further ideas? |
I ran the Docker Compose file on my local machine (M1 MacBook Air). Interestingly, once I set That behaviour makes even less sense if you look at the code. From what I can tell, the only influence the rendering delay has is within the code statement below. How is this supposed to kill off the Calendar events from the view? I am really confused :D
|
@sibbl For testing purposes, I locally upgraded to a Node 18 image and the latest version of Puppeteer. It still shows that weird behaviour described before. (though they have removed the method What I noticed is that the calendar stuff indeed loads relatively late in the stage. And there are gaps of more than 500ms of network inactivity (thus I keep digging some more. |
@sibbl thanks for merging and releasing the fix so quickly. :-) At least for me, this has resolved the issue. |
I've had sucess running the docker container, but any widget that involves calendar entries (calendar.xxxxxx) and/or some icons (like extended wheater forecast) don't get rendered at :5000, I've tried it with the native calendar card, atomic card, and lovelace home feed card, they show perfectly on the dashboard in kyosk mode, but vanish on the screenshot at :5000
The text was updated successfully, but these errors were encountered: