-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Commands #32
Comments
Hey, so if you're talking about the rotating game feature, it's not in the main branch yet as it's still in testing, but I can post here how to run off that test branch:
|
also, if things are breaking, periodically try running |
this is what I am getting when I run
|
Running |
That worked! Thanks. When I ran
|
Nope, running |
10-4. I'll let you know if I find anything as well |
The board is not rotating for me. Any ideas? |
Can you post your config?
…On Sun., Sep. 12, 2021, 5:58 p.m. xTrackstar04x, ***@***.***> wrote:
The board is not rotating for me. Any ideas?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#32 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAY2XVSWB4MHJ5ESWQ3PCFLUBUPAZANCNFSM5DYCBXKQ>
.
|
I keep getting this. No idea what to do to resolve it.
…Sent from my iPhone
On Sep 12, 2021, at 6:04 PM, xTrackstar04x ***@***.***> wrote:
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Any reason I would get an error when trying to run git fetch?
…Sent from my iPhone
On Sep 9, 2021, at 7:03 PM, Michael Milton ***@***.***> wrote:
Hey, so if you're talking about the rotating game feature, it's not in the main branch yet as it's still in testing, but I can post here how to run off that test branch:
run git stash in the directory where you have the NFL scoreboard running
run git fetch
run git checkout f/rotate-games
run cp config.json.example config.json
run nano config.json
edit in your favourite team(s) in the preferred teams field
run the board as normal with sudo python main.py and whatever args you use after
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
@WashCaps33 I can't help without any info on what error you're getting, but since this is an experimental branch that's still likely to run into bugs, hold off until I merge it into the main code (should be tomorrow) and then we'll go from there |
Got it. Thanks.
…Sent from my iPhone
On Sep 13, 2021, at 2:49 PM, Michael Milton ***@***.***> wrote:
@WashCaps33 I can't help without any info on what error you're getting, but since this is an experimental branch that's still likely to run into bugs, hold off until I merge it into the main code (should be tomorrow) and then we'll go from there
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Can you put what commands need to be run to update the NFL scoreboard in the readme?
The text was updated successfully, but these errors were encountered: