eventTitleColor not working as expected
See original GitHub issuePrerequisites
- Put an X between the brackets on this line if you have done all of the following:
- Checked the Quick Start documentation page and confirmed configuration is correct: https://marksie1988.github.io/atomic-calendar-revive/quickstart.html X
- Checked the FAQs on documentation page for common solutions: https://marksie1988.github.io/atomic-calendar-revive/faq.html X
- Checked that your issue isn’t already filed: https://github.com/marksie1988/atomic-calendar-revive/issues?q=is%3Aissue X
Describe the bug
eventTitleColor
not working even though I have defined it in the configuration
Steps to Reproduce
Expected behavior
eventTitleColor
to be set to the color defined in the configuration
Actual behavior:
eventTitleColor
not being set
Screenshots
Card Configuration
- type: "custom:atomic-calendar-revive"
name: "Home Calendar"
entities:
- entity: calendar.home_calendar
icon: mdi:home
color: 'GOLDENROD'
- entity: calendar.aus_vic_public_holidays
icon: mdi:calendar-star
color: 'DEEPPINK'
enableModeChange: true
defaultMode: Event
fullDayEventText: 'All day'
untilText: 'Until'
showColors: true
maxDaysToShow: 7
showLocation: true
showMonth: false
showCurrentEventLine: false
dateColor: '#F8C471'
dateSize: 110
timeColor: WHEAT
timeSize: 90
eventTitleColor: gold
nameColor: '#D4AC0D'
eventTitleSize: 105
locationIconColor: WHEAT
locationLinkColor: LIGHTSALMON
# locationTextSize: 90
dimFinishedEvents: true
finishedEventOpacity: 0.6
finishedEventFilter: 'grayscale(100%)'
# dayWrapperLineColor: black
eventBarColor: TOMATO
showProgressBar: true
progressBarColor: TOMATO
Versions
- HomeAssistant Version: 0.113.2
- Plugin Version: 2.0.0
Additional Information
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (1 by maintainers)
Top Results From Across the Web
eventTitleColor not working as expected · Issue #248 - GitHub
I can confirm that changing event title color using lovelace-card-mod works. I second the idea of moving from setting colors in this card...
Read more >Event Title Color - WordPress.org
Could not find out how and where to change the color for the event title. I tried changing single event title color but...
Read more >Fullcalendar Event Color not displayed correctly
I pass the resource color to the fullcalendar.
Read more >Sharing calendar with event color codes but not showing the
We got your concern about sharing an Outlook calendar with only the event color codes showing and not the title or name if...
Read more >background-color - CSS: Cascading Style Sheets | MDN
The background-color CSS property sets the background color of an element.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ok thanks for the feedback ill take a look at it as soon as I can.
Currently my test HA platform is broken so I’m building a new one which I can then take a look.
This is now resolved in v2.0.1