Merge pull request #541 from MikeTheWatchGuy/Dev-latest
Comments about required edits
This commit is contained in:
		
						commit
						752b0ba4fe
					
				
					 1 changed files with 6 additions and 2 deletions
				
			
		|  | @ -10,10 +10,14 @@ import datetime | ||||||
| import calendar | import calendar | ||||||
| import forecastio | 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_LAT = 35.738387 | ||||||
| MY_LOCATION_LON = -79.203797 | 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 led_clock(): | ||||||
|     def update_weather(): |     def update_weather(): | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue