tung256
(tung)
October 22, 2020, 7:28pm
1
i installed National Weather Service (NWS) from Integration.
when I add the forecast card, this is what I see:
type: weather-forecast
entity: weather.kphl_daynight
pretty useless. how to change it to days such as today, friday, saturday, sunday?
GlennHA
(Glenn)
October 22, 2020, 9:07pm
2
This is what I have.
type: weather-forecast
entity: weather.kpwt_daynight
show_forecast: true
name: National Weather Service
tung256
(tung)
October 22, 2020, 11:01pm
3
thanks for the code. i just tried and still not getting the day. i only see the hours as seen here:
atomicpapa
(Glenn Morrison)
October 22, 2020, 11:36pm
4
You could try the Weather Card custom card.
- current: true
details: true
entity: weather.ksat_daynight
forecast: true
hourly_forecast: false
number_of_forecasts: '5'
type: 'custom:weather-card'
yeilds
It’s an animated icon in the top left and the card is available on HACS.
1 Like
What version of home assistant are you using? The weather card was only recently updated to show the day name rather than the time in this case.
GlennHA
(Glenn)
October 23, 2020, 1:37am
6
Well, I looked at that card…and…I like it.
1 Like
tung256
(tung)
October 23, 2020, 2:10am
7
i just updated HA n it works great as you showed me.
thanks!
im always scared of updating cause something might break. lol
CaptTom
(Tom)
October 23, 2020, 12:54pm
8
That looks great! I’m not having much luck finding detailed installation instructions. I did find a couple of links, but it appears things have changed over the years and I’m not sure which instructions still apply. Any suggestions?
atomicpapa
(Glenn Morrison)
October 23, 2020, 3:43pm
9
iirc, I added the repository to HACS and installed it that way. I also chose the self-hosted option for the js module.
CaptTom
(Tom)
October 26, 2020, 12:05am
10
Wow, what a struggle! The documentation for the animated custom weather card is pretty hard to follow for a beginner, and parts of it are obsolete. Since I had made notes of all the things I tried anyway, I decided to share what I’d learned. Maybe someone else who’s not an HA guru will want to take the same path someday. Instead of clogging up this thread, I started a new one in the Share Your Projects category:
I came across this thread where a custom animated weather card was discussed:
Nice! I figured I’d give it a try. This turned out to be a half-day long project, and I had to write down my steps, so I figured I’d share them here in case anyone is interested.
I found a long-running thread about this custom card. Great! But there’s a lot which has changed over the time the thread has been active. If we go all the way to post #296, January 2019, there’s a link to the latest (it says) GitHub rep…
1 Like