It might also be a bug from the previous code that got carried over into your code. Right now the first multi-day event is gone but the second one which ended yesterday is still there. So I think it’s the same problem that was there before in which events from the previous day were still showing.
The issue was first reported by arsaboo somewhere around post #55. and rdehyuss said it was fixed in the “new version” somewhere around post #76. And I can confirm that the latest version of his code that I was using right before switching to yours was working correctly. But it doesn’t say what was changed to fix it.
I cannot seem to change the color of the Time of each event. Its currently in black which is extremely hard to see using the Midnight theme that I use.
My HA header is currently black. This is accomplished within themes.yaml using primary-color: ‘#000000’. I have confirmed that the color of the Time of each event on this Lovelace Google Calendar card changes to whatever color I change the theme’s primary-color to. I want my header to remain black but I want the time on each event of the calendar to show in a different color.
Any ideas on how to accomplish this? I have tried using card-modder on the calendar card by setting primary-color: ‘#5294E2’; however that and nothing else I try seems to alter that black text. Any ideas from the experts?
Just to answer my own question, line 104 of calendar-card.js sets the color of the time to primary-color. I manually edited it for the color I wanted. I don’t see a way to make a feature request on @atomic77 's github page so I’ll request an option to modify the time color here.
Hi all, it’s a long time I was here as the author of this Lovelace card. Personally, I don’t have any use anymore for the card - I developed it to learn some stuff about frontend programming in HASS but don’t use it myself actually.
I see that there is a need to develop this card further but I don’t have the time to do so myself. If anybody wants to become a maintainer of this card, by all means. I’ll give you write access to the repository. If somebody wants to do so, do not hesitate to pm me.
@atomic77 Can you or anyone tell me how to get rid of that one big white dot. Its only showing on my deliveries calendar. I added showDot: false but that doesn’t help.
The reason the link is no longer valid as they are pushing the new naming structure for custom components starting with HA 0.88. Instead of google.py in the calendar folder, it is calendar.py in the google folder. Here is a link to calendar.py in which you’ll need to modify the maxResults:
Hi, I’ve added my Google Calendar to hass but I cannot get the card to display at all. I created a www folder inside the config folder and posted the calendar-card file there.
you need to move the card portion of the configuration that you have above (starting with “- type:…”) and relocate that to a view in the main portion of your lovelace config.
Sorry for the late reply on this… I tried that too but the calendar card still is not found. I do have a custom weather card working (only on Chrome though) so it’s not a problem with the custom component.
Looking for a little assistance. I’m using the fork from here. It’s working fine on my Window PC browser, however on my iPad the calendar is only taking up half the card.
Today i installed this fork by @atomic77, and i really love it
I wish this would be officially implemented into HA since it is extremely useful, and i had some “issues” with the installation to begin with, fully my fault since i am a beginner But having it baked into HA i magine that using this lovely Loelace card would sure be easier?!
I’m using mxMononight. I managed to fix it but now I can’t remember what I did, haha. Sorry, wish I could be of more assistance. My time text is now white so it shows up without issue with my dark theme.