rejuvenate / lovelace-horizon-card

Sun Card successor: Visualize the position of the Sun over the horizon.
MIT License
482 stars 35 forks source link

V1.0.0 not displaying new options #61

Closed squirtbrnr closed 1 year ago

squirtbrnr commented 1 year ago

I updated the card through HACS. I added the new config options to enable moon support and removed the old option for 24 hour time. The card does not show the moon info and it reverted back to using 12 hour time. I redownloaded it again, I cleared cache and logged back in and even tried another device and it still shows the old card and none of the moon options.

My v0.9.1 config:

      - type: custom:horizon-card
        fields:
          azimuth: true
          elevation: true
        use12hourClock: false

My v1.0.0 config:

      - type: custom:horizon-card
        moon: true
        fields:
          azimuth: true
          elevation: true
          moonrise: true
          moonset: true
          moon_phase: true
        time_format: 24

no matter how many times i refresh or clear cache, my card still looks like this: image

avataar commented 1 year ago

Literally everything in this screenshot is pre-v1.0.0. Please double check you really installed v1.0.0 and as silly as it sounds clear the cache again.

The only other thing I can think of is having installed the card manually at some point and then also through HACS. Then you forget about the manual installation but the manually installed version takes precedence.

squirtbrnr commented 1 year ago

and there's another reason I hate google chrome. worked first try on my Mac and iPhone in the companion app once I reset the frontend cache through the app debugging menu. Google Chrome just doesn't clear cache for me. I've completely removed all website data in google chrome and it still loads a cached version of the frontend. short of deleting my profile, I don't know where else chrome is pulling the old cached data. This issue is now with chrome, my other devices are showing the card correctly now.

avataar commented 1 year ago

What I usually do with Chrome when it's stuck with caching:

Hope that helps.

chrome-devtools