Giter VIP home page Giter VIP logo

Comments (4)

bigboban avatar bigboban commented on August 13, 2024

Same issue. My source is:

entity: weather.openweathermap
name: Počasí
number_of_forecasts: '5'
type: 'custom:weather-card'
hourly_forecast: false
details: true
forecast: true
current: true

Today is monday. I see: MON, TUE, TUE, TUE, TUE and some strange (night?) temperatures. I think it should show highest temperature every day.

As it works it is unusable for showing forecast!

from weather-card.

DdP13 avatar DdP13 commented on August 13, 2024

Same issue. My source is:

entity: weather.openweathermap
name: Počasí
number_of_forecasts: '5'
type: 'custom:weather-card'
hourly_forecast: false
details: true
forecast: true
current: true

Today is monday. I see: MON, TUE, TUE, TUE, TUE and some strange (night?) temperatures. I think it should show highest temperature every day.

As it works it is unusable for showing forecast!

If you look at the attribute page . you will see openweathermap provides data for upcoming weeks . i assume this card picks the first rows for daily weather. I don't know either how to change the card to pick your own attributes

from weather-card.

uli6 avatar uli6 commented on August 13, 2024

Found the problem.

I'm using Dark Sky, thus "mode: daily" is needed on Dark Sky configuration.

weather:
  - platform: darksky
    api_key: !secret darksky_api
    mode: daily

from weather-card.

Milithor avatar Milithor commented on August 13, 2024

I'm having the same problem with OpenWeatherMap.

current: true
entity: weather.openweathermap
forecast: true
hourly_forecast: false
icons: /local/animated/
number_of_forecasts: '5'
type: 'custom:weather-card'
details: true

If I set number_of_forecasts to like '10' it does show it has data for the whole week. So something is wrong with the weather card.

from weather-card.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.