This MagicMirror² module displays schedule and service information for a Long Island Railroad station and its corresponding branch.
- Install or clone the Magic Mirror App
- Go to the modules directory:
cd modules
- Clone this module repo:
git clone https://github.com/ndisampson/MMM-MTA-LIRR.git
- Update the configs (below) and run the server:
cd .. && node serveronly
{
module: 'MMM-MTA-LIRR',
position: 'top_right',
header: "LIRR STATUS",
config: {
station: 'FHL', // see stations.json
direction: 'W', // E/W: Eastbound or Westbound
departuresToShow: 2, // number of upcoming departures to display
mtaAPIKey: '' // API KEY can be obtained from datamine.mta.info
},