From 916eb219c42186298b1f408f589add09d8302a60 Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy Date: Mon, 22 Oct 2018 12:47:33 -0400 Subject: [PATCH] Minor change --- Demo_LED_Clock_Weather.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Demo_LED_Clock_Weather.py b/Demo_LED_Clock_Weather.py index f7f8c0eb..c1f039dc 100644 --- a/Demo_LED_Clock_Weather.py +++ b/Demo_LED_Clock_Weather.py @@ -11,8 +11,8 @@ import calendar import forecastio ##### CHANGE these settings to match your location... check Google Maps ##### -MY_LOCATION_LAT = 35.738387 -MY_LOCATION_LON = -79.203797 +MY_LOCATION_LAT = 35.780086 +MY_LOCATION_LON = -79.638860 ##### You need a free dark-sky key. You get 1000 calls a month for free ##### DARKSKY_KEY = "YOUR DARKSKY KEY GOES HERE" # *** INSERT YOUR DARKSKY KEY HERE **