I think the weekly forecast this person setup is amazing! Any ideas if this is already a custom widget? I have been searching but my google foo must be off.
Thank you.
I think the weekly forecast this person setup is amazing! Any ideas if this is already a custom widget? I have been searching but my google foo must be off.
Thank you.
its possible that there is some webpage displaying it like that, and that its just an iframe.
setting up a widget like that would be possible, but first you need to have ALL that information inside home assistant. and because it has today, tomorrow and the other days as weekdays it isnt possible that that are seperate sensors.
so you need 1 sensor with all that available as attributes.
so i doubt that comes from HA itself.
i got this on my dashboard also as iframe, and i know there are more like that possible.
want to find all kind of weather widgets that you can place in an iframe?
google for
weather widgets for website
Perfect! I will search away. Thank you.
Well, I found weatherwidget.io, and copied the code, but it is html, not just a website. Not sure how to reference this in iframe.
Here is the code. Any ideas?
<a class=âweatherwidget-ioâ href=âhttps://forecast7.com/en/43d06n88d11/brookfield/?unit=usâ data-label_1=âBROOKFIELDâ data-icons=âClimacons Animatedâ >BROOKFIELD</a>
<script>
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=âhttps://weatherwidget.io/js/widget.min.jsâ;fjs.parentNode.insertBefore(js,fjs);}}(document,âscriptâ,'weatherwidget-io-jsâ);
</script>
so far I have this.
weather_widget:
widget_type: iframe
title: weather
frame_style: ââ
url_list:
but I donât know how to list that code. If I save it as an html file in my HA server, where would I put it? I canât figure out where the www folder is on my server.
Thanks.
I ended up using this site for my widget.
It is close enough for me right now.