PowerShell console weather script

I wanted a little more detail than some other terminal weather programs provide so I wrote one in PowerShell. I do not consider it complete as I will eventually rewrite error handling, how I handle the data, and add better documentation. It works and can be used to learn or rework into a better script.

This script uses all free APIs. Only the GEO Location API needs an account and key. Enter at the top of the script or simply add your info. manually.

Other APIs used:

IPInfo.

National weather service.

Open Meteo.

PowerShell
PowerShell weather screenshot
PowerShell Weather Script Screenshot