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

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
riffnshred committed Jan 14, 2021
2 parents ff1416e + 50ce382 commit b43c259
Show file tree
Hide file tree
Showing 91 changed files with 700 additions and 138 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ dmypy.json
.pyre/

# ignore generated logos
assets/logos/*/light/*
assets/logos/*

!assets/logos/svg/light/*
#nhl-led-scoreboard
Expand Down
3 changes: 0 additions & 3 deletions .vscode/settings.json

This file was deleted.

12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ JJ
## Description
This is a Python software made to display NHL live scores, stats, and more of your favorite teams, on a Raspberry Pi driven RGB LED matrix. An LED matrix panel (also called a Dot led matrix or dot matrix) is a panel of LEDs used to build huge displays as you see in arenas, malls, time square, etc...

## Disclaimer
This project relies on an undocumented NHL API which is also what nhl.com use. The data is not always accurate and might have delays and errors that's out of our control.

## Tutorials from other source
>"I followed instructions from somewhere else and I'm having issues"
Expand Down Expand Up @@ -173,9 +175,13 @@ this page.

[Raspbian Buster Lite Installation](https://medium.com/@danidudas/install-raspbian-jessie-lite-and-setup-wi-fi-without-access-to-command-line-or-using-the-network-97f065af722e)


#### Time Zones
Before you start installing anything, make sure your raspberry pi is set to your local time zone. Usually, you do so when you install Raspian, but if you think you skipped that part, you can change it by running `sudo raspi-config`

#### Intalling Git
You will need to install Git on your raspberry pi in order to download the software. To do so, run this command.
`sudo apt install git`

#### Installing the NHL scoreboard software
This installation process might take some time because it will install all the dependencies listed below.
Expand All @@ -195,16 +201,12 @@ If it's a first install of the software, there is no config.json only a config.j


#### Updating your software.
If you undate from any version that was released **before V1.0.0**, run these commands to update.
`git reset --hard`
`git checkout master`
`sudo git pull`
`git pull`
`sudo chmod +x scripts/install.sh`
`sudo ./scripts/install.sh`.

If your board runs **any V1 version**, simply run the install like so.
`sudo chmod +x scripts/install.sh`
`sudo ./scripts/install.sh`

If you face any issue after updating, rerun the install and it should fix it. otherwise check the issue section to see if a solution as been found for your problem. If not open an issue and I'll find a solution.

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.4
1.5.5
Binary file modified assets/animations/goal_light_animation.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/logos/ARI/light/64x32.png
Binary file not shown.
Binary file removed assets/logos/BOS/light/64x32.png
Binary file not shown.
Binary file removed assets/logos/CAR/light/64x32.png
Binary file not shown.
Binary file removed assets/logos/CBJ/light/64x32.png
Binary file not shown.
Binary file removed assets/logos/CGY/light/64x32.png
Binary file not shown.
Binary file removed assets/logos/CHI/light/64x32.png
Binary file not shown.
Binary file removed assets/logos/COL/light/64x32.png
Binary file not shown.
Binary file removed assets/logos/DAL/light/64x32.png
Binary file not shown.
Binary file removed assets/logos/DET/light/64x32.png
Binary file not shown.
Binary file removed assets/logos/EDM/light/64x32.png
Binary file not shown.
Binary file removed assets/logos/FLA/light/64x32.png
Binary file not shown.
Binary file removed assets/logos/LAK/light/64x32.png
Binary file not shown.
Binary file removed assets/logos/MIN/light/64x32.png
Binary file not shown.
Binary file removed assets/logos/NJD/light/64x32.png
Binary file not shown.
Binary file removed assets/logos/NSH/light/64x32.png
Binary file not shown.
Binary file removed assets/logos/NYI/light/64x32.png
Binary file not shown.
Binary file removed assets/logos/NYR/light/64x32.png
Binary file not shown.
Binary file removed assets/logos/PHI/light/64x32.png
Binary file not shown.
Binary file removed assets/logos/PIT/light/64x32.png
Binary file not shown.
Binary file removed assets/logos/SJS/light/64x32.png
Binary file not shown.
Binary file removed assets/logos/STL/light/64x32.png
Binary file not shown.
Binary file removed assets/logos/TBL/light/64x32.png
Binary file not shown.
Binary file removed assets/logos/TOR/light/64x32.png
Binary file not shown.
Binary file removed assets/logos/VAN/light/64x32.png
Diff not rendered.
Binary file removed assets/logos/VGK/light/64x32.png
Diff not rendered.
Binary file removed assets/logos/WPG/light/64x32.png
Diff not rendered.
Binary file removed assets/logos/WSH/light/64x32.png
Diff not rendered.
1 change: 0 additions & 1 deletion assets/logos/svg/light/ANA_light.svg
Diff not rendered.
1 change: 0 additions & 1 deletion assets/logos/svg/light/ARI_light.svg
Diff not rendered.
1 change: 0 additions & 1 deletion assets/logos/svg/light/BOS_light.svg
Diff not rendered.
Loading

0 comments on commit b43c259

Please sign in to comment.