minor
This commit is contained in:
parent
f8e9a148f3
commit
03552a4612
@ -1,3 +1,3 @@
|
||||
symbol,name,base,current,24hr change
|
||||
BTC,bitcoin,usd,36550,12.472300235837876
|
||||
ETH,ethereum,gbp,1838.88,5.808310892121005
|
||||
BTC,bitcoin,usd,36270,11.591900040164834
|
||||
ETH,ethereum,gbp,1829.0,5.008493193662653
|
||||
|
|
@ -1 +1 @@
|
||||
{"main_weather": "Clouds", "description": "scattered clouds", "temp": 27.71, "min_temp": 26.64, "max_temp": 28.51, "feels_like": 32.84, "humidity": 90, "clouds": 26, "wind_speed": 2.68, "wind_direction": 90, "visibility": 10000, "uv": 0, "rain_chance": 0.41}
|
||||
{"main_weather": "Clouds", "description": "scattered clouds", "temp": 27.71, "min_temp": 26.64, "max_temp": 28.51, "feels_like": 32.84, "humidity": 90, "clouds": 34, "wind_speed": 1.79, "wind_direction": 90, "visibility": 10000, "uv": 0, "rain_chance": 0.41}
|
@ -1 +1 @@
|
||||
[{"main_weather": "Rain", "description": "light rain", "min_temp": 27.37, "max_temp": 29.43}, {"main_weather": "Rain", "description": "light rain", "min_temp": 27.12, "max_temp": 29.24}, {"main_weather": "Rain", "description": "moderate rain", "min_temp": 27.26, "max_temp": 29.02}, {"main_weather": "Rain", "description": "moderate rain", "min_temp": 27.42, "max_temp": 28.3}, {"main_weather": "Rain", "description": "moderate rain", "min_temp": 27.69, "max_temp": 28.6}, {"main_weather": "Rain", "description": "moderate rain", "min_temp": 28.04, "max_temp": 29.2}, {"main_weather": "Rain", "description": "moderate rain", "min_temp": 27.96, "max_temp": 28.81}, {"main_weather": "Rain", "description": "moderate rain", "min_temp": 28.06, "max_temp": 30.03}]
|
||||
[{"main_weather": "Rain", "description": "light rain", "min_temp": 27.45, "max_temp": 29.43}, {"main_weather": "Rain", "description": "light rain", "min_temp": 27.12, "max_temp": 29.24}, {"main_weather": "Rain", "description": "moderate rain", "min_temp": 27.26, "max_temp": 29.02}, {"main_weather": "Rain", "description": "moderate rain", "min_temp": 27.42, "max_temp": 28.3}, {"main_weather": "Rain", "description": "moderate rain", "min_temp": 27.69, "max_temp": 28.6}, {"main_weather": "Rain", "description": "moderate rain", "min_temp": 28.04, "max_temp": 29.2}, {"main_weather": "Rain", "description": "moderate rain", "min_temp": 27.96, "max_temp": 28.81}, {"main_weather": "Rain", "description": "moderate rain", "min_temp": 28.06, "max_temp": 30.03}]
|
@ -1 +1 @@
|
||||
09/06/2021 14:12:15
|
||||
09/06/2021 14:38:44
|
||||
|
|
@ -1,4 +1,4 @@
|
||||
name,current,opening
|
||||
MSFT,254.81,253.81
|
||||
NFLX,490.17,494.5
|
||||
GOOG,2497.83,2499.5
|
||||
MSFT,254.405,253.81
|
||||
NFLX,489.885,494.5
|
||||
GOOG,2492.03,2499.5
|
||||
|
|
BIN
final1.ppm
BIN
final1.ppm
Binary file not shown.
@ -755,7 +755,7 @@ class StockTicker():
|
||||
|
||||
|
||||
|
||||
rtext_img = self.textImage(str(current_weather['rain_chance']) + '%', extra_small_font)
|
||||
rtext_img = self.textImage(str(int(current_weather['rain_chance']*100)) + '%', extra_small_font)
|
||||
|
||||
|
||||
hum_img = Image.open(weather_dir + '/humidity.png')
|
||||
|
Loading…
Reference in New Issue
Block a user