Skip to content

Releases: falkyre/nhl-led-scoreboard-img

v1.8.4

27 Apr 23:37
Compare
Choose a tag to compare

New Features

  • Add version of the image to the neofetch display

Bugfixes

  • update to latest version of the rpiOS
  • pull image version from file rather that using lastversion. fix: sb-issue now includes config.json properly

Full Changelog: v1.8.2.1...v1.8.4

v1.8.2.1

05 Mar 02:00
Compare
Choose a tag to compare
Fix for led-imager-view utility to work with bookworm

V1.8.2 - Now with all bookworm

03 Mar 01:05
Compare
Choose a tag to compare

Latest scoreboard code (V1.8.2) that utilizes the nhl-api-py library with refactor from Azaroth (to use the nhl-apy-py library) as well as weather fixes from me (falkyre).

Image Specific Updates

  • Image now built solely on bookworm (12-11-23 release).
  • Removed the zram config for the home directory and logs.
  • Added zram-swap (swap is now in ram instead of on your SD card).
  • Fixed the sb-upgrade tool to reference the virtual environment for the image so you can use that for future upgrades.
  • Fixed auto timezone setting to use the raspi-config (with no no interface) as old way was duplicating timezones.

NOTE

Any boards related to playoffs or season countdown no longer work so take them out/don't add them to your config. Wild Card stuff doesn't work (under the standing type in the config for the standings board)

v1.7.0

23 Nov 15:13
9608c37
Compare
Choose a tag to compare

HOT FIX:
Merged riffnshred/nhl-led-scoreboard#430 from @ELepolt, refactoring the nhl data side to use the new api-web.nhle API.

NOTE...README...NO REALLY READ THIS NEXT LINE

The new NHL API is not a one to one replacement for the old NHL API. We (as in @riffnshred ) is still working out what works and what may break. There might be another hot fix release to his 1.7.0 hot fix release. If you see an issue with the NHL boards not working or showing things as you expect, open an issue here: https://github.com/riffnshred/nhl-led-scoreboard/issues

v1.6.12

13 Oct 19:57
Compare
Choose a tag to compare

This is built on raspios Bullseye, Bookworm will be coming in the future as some parts of the image do not work yet under Bookworm.

All of the scoreboard python is now installed under a virtual environment. Bookworm and Python 3.11 requires python to be done with virtual environments.

NOTE...README...NO REALLY READ THIS NEXT LINE

NHL API currently unreliable as the NHL is changing the API so some functions may not work or the board will crash.

v1.6.8

13 Oct 13:27
014aca0
Compare
Choose a tag to compare

This is the last image based on Buster.

wifi password is

12345678

Zip file attached to release now has the tzlocal fix that was causing some problems for some users.

NOTE!!!!!!

Zip file with image currently removed to rebuild. Issue with the version of the tzlocal library for some users. New image will be added later today (October 30th - now released see above)

v1.6.6 and v1.6.7 were removed.

v1.6.8 contains newest fixes for scorebopard code to handle when the drunk interns make changes to the conference data. This release also contains the updated config.schema.json and config.json.sample to remove the "covid" divisions (north, east and west). This will allow the nhl_setup to run properly without crashing.

v1.6.5

17 May 01:18
014aca0
Compare
Choose a tag to compare

Stanley Cup Playoffs fix with @riffnshred V1.6.5

There is no v1.6.4 release

v1.6.3

01 May 16:16
014aca0
Compare
Choose a tag to compare

Contains only fixes pushed by main NHL LED Scoreboard repository. These fixes are for the board crashing because the Seattle Krakens are officially the newest team and are showing up in the NHL API.

v1.6.2

12 Mar 15:01
Compare
Choose a tag to compare

Image upgraded to nhl-led-scoreboard v1.6.2

Image Bug fixes:

  • 757d8aa [stage2/04-scoreboard] Sb-upgrade now finds changes for requirements.txt properly and upgrade will be asked to be run on login properly now

v1.6.1

11 Mar 03:17
d6f1aa9
Compare
Choose a tag to compare

This brings the nhl-led-scoreboard code up to V1.6.1.

The are two updates to the image. The sb-upgrade tool will properly check if changes are made to the requirements.txt and the apt-requirements and do a proper upgrade. Also, upon login, if an upgrade is available, you be asked if you want to upgrade.

NOTE If you already have the image and try and use the sb-upgrade, it will not upgrade the python requirements due to some logic in the script. You will need to manually run sudo pip3 install -r requirements.txt to get the new python libraries.