Minor mistake in install instructions.
cd ~/MagicMirror/modules
git clone https://github.com/eouia/MMM-TelegramBot.git
cd modules/MMM-TelegramBot
npm install
cd modules/MMM-TelegramBot is not working beacuse youre already in the modules-folder. Change to:
cd ~/MagicMirror/modules
git clone https://github.com/eouia/MMM-TelegramBot.git
cd MMM-TelegramBot
npm install
then its working.
Minor mistake in install instructions.
cd modules/MMM-TelegramBot is not working beacuse youre already in the modules-folder. Change to:
then its working.