bramkragten / custom-ui

Lovelace custom-ui
177 stars 69 forks source link

Weather-card: missing info #14

Closed bouwew closed 5 years ago

bouwew commented 5 years ago

Hi,

Thank you very much for creating this beautiful weather-card!

But, in my opinion, if you don't mind me saying, it is not "finished". It is missing the name of the city/station and optionally the name of the service-provider in/on the card. Would you consider adding at least the city name?

This is how it look on my system: image

bramkragten commented 5 years ago

Is added in version 1.1.0

bouwew commented 5 years ago

Thanks!

Unfortunately, I see no name: image

This is in my configuration.yaml:

weather:
  - platform: buienradar
    name: 'groningen'
    latitude: 53.13
    longitude: 6.58
    forecast: True

Also, the minutes in the times of sunrise and sunset are displayed double. Update: sorry, I see the last digits are seconds, this might be a coincident for my location today.

bramkragten commented 5 years ago

name is a config variable from Lovelace not from the weather component.

bouwew commented 5 years ago

Ahh yes, now I see what you mean! A case of RTFM, sorry!