Skip to content

DataMall API Endpoints Migration #3

@dtalukdar13

Description

@dtalukdar13

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions