Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Daily forecast day name showing as 7:00 am #150

Closed
wigster opened this issue Mar 29, 2024 · 6 comments · Fixed by #151
Closed

Daily forecast day name showing as 7:00 am #150

wigster opened this issue Mar 29, 2024 · 6 comments · Fixed by #151
Assignees
Labels
bug Something isn't working

Comments

@wigster
Copy link

wigster commented Mar 29, 2024

Describe the bug
This used to be ok, but something change and now my the name of the day in the daily forecast is showing as 7:00, which is the beginning of the day for the weather integration I am using.

Config for the card and forecast output attached below.

Screenshots

image

Desktop (please complete the following information):

  • WEATHER-CHART-CARD VERSION: 2.4.3
  • HOME ASSISTANT VERSION AND INSTALLATION TYPE: 2024.3.3 on HAOS
  • OS: WIndows 11
  • Browser edge 122 and firefox 124

Additional context
Weather.com HACS integration for weather. Card sitting inside a conditional card

** Card config**

type: conditional
conditions:
  - condition: state
    entity: input_select.wu_source
    state: other
card:
  type: custom:stack-in-card
  mode: vertical
  cards:
    - type: custom:mushroom-title-card
      title: Prognoza {{states('sensor.wu_other_location')}}
    - type: custom:weather-chart-card
      entity: weather.wu_other
      show_time: false
      show_date: true
      forecast:
        show_probability: true
        type: daily
        style: style2
        round_temp: false
        use_12hour_format: false
      units:
        pressure: ''
        speed: ''
      show_current_condition: true
      show_temperature: true
      animated_icons: true
      icon_style: style1
      show_main: true
      show_attributes: false
      icons_size: '50'
      current_temp_size: '20'

Weather.com forecast output for the first couple of days

weather.wu_other:
  forecast:
    - cloud_coverage: 48
      condition: cloudy
      precipitation: 0
      precipitation_probability: 2
      temperature: 15
      templow: 7
      datetime: "2024-03-29T06:00:00Z"
      uv_index: 3
      wind_bearing: SSW
      wind_speed: 25
      humidity: 60
    - cloud_coverage: 43
      condition: partlycloudy
      precipitation: 0
      precipitation_probability: 7
      temperature: 20
      templow: 11
      datetime: "2024-03-30T06:00:00Z"
      uv_index: 3
      wind_bearing: SE
      wind_speed: 13
      humidity: 71
@wigster wigster added the bug Something isn't working label Mar 29, 2024
@mlamberts78 mlamberts78 self-assigned this Mar 29, 2024
@vyagi
Copy link

vyagi commented Mar 29, 2024

I have the same... Used to work, and stopped couple of hours ago

@Matrox1983
Copy link

Same here, since the last update this occured.

@CZaMOR
Copy link

CZaMOR commented Mar 29, 2024

same here.

@Toni-Thersthol
Copy link

Same here. :-)

@mbagge
Copy link

mbagge commented Mar 29, 2024

I am also guessing which weekday the 12 o'clock legend belongs to.

@wigster
Copy link
Author

wigster commented Mar 29, 2024

I can confirm the fix works! Amazing! Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants