From f13859d86361d7850d5df84ebadca3c2bcfb41f0 Mon Sep 17 00:00:00 2001 From: Rod Date: Sun, 30 Aug 2020 01:33:21 -0500 Subject: [PATCH] Changed 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..f5b71c0 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 = 'aa6b0a76dfbf87441928fb3cc32d3d69'; // Set Position function setPosition();