From 9cd853e2fef22502e9da22e78a3aeaf1267f3cd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20R=2E=20=C3=81vila?= Date: Sun, 30 Aug 2020 12:56:22 -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 f5b71c0..c6d054c 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 = 'aa6b0a76dfbf87441928fb3cc32d3d69'; +const key = 'aa5b0a76dfbf87441928fb3cc32d3d69'; // Set Position function setPosition();