This repository was archived by the owner on May 18, 2024. It is now read-only.
Replies: 2 comments
-
By image do you mean this one: https://github.com/falkyre/nhl-led-scoreboard-img/releases/tag/v1.7.0 So did you download that image and use the rpi imager or etcher to put it on an SD card? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the reply. I am an idiot. I didn't realize there was new
documentation, and was following an older one from github. Apologies for
wasting your time. It is working for me now.
…On Mon, Nov 27, 2023 at 2:08 PM Sean Ostermann ***@***.***> wrote:
By image do you mean this one:
https://github.com/falkyre/nhl-led-scoreboard-img/releases/tag/v1.7.0
So did you download that image and use the rpi imager or etcher to put it
on an SD card?
—
Reply to this email directly, view it on GitHub
<#432 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BC234SUDYBGQX2BY6C4WRCLYGTQKNAVCNFSM6AAAAAA74JA3ECVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TMOBUGU2TQ>
.
You are receiving this because you modified the open/close state.Message
ID: <riffnshred/nhl-led-scoreboard/repo-discussions/432/comments/7684558@
github.com>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I installed via the compiled 1.7.0 img file and I get this error when I try to run a test:
python3 src/main.py --led-gpio-mapping=adafruit-hat --led-brightness=60 --led-slowdown-gpio=2
Traceback (most recent call last):
File "/home/rick/nhl-led-scoreboard/src/main.py", line 4, in
from data.scoreboard_config import ScoreboardConfig
File "/home/rick/nhl-led-scoreboard/src/data/scoreboard_config.py", line 1, in
from utils import get_file
File "/home/rick/nhl-led-scoreboard/src/utils.py", line 1, in
from rgbmatrix import RGBMatrixOptions, graphics
ModuleNotFoundError: No module named 'rgbmatrix'
Beta Was this translation helpful? Give feedback.
All reactions