Inspired by @Chris Moore, I've created a script that illustrates how you can extract additional weather variables from the Open-Meteo API, like...
See Weather Forecast API | Open-Meteo.com for more variables you can extract.
- condition description,
- hourly precipitation,
- relative humidity,
- dew point,
- cloud cover
- sunrise, sunset
- daily precipitation.
To customize the script (see the attached *.zip file) for your location, simply edit the variables in the USER SETTINGS section.
Tip: If you install Windows Terminal (link), this will make the URLs in the output clickable (ctrl-click).
Thank you very much for this @jaydeel and @Chris Moore . My weather has not updated through BI Tools since 04/11/2022 (last modified date in my txt folder) and I had taken off the video overlay a while back because of the outdated information. While I was able to get this script working pretty easily for my location thanks to the well-defined variables, setting up the script to run every 15 minutes was a different challenge (task scheduler would manually run, but would not re-run at the defined intervals), but I finally figured that out today.