weather updates
This commit is contained in:
parent
02274e9d0e
commit
4470ca6685
@ -1,3 +1,3 @@
|
||||
symbol,name,base,current,24hr change
|
||||
BTC,bitcoin,usd,32887,-7.6081007271389165
|
||||
ETH,ethereum,gbp,1768.04,-8.205044425803774
|
||||
BTC,bitcoin,usd,33188,-6.6714954489175025
|
||||
ETH,ethereum,gbp,1783.08,-7.158501133993698
|
||||
|
|
@ -1 +1 @@
|
||||
{"main_weather": "Clouds", "description": "overcast clouds", "temp": 19.73, "min_temp": 15.55, "max_temp": 21.01, "feels_like": 19.27, "humidity": 58, "clouds": 100, "wind_speed": 1.84, "wind_direction": 249, "visibility": 10000, "uv": 0, "rain_chance": 0}
|
||||
{"main_weather": "Clouds", "description": "overcast clouds", "temp": 19.26, "min_temp": 15.34, "max_temp": 20.86, "feels_like": 18.94, "humidity": 65, "clouds": 100, "wind_speed": 1.84, "wind_direction": 249, "visibility": 10000, "uv": 0, "rain_chance": 0}
|
@ -1 +1 @@
|
||||
08/06/2021 16:13:48
|
||||
08/06/2021 16:30:26
|
||||
|
|
BIN
final1.ppm
BIN
final1.ppm
Binary file not shown.
@ -731,9 +731,9 @@ class StockTicker():
|
||||
img.paste(weather_img, (0,12))
|
||||
img.paste(temp_img, (30,9))
|
||||
img.paste(deg_img, (50, 8))
|
||||
img.paste(min_img, (56, 10))
|
||||
img.paste(min_img, (55, 10))
|
||||
img.paste(main_img, (30, 26))
|
||||
img.paste(max_img, (56, 20))
|
||||
img.paste(max_img, (55, 20))
|
||||
img.paste(date_img, (location_img.size[0], 1))
|
||||
|
||||
|
||||
@ -912,7 +912,7 @@ class StockTicker():
|
||||
sys.stdout.flush()
|
||||
pass
|
||||
|
||||
time.sleep(self.delay)
|
||||
time.sleep(self.delay*1.1)
|
||||
|
||||
|
||||
|
||||
|
BIN
weather.ppm
BIN
weather.ppm
Binary file not shown.
Loading…
Reference in New Issue
Block a user