weather updates

This commit is contained in:
Neythen 2021-06-08 21:30:48 +01:00
parent 02274e9d0e
commit 4470ca6685
7 changed files with 7 additions and 7 deletions

View File

@ -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 symbol name base current 24hr change
2 BTC bitcoin usd 32887 33188 -7.6081007271389165 -6.6714954489175025
3 ETH ethereum gbp 1768.04 1783.08 -8.205044425803774 -7.158501133993698

View File

@ -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}

View File

@ -1 +1 @@
08/06/2021 16:13:48
08/06/2021 16:30:26

1 08/06/2021 16:13:48 08/06/2021 16:30:26

BIN
final.ppm

Binary file not shown.

Binary file not shown.

View File

@ -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)

Binary file not shown.