Elaniobro / MMM-nyc-transit

MTA transit module for Magic Mirror
MIT License
21 stars 14 forks source link

[🐛 BUG] - Train schedule not showing for certain locations #94

Closed Jinetix closed 1 year ago

Jinetix commented 1 year ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Adding Station IDs for 606 and 273 -- Court Sq. and Queens Plaza respectively
  2. Save config, magicmirror reboots and shows no schedule

Expected behavior Would show train schedules for both Court square and Queens Plaza stations

Actual behavior Module loads, but no station info or train schedules show

Screenshots If applicable, add screenshots to help explain your problem.

Platform (please complete the following information):

Configuration { module: 'MMM-nyc-transit', position: "top_bar", header: "Next Train", config: { apiKey: '----------redacted-------------', displayType: 'list', mtaType: 'train', stations: [ { stationId: 606, walkingTime: 3, dir: { upTown: true, downTown: true } }, { stationId: 273, walkingTime: 5, dir: { upTown: true, downTown: true } } ], updateInterval: 300000 } }

Additional context I've tested with other station ids, and it works fine