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;
}
1 Like
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;
}