I'm having an issue with the default OpenWeatherMap device that came on the 1.10 update. It appears from the logs that this device is adding &units=imperial on the end of the URL instead of putting this string after the zip code.
Note: I censored my key on the screenshots and logs below.
Logs:
dev:8352018-11-13 14:26:24.333:warnOpenWeatherMap - getWeather() execption java.net.URISyntaxException: Illegal character in query at index 99: https://api.openweathermap.org/data/2.5/weather?zip=15642,US&APPID=*********** &units=imperial
dev:8352018-11-13 14:26:24.305: refresh...
If I use this URL, it works fine:
https://api.openweathermap.org/data/2.5/weather?zip=15642,US&units=imperial&alerts&APPID=*******
Device Page: