From 8d017f3dd52a13ffb2b798fe431d89dfafb4e7a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20R=2E=20=C3=81vila?= Date: Sat, 15 Aug 2020 15:14:37 -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 a68a45c..575d160 100644 --- a/js/weather.js +++ b/js/weather.js @@ -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();