From 7d2a5a7fa579b0624604d52a8d52715ed5518363 Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy Date: Mon, 22 Oct 2018 12:01:29 -0400 Subject: [PATCH] Comments about required edits --- Demo_LED_Clock_Weather.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Demo_LED_Clock_Weather.py b/Demo_LED_Clock_Weather.py index 557539d2..f7f8c0eb 100644 --- a/Demo_LED_Clock_Weather.py +++ b/Demo_LED_Clock_Weather.py @@ -10,10 +10,14 @@ import datetime import calendar import forecastio -NUM_COLS = 5 # Changes number of days in forecast +##### CHANGE these settings to match your location... check Google Maps ##### MY_LOCATION_LAT = 35.738387 MY_LOCATION_LON = -79.203797 -DARKSKY_KEY = "bb9b798d340e413869ea72ac1bea9742" # *** INSERT YOUR DARKSKY KEY HERE ** +##### 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 ** + +NUM_COLS = 5 # Changes number of days in forecast + def led_clock(): def update_weather():