Giter Club home page Giter Club logo

mmm-stib2's People

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

novalore

mmm-stib2's Issues

GTFS ???

Bonsoir merci pour le module , il est top.
par contre les gtfs je ne trouve pas , la liste des arrêts avec les noms et id si vous pouvez m aider pour ca, merci aussi savez vous quel est le temps max que le système accès pour la clé ou si on peut mettre une valeur pour ne pas devoir régénérer. Bonne soiree

No data (with valid API key)

Hi,
Does someone still use this module? It looks great in the screenshot and it would be ideal for my mirror, but I can't get anything from the API and there are no logs. I have the impression that the endpoints changed. Check https://data.stib-mivb.be/explore/dataset/waiting-time-rt-production/api/ for example.

In case anyone will answer, the following is my configuration entry for the module:
{ module: "MMM-stib2", position: "bottom_center", header: "STIB-MIVB", config: { apiToken: "XXX", //here I added my Api key from https://stibmivb.opendatasoft.com/account/api-keys/ stops: [{ name: "Jourdan", id: ["3921", "3922", "3158B"] }, { name: "Etangs", id: ["1777B", "1733", "3160", "3572"] }] } },

Showing "no data"

Hello @bendardenne ,

This is my config:

{
module: "MMM-stib2", // Transport de Bruxelles
position: "bottom_left",
config: {
apiToken: "xxxxxxxx",
stops: [
{
name: "EDDY MERCKX",
id: ["8651"]
},
]
}
},

I tried multiples stations ID and name. I refreshed the access token. Nothing changes. I've got the "no data" sentence on my mirror.
Furthermore, I checked the console, there is no problem.

Any issue to solve this problem ?
Thanks !
Have a wonderful week end,

  • Max

What if the same bus line stops at two stops in the array for different destinations?

The module is designed to avoid duplicates
for (let line in stop) { // Don't show the same line on multiple stops if (seen.has(line)) { continue; }

But this is not always a good design choice.
around Place Jourdan, for example, bus line 80 stops at Jourdan heading to Porte de Namur and at Etangs heading to Haren.
It would be great if the module could display the same line at two different stops in this case.
Ideally we would have a config option to enable or disable this feature.
Something like:
allowMultipleStopsSameLine: "yes"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.