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.
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.
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
It says “finish translation system” but I can’t find any Finish translation.
(sorry ;-) and thanks for the great work)
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?