Skip to content

Commit

Permalink
added reference to weather underground's icons
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekCaelin authored May 21, 2021
1 parent 6b636fe commit 081cbaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions weather.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
x = (inky_display.WIDTH / 2) - (w / 2)
draw.text((x+15,5), currentDate, inky_display.WHITE, font2)

# Make your own icons to align with weather undergrounds icon set: https://ibm.co/TWCICv2

# big moon
if (icon == 27) or (icon == 29) or (icon == 31) or (icon == 33):
Expand Down

0 comments on commit 081cbaf

Please sign in to comment.