A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
- 
 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 initin the module directory and after that run the commandnpm install --save requestandnpm install --save xml2jsor install the dependencies globally withnpm install -g requestandnpm install -g xml2js

