Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

WardBrian/mta-board

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mta-board

Show the upcoming trains.

A plugin for mlb-led-scoreboard.

Preview image

Note: This is just a personal project to use on my board during the baseball offseason, I probably won't add any more features!

Example config

config.json:

{
  "rotation": {
    "screens": [
      { "kind": "trains", "seconds": 20, "with_priority": 0 }
    ]
  },
  "plugins": {
    "example": {
      "step": 3
    },
    "trains": {
      "skip_next_trains": 0,
      "num_trains": 3,
      "stops": {
        "6": ["631N"]
      }
    }
  }
}

colors/scoreboard.json:

{
  "plugins" : {
    "trains":{
      "stop": {
        "r": 255,
        "g": 255,
        "b": 255
      },
      "eta": {
        "r": 255,
        "g": 255,
        "b": 255
      }
    }
  }
}

coordinates/w64h32.json:

{
  "plugins": {
    "trains": {
      "stops_per_page": 2,
      "font_name": "5x7",
      "offset": 15,
      "eta": {
        "x": 16,
        "y": 13
      },
      "stop": {
        "x": 16,
        "y": 7,
        "width": 48
      },
      "line": {
        "x": 8,
        "y": 7,
        "font_name": "7x13B",
        "radius": 12
      }
    }
  }
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.