Skip to content
This repository was archived by the owner on May 18, 2024. It is now read-only.

Fixed player nammed accents #447

Open
wants to merge 26 commits into
base: Azaroth-fix
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
87a31b5
Fixed issue with some team not being valid. Hard coded end of day time.
Feb 29, 2024
ddf9b7c
Applies Azaroths fix of players name that have accent.
Feb 29, 2024
328eaf3
HOTFIX goal and penalty causing crashes. Bump version to V1.8.2
Feb 29, 2024
f893053
bump version in main
Feb 29, 2024
692ab84
removed extra line in VERSION file
Feb 29, 2024
09830e4
fixed crash caused by missing "onIce" data
Mar 7, 2024
5d069f7
fixed index out range
Apr 21, 2024
ed2760b
fixed an intermission clock crash
Apr 27, 2024
0f8e05e
fixed series ticker. Not really tested so bugs likely in edge cases
Apr 27, 2024
ce5e8f7
removed constant logging statement
Apr 29, 2024
b1bc5ce
fixed crash related to end of series for R1
Apr 29, 2024
30fd20f
fixed typo causing crash
Apr 30, 2024
bd655d2
fixed issue with current round pushing to next round too early
May 4, 2024
8487b45
fixed crash and logic error due to dumbfuckery
May 8, 2024
f9404ec
fixed standings crash
May 26, 2024
4a96446
added utah to backup data
Sep 29, 2024
40c43dc
removed eroneous print statement(?)
Sep 29, 2024
30c98d0
added check for utah team data and add it if not there. this may brea…
Sep 29, 2024
f947342
fixed team colours issue for utah
Oct 24, 2024
4804627
fixed position for new Anaheim logo
Nov 16, 2024
16da4e5
fixed commonName crash during on days
Dec 5, 2024
014f4ba
Updated to new weather API and updated requirements
Feb 13, 2025
4f52968
Maybe fixed for NTL tournament
Feb 13, 2025
634d486
added ntl teams to schema as preferred teams
Feb 13, 2025
4ff7d5a
enabled playoffs
Apr 18, 2025
5d434f2
updated the hardcoded season id
Apr 18, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.0
1.8.2
126 changes: 126 additions & 0 deletions \
Original file line number Diff line number Diff line change
@@ -0,0 +1,126 @@
{
"debug": false,
"loglevel": "INFO",
"live_mode": true,
"preferences": {
"time_format": "12h",
"end_of_day": "1:40",
"location": "",
"live_game_refresh_rate": 10,
"teams": [
"Maple Leafs"
],
"sog_display_frequency": 4,
"goal_animations": {
"pref_team_only": true
}
},

"states":{
"off_day": [
"standings",
"team_summary",
"clock"
],
"scheduled": [
"scoreticker",
"standings",
"clock"
],
"intermission": [
"scoreticker",
"standings"
],
"post_game": [
"team_summary",
"scoreticker",
"standings",
"clock"
]
},

"boards": {
"scoreticker": {
"preferred_teams_only": false,
"rotation_rate": 5
},
"seriesticker": {
"preferred_teams_only": true,
"rotation_rate": 5
},
"standings": {
"preferred_standings_only": true,
"standing_type": "division",
"divisions": "atlantic",
"conference": "eastern"
},
"clock": {
"duration": 15,
"hide_indicator": false,
"preferred_team_colors": true,
"clock_rgb": "",
"date_rgb": "",
"flash_seconds": true
},
"weather": {
"enabled": false,
"view": "full",
"units": "metric",
"duration": 60,
"data_feed": "EC",
"owm_apikey": "",
"update_freq": 5,
"show_on_clock": true,
"forecast_enabled": false,
"forecast_days": 3,
"forecast_update": 1
},
"wxalert": {
"alert_feed": "EC",
"update_freq": 5,
"show_alerts": false,
"nws_show_expire": false,
"alert_title": true,
"scroll_alert": true,
"alert_duration": 5,
"show_on_clock": true
}
},
"sbio": {
"screensaver": {
"enabled": false,
"animations": true,
"start": "22:00",
"stop": "08:00",
"data_updates": false,
"motionsensor": false,
"pin": 7,
"delay": 30
},
"dimmer": {
"enabled": false,
"source": "software",
"daytime": "",
"nighttime": "",
"offset": 0,
"frequency": 5,
"light_level_lux": 400,
"mode": "always",
"sunset_brightness": 5,
"sunrise_brightness": 40
},
"pushbutton": {
"enabled": false,
"bonnet": false,
"pin": 25,
"reboot_duration": 2,
"reboot_override_process": "",
"display_reboot": true,
"poweroff_duration": 10,
"poweroff_override_process": "",
"display_halt": true,
"state_triggered1": "weather",
"state_triggered1_process": ""
}
}
}
14 changes: 13 additions & 1 deletion config/colors/teams.json
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,18 @@
"b": 217
}
},
"59": {
"primary": {
"r" : 78,
"g" : 108,
"b" : 180
},
"text": {
"r" : 223,
"g" : 225,
"b" : 223
}
},
"Eastern":{
"primary": {
"r": 196,
Expand Down Expand Up @@ -430,4 +442,4 @@
"b": 38
}
}
}
}
7 changes: 6 additions & 1 deletion config/config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,12 @@
"Senators",
"Sharks",
"Stars",
"Wild"
"Wild",
"Utah",
"Canada",
"Sweden",
"Finland",
"USA"
]
}
},
Expand Down
6 changes: 3 additions & 3 deletions config/layout/logos_64x32.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@
},
"ANA": {
"home": {
"zoom": "80%",
"position": [-22, 3]
"zoom": "100%",
"position": [-8, 3]
},
"away": {
"zoom": "80%",
Expand Down Expand Up @@ -491,4 +491,4 @@
}
}
}
}
}
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ geocoder>=1.38.1
gpiozero==1.6.2
nhl-api-py
noaa-sdk>=0.1.18
pyowm>=3.0.0
python-tsl2591==0.2.0
regex>=2020.4.4
APScheduler==3.10.4
Expand Down
Loading