mishaaq / sun-card

Lovelace card for sun component - Home Assistant
MIT License
51 stars 10 forks source link

Disable AM/PM + fontsize or convert to 24hrs #8

Closed elRadix closed 5 years ago

elRadix commented 5 years ago

First text size for AM/PM is too big Add possibilty to disable AM/PM text Add possibility to change to 24 hrs display

image

used config

card:
  name: ' '
  type: 'custom:sun-card'
style:
  background-repeat: no-repeat
  background-size: 100% 100%
  border: 'solid 1.5px  # rgba(57,128,228)'
  border-radius: 10px
  '--sc-sunbeam-color': white
  '--sc-event-line-color': white
  '--sc-horizon-color': null
  '--sc-background': >-
    linear-gradient(rgba(1, 1, 254,  0%), rgb(0, 191, 255) 46%, rgb(0, 250, 
    124) 54%, rgba(11, 1,  40,  0%))
type: 'custom:card-modder'