Skip to content

Commit ccba317

Browse files
authored
Merge pull request adafruit#1174 from makermelissa/master
Removed unused library, made editable field clearer
2 parents 8797452 + c3c354a commit ccba317

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

EInk_Bonnet_Weather_Station/weather.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
import digitalio
1010
import busio
1111
import board
12-
from adafruit_epd.epd import Adafruit_EPD
1312
from adafruit_epd.ssd1675 import Adafruit_SSD1675
1413
from weather_graphics import Weather_Graphics
1514

@@ -22,6 +21,9 @@
2221
# You'll need to get a token from openweathermap.org, looks like:
2322
# 'b6907d289e10d714a6e88b30761fae22'
2423
OPEN_WEATHER_TOKEN = ""
24+
25+
# Use cityname, country code where countrycode is ISO3166 format.
26+
# E.g. "New York, US" or "London, GB"
2527
LOCATION = "Manhattan, US"
2628
DATA_SOURCE_URL = "http://api.openweathermap.org/data/2.5/weather"
2729

0 commit comments

Comments
 (0)