Lovelace Horizon Card - no times displayed

Hi all,

Posting this to help other people that may look here for a solution when using the custom Lovelace Horizon Card (GitHub - rejuvenate/lovelace-horizon-card: Sun Card successor: Visualize the position of the Sun over the horizon.).
I’ve been encountering this situation when the card contains no times for sunrise, sunset, dawn, dusk even though the sun integration works well and the values are good.

This is described and tracked in the following issue:

The simple workaround is to set inside the card a positive (or zero) elevation.

      - type: custom:horizon-card
        title: Sun
        elevation: 0

I hope this saves some time for people looking for this issue. Took me a while until I’ve started looking into all the open issues until I found the one above.