Update stockTicker.py

This commit is contained in:
Justin 2023-08-29 22:26:16 +08:00 committed by GitHub
parent 3d09fa5d2c
commit 2afc81fb9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7924,6 +7924,12 @@ class StockTicker():
elif msg == 'SE':
self.scrollFunctionsAnimated(['sector', 'sector'],animation = 'traditional')
elif msg == 'CL':
self.scrollFunctionsAnimated(['clock1', 'clock1'],animation = 'traditional')
elif msg == 'CL2':
self.scrollFunctionsAnimated(['clock2', 'clock2'],animation = 'traditional')
elif msg == 'A': #everything
#userSettings = ['display_gif', 'text', 'display_image', 'stocks', 'crypto', 'forex', 'today_weather', 'daily_weather', 'league_table', 'league_games', 'news'] # these wil be read from csv, just for demo