Im at point to add HASC folder in custom_components.
On Hassio the final location will be /config/custom_components/hacs
On Hassbian the final location will be /home/homeassistant/.homeassistant/custom_components/hacs
I am having the same issue: “timeColor: white” (or any other color) is just not applied.
It seems to be overridden by the theme colors, as indicated by @finity.
I had the same issue. I found the solution (I hope it works for you).
For each of your calendar ‘entities’, if you follow the documentation, and add ‘color’, it will upset all colors. You need to use ‘titleColor’ for the entities.
You also need to say (Which I am sure you do):
showColors: true
Then you will get all the other fields to work. With one exception: locationIconColor
The location icon color is added directly into an inline style, so it actually needs to say:
color:rgb(230, 124, 115)
I hope this helps. I really struggled with the colors. It is just that the documentation is not correct.
Here is my entire code. Please note, I use colors from my theme so that when I switch themes, the colors change. But you can just use ‘#FFFFFF’ or rgb.
I think I need to re-authenticate to Google. But there is no notification in the top right corner…
I don’t know how to properly re-auth.
Unless I need to reinstall the whole card…
This then creates a new tab across the top of my hassio overview ?
How do i actually display the card ? do i need to add some lines into my configuration.yaml ?
So have changed over to using the ui-lovelace.yaml file (moved all my raw lines of code into it and got my cards back as it was before) now can someone please advise what lines of code i need to add into this file and any other to get this card displaying.
The code lines you posted above go under the resources: section in the ui-lovelace.yaml file. Nothing goes in configuration.yaml for Lovelace except for the mode config which you already did.
After you add the code above to ui-lovelace.yaml then restart HA. Then add the card to your Lovelace config per the github repo instructions. Then refresh lovelace.