Update weather.js

This commit is contained in:
Miguel R. Ávila 2020-08-30 12:56:22 -05:00 committed by GitHub
parent c99b7d2645
commit 9cd853e2fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ var tempUnit = 'C';
const KELVIN = 273.15;
// Use your own key for the Weather, Get it here: https://openweathermap.org/
const key = 'aa6b0a76dfbf87441928fb3cc32d3d69';
const key = 'aa5b0a76dfbf87441928fb3cc32d3d69';
// Set Position function
setPosition();