Hi,
Goal: to display some weather forecast card with hourly (deluxe: every other hour) forecasts of the next day’s weather, starting at a specific time (e.g. 07:00). So no matter at what time in the evening I look at that card, it always shows the weather starting at 07:00.
use Case: Sonoff panel that will display this card in the evening so we can see what the weather will be during the next day. So we know which clothes to prepare for the kids
I’ve tried many HACS cards, I cannot specify a ‘starting time’. I can imagine, that I could slurp the forecast into some data structure and then instruct a custom card to look at that data. Frankly, I was not able to figure that out.
Did anyone have a similar idea and find a simple solution?
thanks
simon
ps: I hope Frontend is the right category. otherwise feel free to move
I don’t know if I can be of any help, but I needed something similar and stumbled upon your question. And I think you can achieve what you need based on my solution.
What I wanted is to display tomorrow’s temperature and condition on my Sonoff panel. So, I created new template in configuration.yaml:
I think you can achieve what you need if you pass the list to the template, and not just tomorrow’s data like I did (forecast[1]). In any case, sorry if this is noise and I hope to be helpful.