-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
It looks like there was a recent API Endpoints Migration that broke the data retrieval.
This is an easy fix.
In the file file MMM-SG-Transport-V2.js, change the following lines from
lta_api_url: "http://datamall2.mytransport.sg/ltaodataservice/",
lta_api_bus_arrival_path: "BusArrivalv2"
to
lta_api_url: "https://datamall2.mytransport.sg/ltaodataservice/v3/",
lta_api_bus_arrival_path: "BusArrival",
and you'll be back in business.
Metadata
Metadata
Assignees
Labels
No labels