8000 Update README.md by robbydyer · Pull Request #610 · robbydyer/sports · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Update README.md #610

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

Merged
merged 1 commit into from
May 30, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 25 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,16 @@ There's a public Discord channel, "RGB Sportsmatrix Help" <https://discord.gg/8v

## Premium Version

There is a premium version of this app that contains some extra features. See the [Patreon Page](https://patreon.com/RGBLEDMatrixTickerSoftware?utm_medium=clipboard_copy&utm_source=copyLink&utm_campaign=creatorshare_creator&utm_content=join_link) for more info
There is a new PREMIUM version of this app that adds the following features:
- **Scroll mode** - enable scrolling for the entire board or on a per-board basis
- **Weather Board**
- **Spotify Now-Playing**
- **MLB Live View** - shows baserunners, outs, pitch count, inning
- **Stock Ticker**
- **Gambling Odds** - shows gambl 8000 ing odds overlaid on each game's scoreboard (where available)

Visit the [Patreon Page](https://patreon.com/RGBLEDMatrixTickerSoftware?utm_medium=clipboard_copy&utm_source=copyLink&utm_campaign=creatorshare_creator&utm_content=join_link) to get a membership.
Visit the [PREMIUM Version Installation Instructions](https://github.com/robbydyer/rgb-led-matrix-sports-premium)

Premium features include:

Expand All @@ -43,16 +52,22 @@ Premium features include:
- NHL
- MLB
- NFL
- NBA
- MLS
- NCAA Football
- NCAA Men's Basketball
- English Premiere League
- PGA Tour Leaderboards
- UEFA Champions League
- FIFA World Cup
- Bundesliga
- DFB German Pokal
- NCAAM Basketball
- NCAAW Basketball
- NBA
- PGA Tour
- WNBA
- XFL
- Soccer Leagues:
- Spanish Laliga
- FIFA World Cup
- English Premier League
- Italian Serie A
- French Ligue 1
- DFB Pokal
- Bundesliga
- Racing. Currently just shows upcoming event schedule
- F1
- Indy Car
Expand All @@ -72,7 +87,7 @@ but those can run version v0.0.83 and older- this would include the original Pi
You can check your Pi's architecture by running the following command:

```shell
uname -m
dpkg --print-architecture
```

### Install script
Expand All @@ -86,12 +101,6 @@ Run the following command in a Terminal on your Pi
curl https://raw.githubusercontent.com/robbydyer/sports/master/script/install.sh | sudo bash
```

To try out the latest beta release, run the following on your Pi:

```shell
curl https://raw.githubusercontent.com/robbydyer/sports/master/script/beta-install.sh | sudo bash
```

## Configuration

You can run the app without passing any configuration, it will just use some sane defaults. Currently it only defaults to showing the NHL board. Each board that is enabled will be rotated through. The default location for the config file is `/etc/sportsmatrix.conf`
Expand Down
0