Changed weather.js

This commit is contained in:
Rod 2020-08-30 01:33:21 -05:00
parent c2c58d6faa
commit f13859d863

View File

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