API Key Entry Format

I’m attempting to add the Open Weather API key but I’m not using the correct format, I guess.

Is it meant to be a full URL, only the unique API string, or include “&APPID=” before to the string?

Cheers!

It looks like this: ouehb81lucpfciv7tos3yjru6plvrbdv

API call: http://api.openweathermap.org/data/2.5/forecast?id=524901&APPID={APIKEY} in this particular case it will be http://api.openweathermap.org/data/2.5/forecast?id=524901&APPID=ouehb81lucpfciv7tos3yjru6plvrbdv. So you need to copy and paste only the last part and put it in …settings/admin/additional.

You can get API key under: https://openweathermap.org/appid

1 Like