Read the statement by Michael Teeuw here.
MBTA - can anyone get this working?
-
@nakulbende said in MBTA - can anyone get this working?:
MMM-MBTA
according to the readme
stations
This is an array of stations that you wish to display. Currently, only one max station is allowed. For a list of station names, please refer to stations-formatted.json. Make sure to use the common name!
Example: stations: [ “Airport” ].
Expected Value type: [String, String, …].so, it is ALWAYS has the brackets , even if just one station name
stations: [ something ]
I don’t know what this means
Currently, only one max station is allowedbased on the code, it looks like it will look up the station number from the name as provided in the
stations-formatted.json file…so, you would use the name
-
Not sure how I got that - but I just changed them to common names. Still nothing.
-
@nakulbende did u change them to the names listed in the json file?
-
Wait, it worked now. I was missing the []. It needs an array. Thanks again!
-
@nakulbende cool!