Hi,
I’m using the clock weather card and i think it looks awesome! But since i upgraded my walltablet to a Samsung galaxy tab A9+ the clock weather card just looks to small.
Is there any way to change the size of the card? Or can i change just the size of the clock?
This card was hanging with me to set it up.
Not sure if you already found a solution but in a dashboard using sections…
One method is to shrink the icon and weather data. The bars can be reduced as well.
type: custom:clock-weather-card
entity: weather.forecast_home
card_mod:
style: |
clock-weather-card-today-right-wrap-center {
font-size: 20px !important;
margin: -10px !important;
}
clock-weather-card-today-right-wrap-top {
font-size: 15px !important;
}
clock-weather-card-today-left img {
height:70px !important;
}
2 Likes
Is there any way to increase the size of the clock?
card_mod:
style: |
clock-weather-card-today-right-wrap-center {
font-size:30px !important;
margin: -10px !important;
}
clock-weather-card-today-right-wrap-bottom {
margin-left: 20px;
}
clock-weather-card-today-right-wrap-top {
font-size: 15px !important;
}
clock-weather-card-today-left img {
height:70px !important;
}
ryangus
(Ryangus)
June 28, 2025, 10:36am
8
I’m a newbie - how do I use this with the card?
Install HACs then add the following plugins:
clock-weather-card
card_mod
ryangus
(Ryangus)
June 28, 2025, 11:28am
10
Thanks - I’ve done that, just couldn’t get the code you posted to work
Share your current card code please.
Just responded in another thread less than two weeks ago here
This actually one field with a <br>
Test this
type: custom:clock-weather-card
entity: weather.forecast_home
show_humidity: true
card_mod:
style: |
clock-weather-card-today-right-wrap-top {
word-spacing: 7px;
}
clock-weather-card-today-right-wrap-top br {
display: none;
}
[image]
I posted quite a few working examples…