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
Read the statement by Michael Teeuw here.
Best posts made by danito
-
STIB Brussels Transport Waiting time at stops
Latest posts made by danito
-
Hide Module (not deleting if from the config.js)
Hi,
Is there a way to hide an active module in place of deleting it from the config?
I tried something like :module:clock, position: 'top_left', config: {hidden : true}
But without luck.
-
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
-
RE: [Enhancement] Translation system
It says “finish translation system” but I can’t find any Finish translation.
(sorry ;-) and thanks for the great work) -
Usind date from one module to another
Hi,
Just looking in the module development and I was thinking about to replace the “compliments” module by something displaying some relevant messages depending on the time of the day.
By this, I was wondering if it is possible to “recycle” data from other modules. I would like to display something like TODAY : Meeting with John… TODAY : don’t forget to call mum…5 min left to get the train…Seems rainy and cold today…
All this info gathered from other modules into one.
Any idea if it is possible to get their info without rewriting every call again?