Weather underground customize

hello, im tried put the value of the component precip_1d inside of anything component of weather_1d
just now i can ability the components but for separate, i want put the precip forecast in the same icon of the weather for example
weather_1d_metric, weather_1n_metric, weather_2d_metric, weather_2n_metric, weather_nd"

in all of this components i want to see the precip in the same icon or table that show me the information,
actually only i can sew the weather in general. if myself ability the component precip_1d, precip_1n, precip_2d, precip_2n i had a lot of icons i dont want it, i look have a minimal front end with much information

my code:

  • platform: wunderground
    api_key: af04f506bfb7a13b
    monitored_conditions:
    • weather_1d_metric
    • precip_1d
    • weather_1n_metric
    • weather_2d_metric
    • precip_2d
    • weather_2n_metric
    • weather_3d_metric
    • precip_3d
    • weather_3n_metric
    • weather_4d_metric
    • precip_4d
    • weather_4n_metric

i need help plssss

now that you’ve set up which conditions to monitor, you need to add them into a group so they display on a single card:

group:
  Weather:
    - sensor.weather_1d_metric
    - sensor.precip_1d
    [...]

Oh yes,i do it but in other words i find put only the information of the precip_1d inside of the entities weather you got me?

Let me offer an alternative to summarizing the weather forecast yourself, I have a card with just current condition (temp/high/low/report) and a forecast graph via a generic camera. I know it’s not wunderground but you get the idea.

camera:  
  - platform: generic
    name: Weather
    still_image_url: https://www.yr.no/place/United_States/New_York/New_York/meteogram.svg
    content_type: 'image/svg+xml'
3 Likes

Thank you, your card is so cute but can you explain me more about that, i really interisting, i dont understand how you take the forescat through camera.

Thanks @JTPublic that’s a great card to add.

@JorgeDaniel simply add the code that JTPublic provided in your config, you only need to amend the URL to return weather for your location instead of New York (do a search on yr.no).

Is there a version that shows the temp in Fahrenheit?

I’m still looking for one with Fahrenheit :sweat_smile:

@JTPublic
example:
this is the url of the location that i want to know.

al is same, exception the last part of your url
https://www.yr.no/place/United_States/New_York/New_York/meteogram.svg
“meteogram.svg”
dont worry, i changue the location and add the “meteogram.svg”, run perfect, but how i can show another tables?

You meant showing the weather graph in HA?
It’ll show as its own card in HA, following the sample camera configuration,

camera:  
  - platform: generic
    name: Weather
    still_image_url: https://www.yr.no/place/United_States/New_York/New_York/meteogram.svg
    content_type: 'image/svg+xml'

I created this group called daily_forecast then I added group.daily_forecast to my frontend default view:

daily_forecast:
  name: Climate
  entities:
    - climate.home
    - sensor.home_humidity
    - sensor.pws_alerts
    - sensor.pws_temp_f
    - sensor.pws_temp_high_1d_f
    - sensor.pws_temp_low_1d_f
    - sensor.pws_weather_1d
    - sensor.pws_weather_1n
    - **camera.weather**

Or you can directly add camera.weather as an entity in default_view.

If you meant showing another location’s weather graph, just define another generic camera with a different name and url.

i find show more tables of the page yr.no, same that your table hour by hour