A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-TelegramBot customCommands creation
-
Hi everybody,
I’ve been using MMM-TelegramBot for a while and it really works greatly.I need now to create a new custom command and reading the documentation I really don’t know where to start from.
Should I create it in MMM-TelegramBOT/MMM-TelegramBOT.js or simply add it in the MM config.js? If extended documentation please report so I can study on that.
A good alternative, if possible, would be to add a label to the favor shortcuts on Telegram app not to see the whole command.
Thank you in advance for your support.
-
If it can helps I found this guides:
https://github.com/bugsounet/MMM-TelegramBot/wiki/Custom-Command
https://github.com/bugsounet/MMM-TelegramBot/wiki/How-to-add-commands -
You have 2 possibilities:
- with your config module (config.js file) with customCommands: []
- directly in your own module. There is an real exemple code with MMM-Assistant2Display for TelegramBot