lidans5
(lior)
December 23, 2021, 7:00pm
81
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"
Snash
December 24, 2021, 8:20pm
82
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â
sebpro
(Seb)
April 5, 2022, 7:53pm
83
the âdisplay: noneâ does not work for some reason. I would like to only display my local time. How do I do that?
littlemaui
(Shawn Haywood)
April 5, 2022, 7:59pm
84
Has clockwork been removed from HACS? Iâm not finding it.
dicko
(Martyn)
April 5, 2022, 8:14pm
85
I stopped using this as it stopped working and only used because I wanted world times.
pepe59
(Pepe59)
April 5, 2022, 8:20pm
86
I use the picture-elements card. It works all the time I have HA well.
sebpro
(Seb)
April 7, 2022, 8:12am
87
Can you show your code for that?
pepe59
(Pepe59)
April 7, 2022, 3:46pm
88
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
epicha
(Epic HA)
March 26, 2023, 8:48pm
89
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:
is it possible to enable the display of seconds in the various watches?
is it possible to introduce a function to customize the colors?
where can I find the valid acronyms of the time zones to insert on the card?
Thanks
Snash
August 19, 2024, 12:43pm
92
Snash:
sensor.date_time_iso
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'