Update weather.js

This commit is contained in:
Miguel R. Ávila 2020-08-15 15:14:37 -05:00 committed by GitHub
parent 6aac1236e3
commit 8d017f3dd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ weather.temperature = {
const KELVIN = 273;
// Use your own key for the Weather, Get it here: https://openweathermap.org/
const key = 'aa5b0a76dfbf87441928fb3cc32d3d69';
const key = 'aa5b0a76dfbf87441928fb3cc32d3d68';
// Set Position function
setPosition();