Have the same issue with basically the same config. Using three calendars and set different colors, but no colors show up.
Edit: Nice… one minute later I got some colors showing up. According to https://github.com/atomic7777/atomic_calendar/blob/master/README.md there’s no color option in the list, but more specific options like titleColor. The Markdown in the readme is somehow broken and the table isn’t rendered properyl on Github.
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…