Yevgenium / weather-chart-card

Custom weather card with charts
MIT License
274 stars 80 forks source link

Blank card in Firefox, works in Chrome. #118

Open tomlut opened 1 year ago

tomlut commented 1 year ago

Config:

type: custom:weather-chart-card
entity: weather.hobart
show_main: truefalse
show_attributes: false
title: Daily Forecast
forecast:
  temperature1_color: rgba(228, 94, 101, 1.0)

Screenshot 2022-09-21 at 17-34-22 Overview – Home Assistant

Tried clearing cache to no avail.

AndLindemann commented 1 year ago

Same here, can confirm this doesn't work for me on Firefox currently.

Aham330 commented 1 year ago

Same here, stopped working since yesterday. At least thats when I noticed. Working on safari iOS. Firefox 105.0.1

Firesphere commented 1 year ago

Looks to be related to #117

greendog99 commented 1 year ago

I updated the version of chart.js from 3.5.1 to 3.9.1 in the weather-chart-card and now it renders correctly in Firefox. I've submitted a pull request, but in the meantime you can get my fixed version at https://github.com/greendog99/weather-chart-card/releases

Whippie72 commented 1 year ago

I updated the version of chart.js from 3.5.1 to 3.9.1 in the weather-chart-card and now it renders correctly in Firefox. I've submitted a pull request, but in the meantime you can get my fixed version at https://github.com/greendog99/weather-chart-card/releases

Can you help me how to install it? I downloaded the " weather-chart-card.js" file and i've overwritten the old one. I restarted HA, but nothing changed. Thanks!

greendog99 commented 1 year ago

Can you help me how to install it? I downloaded the " weather-chart-card.js" file and i've overwritten the old one. I restarted HA, but nothing changed. Thanks!

Probably also need to clear browser cache and restart browser.