Skip to content
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

[🐛 BUG] - No train details populating #99

Open
Srcodesalittle opened this issue Mar 6, 2023 · 3 comments
Open

[🐛 BUG] - No train details populating #99

Srcodesalittle opened this issue Mar 6, 2023 · 3 comments
Assignees
Labels
🐛 bug Something isn't working

Comments

@Srcodesalittle
Copy link

Describe the bug
The module was setup according to instructions, I got an API key from the specified site but the only thing present in the module is the header "NEXT TRAIN". I have let the mirror run for multiple days and no improvement.

To Reproduce
Steps to reproduce the behavior:

  1. Setup magic mirror and clone repository into modules folder
  2. Install the module with npm install
  3. Edit the config.js file to include the API key and the relevant stops
  4. Start the mirror

Expected behavior
The module displays the correct train information for the selected stops

** Actual behavior**
The module displays no train information, only has the header "NEXT TRAINS" followed by a straight line. Completely blank below that.

Screenshots
N/A

Platform (please complete the following information):

  • Node Version: 14.21.3
  • Web Browser/Electron version: ^11.4.9
  • Hardware [e.g. Raspberry Pi 2/3, Windows, Mac, Linux, System V UNIX]: Raspberry pi 4 running raspbian

Configuration

{ disabled: false,
    module: 'MMM-nyc-transit',
    position: "top_left",
    header: "Next Train",
    config: {
      apiKey: "<API key>",
      displayType: "list",
      mtaType: 'train',
      stations: [
        {
          stationId: 610,
          walkingTime: 5,
          dir: {
              upTown: true,
              downTown: true,
          }
        },
        {
          stationId: 177,
          walkingTime: 5,
          dir: {
            upTown: true,
            downTown: false,
          }
        }
      ],
      updateInterval: 300000,
    }
  },

Additional context
N/A

@Srcodesalittle Srcodesalittle added the 🐛 bug Something isn't working label Mar 6, 2023
@Srcodesalittle
Copy link
Author

Not to be a bother but are there any updates on this issue? Thanks

@Elaniobro
Copy link
Owner

Is MMM-nyc-transit the only module running? How many instances of it do you have installed?

@Srcodesalittle
Copy link
Author

It is not the only module running and I have only one instance of the module installed. All the other modules are working fine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants