From 190d5d1129588c352e58718770712ddc297aac52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20R=2E=20=C3=81vila?= Date: Mon, 31 Aug 2020 23:13:15 -0500 Subject: [PATCH] Update weather.js --- js/weather.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/weather.js b/js/weather.js index c6d054c..eb51ea6 100644 --- a/js/weather.js +++ b/js/weather.js @@ -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 = 'aa5b0a76dfbf87441928fb3cc32d3d69'; +const key = 'aa5b0a76dfbf87541928fb3cc32d3d69'; // Set Position function setPosition();