werthdavid / homebridge-weather

OpenWeatherMap Plugin for Homebridge
MIT License
104 stars 7 forks source link

URL parameter "APPID" should be lowercase #33

Closed alexhaas closed 4 years ago

alexhaas commented 4 years ago

I was getting the error below and changing the APPID to appid fixed it. OpenWeather docs suggest lowercase: https://openweathermap.org/guide#api.

body: '{"cod":401, "message": "Invalid API key. Please see http://openweathermap.org/faq#error401 for more info."}'

werthdavid commented 4 years ago

Much appreciated, thank yout!