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

Commit

Permalink
Merge pull request #152 from riffnshred/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
riffnshred authored Nov 28, 2020
2 parents 6216f5d + ac24933 commit df5ae9a
Show file tree
Hide file tree
Showing 62 changed files with 3,098 additions and 1,191 deletions.
88 changes: 53 additions & 35 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.1
1.5.0
61 changes: 0 additions & 61 deletions VISION.MD

This file was deleted.

4 changes: 4 additions & 0 deletions assets/animations/goal/general/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore
4 changes: 4 additions & 0 deletions assets/animations/goal/opposing/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore
4 changes: 4 additions & 0 deletions assets/animations/goal/preferred/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore
4 changes: 4 additions & 0 deletions assets/animations/screensaver/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore
Binary file added assets/animations/screensaver/pbjt.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/animations/screensaver/spectrum.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/candy_cane.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/community_1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/community_2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/community_3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/community_4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/gbread.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/nhl_setup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/sleigh.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/xmas_tree.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion config/colors/layout.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,13 @@
},
"wx_curr_temp": {
"temp": [0,255,0],
"temp_app": [255,0,0]
"temp_app": [0,255,0],
"temp_app_hi": [255,0,0],
"temp_app_lo": [0,0,255],
"forecast_temp_hi": [255,0,0],
"forecast_temp_lo": [0,0,255],
"forecast_hi": [255,0,0],
"forecast_lo": [0,0,255]
},
"wx_curr_wind": {
"wind": [255,255,0],
Expand Down
62 changes: 42 additions & 20 deletions config/config.json.sample
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"debug": true,
"debug": false,
"loglevel": "INFO",
"live_mode": false,
"preferences": {
"time_format": "24h",
"time_format": "12h",
"end_of_day": "8:00",
"location": "Winnipeg, MB",
"location": "",
"live_game_refresh_rate": 10,
"teams": [
"Flames",
"Oilers"
"Canadiens"
],
"sog_display_frequency": 4
},

"goal_animations": {
"pref_team_only": true
"sog_display_frequency": 4,
"goal_animations": {
"pref_team_only": true
}
},

"states":{
"off_day": [
"covid_19",
"scoreticker",
"team_summary",
"standings",
"clock"

],
"scheduled": [
"team_summary",
Expand All @@ -30,7 +30,8 @@
"clock"
],
"intermission": [
"scoreticker"
"scoreticker",
"team_summary"
],
"post_game": [
"team_summary",
Expand All @@ -57,11 +58,15 @@
},
"clock": {
"duration": 15,
"hide_indicator": false
"hide_indicator": false,
"preferred_team_colors": true,
"clock_rgb": "",
"date_rgb": "",
"flash_seconds": true
},
"covid19": {
"worldwide_enabled": false,
"country_enabled": true,
"country_enabled": false,
"country": [
"USA"
],
Expand All @@ -75,38 +80,55 @@
]
},
"weather": {
"enabled": true,
"enabled": false,
"view": "full",
"units": "metric",
"duration": 60,
"data_feed": "EC",
"owm_apikey": "",
"update_freq": 5,
"show_on_clock": true
"show_on_clock": true,
"forecast_enabled": true,
"forecast_days": 3,
"forecast_update": 1
},
"wxalert": {
"alert_feed": "EC",
"update_freq": 5,
"show_alerts": true,
"nws_show_expire": false,
"alert_title": true,
"scroll_alert": true,
"alert_duration": 5,
"show_on_clock": true
}
}
},
"sbio": {
"screensaver": {
"enabled": true,
"animations": true,
"start": "22:00",
"stop": "22:05",
"data_updates": false,
"motionsensor": true,
"pin": 24,
"delay": 30
},
"dimmer": {
"enabled": false,
"source": "software",
"daytime": "",
"nighttime": "",
"offset": 90,
"frequency": 5,
"light_level_lux": 400,
"mode": "always",
"sunset_brightness": 5,
"sunrise_brightness": 40
},
"pushbutton": {
"enabled": true,
"bonnet": true,
"enabled": false,
"bonnet": false,
"pin": 25,
"reboot_duration": 2,
"reboot_override_process": "",
Expand Down
Loading

0 comments on commit df5ae9a

Please sign in to comment.