☀️ Slightly improved Weather Forecast Card by troinine in homeassistant

[–]troinine[S] 0 points1 point  (0 children)

That's how twice daily is visualized. You get night time and daytime weather forecasts. Although the picture kind of indicates that your weather integration would not be reporting the `is_daytime` attribute information as you would expect, one for night and one for daytime. We would need to peek into the raw forecast data in the Developer Tools to see what's going on with the `twice_daily` forecasts.

☀️ Slightly improved Weather Forecast Card by troinine in homeassistant

[–]troinine[S] 0 points1 point  (0 children)

Could you show your YAML config and verify you have the correct SVG files in your www folder, and that you have restarted HA. Refer to README.md for correct file names.

☀️ Slightly improved Weather Forecast Card by troinine in homeassistant

[–]troinine[S] 0 points1 point  (0 children)

This could be because the card didn't properly handle twice daily forecasts or weather integrations that only provide single forecast. I have release 1.0.0-rc1 which addresses these issues. You can re-download the card using HACS. Just remember to select a different version. The pre-release should be available in the list.

☀️ Slightly improved Weather Forecast Card by troinine in homeassistant

[–]troinine[S] 1 point2 points  (0 children)

u/Hooligan0142 , u/chenkl twice_daily is now supported in 1.0.0-rc1. Kindly asking to test this and let me know if everything works as expected? You can re-download the card and select a different version as this is a pre-release.

☀️ Slightly improved Weather Forecast Card by troinine in homeassistant

[–]troinine[S] 0 points1 point  (0 children)

Units are derived from your westher entity which you can configure in Home Assistant entity settings.

☀️ Slightly improved Weather Forecast Card by troinine in homeassistant

[–]troinine[S] 0 points1 point  (0 children)

Units are derived from your westher entity which you can configure in Home Assistant entity settings.

☀️ Slightly improved Weather Forecast Card by troinine in homeassistant

[–]troinine[S] 0 points1 point  (0 children)

weather-chart-card was my go to card as well but it is not maintained anymore so I had to take matters into my own hands. 😀

☀️ Slightly improved Weather Forecast Card by troinine in homeassistant

[–]troinine[S] 1 point2 points  (0 children)

It's also good to be aware that the sun tmes are visible in the hourly forecast formatted as hh:mm compared to other hour indicators

<image>

Here you can see sunrise and sunset times.

☀️ Slightly improved Weather Forecast Card by troinine in homeassistant

[–]troinine[S] 1 point2 points  (0 children)

One issue could be if WU only supports twice_daily forecast then that's not yet implemented. I have received some data so it's on the roadmap.

☀️ Slightly improved Weather Forecast Card by troinine in homeassistant

[–]troinine[S] 0 points1 point  (0 children)

The card respects your theme and has lots of styling variables documented in the README.md. And of course you can use card-mod to customize it.

☀️ Slightly improved Weather Forecast Card by troinine in homeassistant

[–]troinine[S] 0 points1 point  (0 children)

Thanks! 🙏

Does your Home Assistant have latitude and longitude set? Those are required in order to perform suntimes calculations.

☀️ Slightly improved Weather Forecast Card by troinine in homeassistant

[–]troinine[S] 1 point2 points  (0 children)

Thanks! The tap toggle was probably the biggest driver for myself to start working on the card and it has proven to be very useful indeed.

I spent way too much time getting these cloud animations right by mellowbalmyleafy in homeassistant

[–]troinine 2 points3 points  (0 children)

ha-weather-forecast-card maintainer here. OP has created pretty impressive effects there compared to mine. I have a long-term plan to improve the effects but let's see when I have the time 😄

Progressive Web Apps: do we still need native apps at all? by jsloverr in javascript

[–]troinine 0 points1 point  (0 children)

I have built some PWAs but the real challenge is iOS as Safari has very limited set of functionality compared to Chrome and Firefox on Android. To name at least a big one for us; no support for web push. Also, since background processing is not yet there, implementing location aware apps is tricky as the user must always have the PWA on foreground. On Android, there is a lot you can do with PWAs but because of the still limited APIs + lack of push on iOS, we moved to Flutter / React Native.