Basic digital clock and date

hello all,

Looking for the best way to configure a basic digital clock and date right next to it. I want to add it next to a chip on the top of the dashboard. I’m looking to have it have no background or outline.

Thanks again.

di you look in hacs

Hacks does not have anything like this. Looks as if some modification is happening.


cards:
         - type: custom:digital-clock
           card_mod:
             style: |
               ha-card {
               color: black;
               height: 200px;
               font-size: 30px;
               border-style: none;
               background: transparent !important;
               }                   

Hi, did you ever get this looking like in your example, would you be able to share the YAML?