question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

eventTitleColor not working as expected

See original GitHub issue

Prerequisites

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:closed
  • Created 3 years ago
  • Comments:10 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
marksie1988commented, Aug 3, 2020

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.

1reaction
marksie1988commented, Aug 4, 2020

This is now resolved in v2.0.1

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found