MagicMirror² v2.24.0 is available! For more information about this release, check out this topic.
STIB Brussels Transport Waiting time at stops
-
I forked @Bangee 's swisstransport thanks for that) and adapted it to show waiting times for lines passing at a given stop in Brussels (BE).
https://github.com/danito/MMM-stib
-
Hi,
I didn’t succeed to install this amazing module.
Can you help me ?
I’ve copied the git , rename the folder to “stib” and add your line to the config.jsAre they other dependencies ?
Thanks. -
@lhanneus the module developer did not provide a package.json file, so you have to create one yourself with
npm init
in the module directory and after that run the commandnpm install --save request
andnpm install --save xml2js
or install the dependencies globally withnpm install -g request
andnpm install -g xml2js