Skip to content

Commit ad62d0a

Browse files
committed
[Rename] Renamed my theme to ColoredFlat (instead of Perso)
+ removed weather data print in console
1 parent dccf481 commit ad62d0a

9 files changed

Lines changed: 3 additions & 3 deletions

File tree

config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ config:
88

99
# Theme to use (located in res/themes)
1010
# Use the name of the folder as value
11-
THEME: Perso
11+
THEME: ColoredFlat
1212

1313
# Hardware sensors reading
1414
# Choose the appropriate method for reading your hardware sensors:
@@ -47,7 +47,7 @@ display:
4747
# - SIMU for 3.5" simulated LCD (image written in screencap.png)
4848
# - SIMU5 for 5" simulated LCD
4949
# To identify your smart screen: https://github.com/mathoudebine/turing-smart-screen-python/wiki/Hardware-revisions
50-
REVISION: SIMU5
50+
REVISION: C
5151

5252
# Display Brightness
5353
# Set this as the desired %, 0 being completely dark and 100 being max brightness

library/stats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@ def stats():
793793
if response.status_code == 200:
794794
try:
795795
data = response.json()
796-
print(data)
796+
# print(data)
797797
temp = f"{data['current']['temp']:.1f}{deg}"
798798
feel = f"{data['current']['feels_like']:.1f}{deg}"
799799
desc = data['current']['weather'][0]['description']

res/themes/ColoredFlat/preview.png

237 KB
Loading
File renamed without changes.

res/themes/Perso/preview.png

-235 KB
Binary file not shown.

0 commit comments

Comments
 (0)