platinum-weather-card icon indicating copy to clipboard operation
platinum-weather-card copied to clipboard

Add hourly forecast section

Open Makin-Things opened this issue 2 years ago • 7 comments

It would be great to have an hourly forecast section for the card. I am not sure how to best format it but it should be able to deal with up to 72 hours (3 days) of data (temp, wind, rain etc).

Makin-Things avatar Oct 18 '22 07:10 Makin-Things

If it's going to cover up to 72 hours, it would be nice to allow horizontal (or vertical) scrolling. Although I don't know if it's technically possible.

Something similar to the ios weather app: image

It is also an idea to integrate warning section.

enriquerollon avatar Oct 18 '22 12:10 enriquerollon

+1 for this! I would love it if it followed the standard weather card but just with the icons of this card: image

oneseventhree avatar Nov 09 '22 03:11 oneseventhree

Yes please! Google weather has a daily forecast as well as a scrollable hourly forecast for each day. It would be incredible if this could be implemented! IMG_0A42441DE983-1

The8bitRebel avatar Dec 21 '22 00:12 The8bitRebel

+1 for this! :)

badewanne1234 avatar Mar 14 '23 10:03 badewanne1234

+1 for this! :)

abenedet78 avatar May 27 '23 16:05 abenedet78

another +1

oleg-d avatar Jan 12 '24 18:01 oleg-d

Also these from https://github.com/decompil3d/lovelace-hourly-weather (they can be set via templates, which allows a lot of freedom)

Click to expand
Name Type Requirement Description Default
name string Optional Card name (set to null to hide) Hourly Weather
num_segments number Optional Number of forecast segments to show (integer >= 1) 12
offset number Optional Number of forecast segments to offset from start 0
label_spacing number Optional Space between time/temperature labels (integer >= 1) 2

glibg10b avatar Jun 12 '24 17:06 glibg10b