Lovelace: Clock Card

sorry guys, basic question where do I add these lines:

  - type: 'custom:clockwork-card'
    #title: "My Time"
    locale: en-AU
    entity: sensor.date_time_iso
    other_time:
      - "America/New_York"
      - "Australia/Sydney"
      - "America/Los_Angeles"

In Lovelace go to “Edit Dashboard” then click on the button in the bottom right “Add Card” – Scroll to the bottom of the screen and use “manual”

the “display: none” does not work for some reason. I would like to only display my local time. How do I do that?

Has clockwork been removed from HACS? I’m not finding it.

I stopped using this as it stopped working and only used because I wanted world times.

I use the picture-elements card. It works all the time I have HA well.

hodiny

Can you show your code for that?

Here is the code. Place the card background image in the www folder

elements:
  - entity: sensor.time
    style:
      color: orange
      font-size: 5.5vw
      left: 50%
      top: 35%
    type: state-label
  - entity: sensor.den_mesic_rok
    style:
      color: orange
      font-size: 1.5vw
      left: 50%
      top: 87%
    type: state-label
image: /local/karta/cas_datum1.png
style: |
  ha-card {
    border: 1px solid orange;
  }
type: picture-elements
3 Likes

Enjoying this card, would love to be able to have customer names against east additional timezone for international family.

IE:

"Grandparents: <timezone> <time>"
"Uncle: <timezone> <time>"

I’m also interesting in renaming the time zones… can this be done?

Hello!
I would like to ask the following questions:

  1. is it possible to enable the display of seconds in the various watches?
  2. is it possible to introduce a function to customize the colors?
  3. where can I find the valid acronyms of the time zones to insert on the card?

Thanks

Still Working as of Home Assistant Core 2024.8.2. However had to update the configuration and remove ‘beats’

sensor:
  # Sensor for temperature
  - platform: time_date
    display_options:
      - 'time'
      - 'date'
      - 'date_time'
      - 'date_time_utc'
      - 'date_time_iso'
      - 'time_date'
      - 'time_utc'