craigerl / aprsd

Amateur radio APRS daemon which listens for messages and responds. By KM6LYW.
Apache License 2.0
124 stars 19 forks source link

weather outside US fails #36

Closed hemna closed 3 years ago

hemna commented 3 years ago

Did a test for a weather lookup for a callsign outside of the US and it failed. The forecast result gets redirected.

hemna commented 3 years ago

This has been resolved by renaming the default weather plugin to USWeatherplugin as well as adding other weather plugins that support fetching the weather outside of the US.

https://github.com/craigerl/aprsd/blob/master/aprsd/plugins/weather.py#L157