diff --git a/bin/set_telegram_api_key b/bin/set_telegram_api_key new file mode 100755 index 00000000..f603a8a8 --- /dev/null +++ b/bin/set_telegram_api_key @@ -0,0 +1,27 @@ +#!/bin/bash +# +# Add your TelegramBot API key to /usr/local/MirrorCommand/etc/mirrorkeys +. /usr/local/MirrorCommand/etc/mirrorkeys + +# Exit if no API key has been configured +[ "${telegramApiKey}" == "xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx" ] && exit 0 + +MMHOME="$1" +[ -d ${MMHOME}/modules/MMM-TelegramBot ] || { + MMHOME= + for homedir in /usr/local /home/* + do + [ "${homedir}" == "/home/*" ] && continue + [ -d ${homedir}/MagicMirror/modules/MMM-TelegramBot ] && { + MMHOME="${homedir}/MagicMirror" + break + } + done +} + +[ -d ${MMHOME}/modules/MMM-TelegramBot ] && { + # Exit if an API key environment file exists + [ -f ${MMHOME}/modules/MMM-TelegramBot/.env ] && exit 0 + # Set the TelegramBot API Key + echo "TELEGRAM_API_KEY=${telegramApiKey}" > ${MMHOME}/modules/MMM-TelegramBot/.env +} diff --git a/bin/showkeys b/bin/showkeys index f4e4f4d9..7251fa5c 100755 --- a/bin/showkeys +++ b/bin/showkeys @@ -1,7 +1,7 @@ #!/bin/bash MMCONFDIR="/usr/local/MirrorCommand" -BINDIR="/usr/local/MirrorCommand/bin" +BINDIR="${MMCONFDIR}/bin" QUIET= [ "$1" == "-q" ] && QUIET=1 @@ -43,6 +43,9 @@ MMHOME="$HOME/MagicMirror" showconfkeys CONFDIR=${MMHOME}/config-landscape-notelegram showconfkeys + [ -x ${BINDIR}/set_telegram_api_key ] && { + ${BINDIR}/set_telegram_api_key "${MMHOME}" + } } CONFDIR=${MMCONFDIR}/config diff --git a/config-landscape/YouTube/config-babymetal.js b/config-landscape/YouTube/config-babymetal.js index 3b061611..45d0e8dd 100644 --- a/config-landscape/YouTube/config-babymetal.js +++ b/config-landscape/YouTube/config-babymetal.js @@ -85,7 +85,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config-landscape/YouTube/config-beauty.js b/config-landscape/YouTube/config-beauty.js index a0aebea1..b02fffdf 100644 --- a/config-landscape/YouTube/config-beauty.js +++ b/config-landscape/YouTube/config-beauty.js @@ -85,7 +85,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config-landscape/YouTube/config-blacktape.js b/config-landscape/YouTube/config-blacktape.js index fdfcebac..387a6829 100644 --- a/config-landscape/YouTube/config-blacktape.js +++ b/config-landscape/YouTube/config-blacktape.js @@ -85,7 +85,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config-landscape/YouTube/config-bowie.js b/config-landscape/YouTube/config-bowie.js index 0057e6b9..2a76318b 100644 --- a/config-landscape/YouTube/config-bowie.js +++ b/config-landscape/YouTube/config-bowie.js @@ -85,7 +85,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config-landscape/YouTube/config-concerts.js b/config-landscape/YouTube/config-concerts.js index 5549c8bd..9cea525b 100644 --- a/config-landscape/YouTube/config-concerts.js +++ b/config-landscape/YouTube/config-concerts.js @@ -85,7 +85,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config-landscape/YouTube/config-dancing.js b/config-landscape/YouTube/config-dancing.js index 88b1e9bf..94b3db8b 100644 --- a/config-landscape/YouTube/config-dancing.js +++ b/config-landscape/YouTube/config-dancing.js @@ -85,7 +85,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config-landscape/YouTube/config-deeppurple.js b/config-landscape/YouTube/config-deeppurple.js index 0354daf8..3de26c39 100644 --- a/config-landscape/YouTube/config-deeppurple.js +++ b/config-landscape/YouTube/config-deeppurple.js @@ -85,7 +85,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config-landscape/YouTube/config-deepthoughts.js b/config-landscape/YouTube/config-deepthoughts.js index 6f654dcd..22c758b6 100644 --- a/config-landscape/YouTube/config-deepthoughts.js +++ b/config-landscape/YouTube/config-deepthoughts.js @@ -85,7 +85,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config-landscape/YouTube/config-dualipa.js b/config-landscape/YouTube/config-dualipa.js index 2e8cd9a9..f22546cc 100644 --- a/config-landscape/YouTube/config-dualipa.js +++ b/config-landscape/YouTube/config-dualipa.js @@ -85,7 +85,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config-landscape/YouTube/config-elephantparts.js b/config-landscape/YouTube/config-elephantparts.js index 5d367959..3c7d5c5a 100644 --- a/config-landscape/YouTube/config-elephantparts.js +++ b/config-landscape/YouTube/config-elephantparts.js @@ -85,7 +85,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config-landscape/YouTube/config-fractalplaylist.js b/config-landscape/YouTube/config-fractalplaylist.js index 3bb88dfa..11ebe946 100644 --- a/config-landscape/YouTube/config-fractalplaylist.js +++ b/config-landscape/YouTube/config-fractalplaylist.js @@ -85,7 +85,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config-landscape/YouTube/config-hardzoom.js b/config-landscape/YouTube/config-hardzoom.js index 670d7fb2..676e3d2e 100644 --- a/config-landscape/YouTube/config-hardzoom.js +++ b/config-landscape/YouTube/config-hardzoom.js @@ -85,7 +85,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config-landscape/YouTube/config-kpop.js b/config-landscape/YouTube/config-kpop.js index 264c6dd2..8e0da1a5 100644 --- a/config-landscape/YouTube/config-kpop.js +++ b/config-landscape/YouTube/config-kpop.js @@ -85,7 +85,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config-landscape/YouTube/config-lostweekend.js b/config-landscape/YouTube/config-lostweekend.js index 2e7e70fe..019f42b1 100644 --- a/config-landscape/YouTube/config-lostweekend.js +++ b/config-landscape/YouTube/config-lostweekend.js @@ -85,7 +85,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config-landscape/YouTube/config-massage.js b/config-landscape/YouTube/config-massage.js index 97afd4ba..10e55e8b 100644 --- a/config-landscape/YouTube/config-massage.js +++ b/config-landscape/YouTube/config-massage.js @@ -85,7 +85,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config-landscape/YouTube/config-nilsson.js b/config-landscape/YouTube/config-nilsson.js index 1fea6e90..ad30eb92 100644 --- a/config-landscape/YouTube/config-nilsson.js +++ b/config-landscape/YouTube/config-nilsson.js @@ -85,7 +85,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config-landscape/YouTube/config-organ.js b/config-landscape/YouTube/config-organ.js index f1ac88de..2bfc429f 100644 --- a/config-landscape/YouTube/config-organ.js +++ b/config-landscape/YouTube/config-organ.js @@ -85,7 +85,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config-landscape/YouTube/config-pinkfloyd.js b/config-landscape/YouTube/config-pinkfloyd.js index 2ca54de2..d4ef6803 100644 --- a/config-landscape/YouTube/config-pinkfloyd.js +++ b/config-landscape/YouTube/config-pinkfloyd.js @@ -85,7 +85,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config-landscape/YouTube/config-qotsa.js b/config-landscape/YouTube/config-qotsa.js index 95ab0167..490bb874 100644 --- a/config-landscape/YouTube/config-qotsa.js +++ b/config-landscape/YouTube/config-qotsa.js @@ -85,7 +85,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config-landscape/YouTube/config-rufus.js b/config-landscape/YouTube/config-rufus.js index bc251c55..843d24b8 100644 --- a/config-landscape/YouTube/config-rufus.js +++ b/config-landscape/YouTube/config-rufus.js @@ -84,7 +84,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config-landscape/YouTube/config-sonofdracula.js b/config-landscape/YouTube/config-sonofdracula.js index d266b0e4..c45609e7 100644 --- a/config-landscape/YouTube/config-sonofdracula.js +++ b/config-landscape/YouTube/config-sonofdracula.js @@ -85,7 +85,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config-landscape/YouTube/config-sonofschmilsson.js b/config-landscape/YouTube/config-sonofschmilsson.js index 328fac6a..36755463 100644 --- a/config-landscape/YouTube/config-sonofschmilsson.js +++ b/config-landscape/YouTube/config-sonofschmilsson.js @@ -85,7 +85,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config-landscape/YouTube/config-televisionparts.js b/config-landscape/YouTube/config-televisionparts.js index 27a2600e..28c31c26 100644 --- a/config-landscape/YouTube/config-televisionparts.js +++ b/config-landscape/YouTube/config-televisionparts.js @@ -85,7 +85,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config-landscape/YouTube/config-tvthemes.js b/config-landscape/YouTube/config-tvthemes.js index 02f99d1e..1de7a6ce 100644 --- a/config-landscape/YouTube/config-tvthemes.js +++ b/config-landscape/YouTube/config-tvthemes.js @@ -85,7 +85,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config-landscape/YouTube/config-veritasium.js b/config-landscape/YouTube/config-veritasium.js index 5e5b0609..44edf81c 100644 --- a/config-landscape/YouTube/config-veritasium.js +++ b/config-landscape/YouTube/config-veritasium.js @@ -85,7 +85,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config-landscape/YouTube/config-zhu.js b/config-landscape/YouTube/config-zhu.js index 1db55219..7fa8d0db 100644 --- a/config-landscape/YouTube/config-zhu.js +++ b/config-landscape/YouTube/config-zhu.js @@ -85,7 +85,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config-landscape/config-YouTube.js b/config-landscape/config-YouTube.js index 486f04fa..93d98b78 100644 --- a/config-landscape/config-YouTube.js +++ b/config-landscape/config-YouTube.js @@ -99,7 +99,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config-landscape/config-calendar.js b/config-landscape/config-calendar.js index f240bdee..6a1f4cf2 100644 --- a/config-landscape/config-calendar.js +++ b/config-landscape/config-calendar.js @@ -94,7 +94,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config-landscape/config-default.js b/config-landscape/config-default.js index 3967feb3..e4529aa8 100644 --- a/config-landscape/config-default.js +++ b/config-landscape/config-default.js @@ -223,7 +223,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: false, diff --git a/config-landscape/config-network.js b/config-landscape/config-network.js index f54ea395..491a1690 100644 --- a/config-landscape/config-network.js +++ b/config-landscape/config-network.js @@ -388,7 +388,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config-landscape/config-networkcols.js b/config-landscape/config-networkcols.js index 3da5ca07..c72c63c7 100644 --- a/config-landscape/config-networkcols.js +++ b/config-landscape/config-networkcols.js @@ -374,7 +374,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config-landscape/config-roon.js b/config-landscape/config-roon.js index 0c32b22a..48222a19 100644 --- a/config-landscape/config-roon.js +++ b/config-landscape/config-roon.js @@ -100,7 +100,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config-landscape/config-traffic.js b/config-landscape/config-traffic.js index f592d2c6..c7778702 100644 --- a/config-landscape/config-traffic.js +++ b/config-landscape/config-traffic.js @@ -133,7 +133,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config-landscape/config-weather.js b/config-landscape/config-weather.js index b2dc72b9..9437f8cd 100644 --- a/config-landscape/config-weather.js +++ b/config-landscape/config-weather.js @@ -99,7 +99,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config-notelegram/Templates/MMM-TelegramBot.js b/config-notelegram/Templates/MMM-TelegramBot.js index 0292c5a4..f522e52c 100644 --- a/config-notelegram/Templates/MMM-TelegramBot.js +++ b/config-notelegram/Templates/MMM-TelegramBot.js @@ -4,7 +4,6 @@ { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: false, diff --git a/config-notelegram/telegrambot-custom-commands.js b/config-notelegram/telegrambot-custom-commands.js index bfa6e655..27832cfe 100644 --- a/config-notelegram/telegrambot-custom-commands.js +++ b/config-notelegram/telegrambot-custom-commands.js @@ -4,7 +4,6 @@ { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: false, diff --git a/config/Artists/config-Alexander_Dinh.js b/config/Artists/config-Alexander_Dinh.js index 059c4af1..e6f693e3 100644 --- a/config/Artists/config-Alexander_Dinh.js +++ b/config/Artists/config-Alexander_Dinh.js @@ -118,7 +118,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Artists/config-Aroma_Sensei.js b/config/Artists/config-Aroma_Sensei.js index ca4b2316..d09ff617 100644 --- a/config/Artists/config-Aroma_Sensei.js +++ b/config/Artists/config-Aroma_Sensei.js @@ -118,7 +118,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Artists/config-Axsens.js b/config/Artists/config-Axsens.js index 051f3d93..ecf40499 100644 --- a/config/Artists/config-Axsens.js +++ b/config/Artists/config-Axsens.js @@ -118,7 +118,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Artists/config-Ayya_Saparniyazova.js b/config/Artists/config-Ayya_Saparniyazova.js index 506c0aa6..e6007dda 100644 --- a/config/Artists/config-Ayya_Saparniyazova.js +++ b/config/Artists/config-Ayya_Saparniyazova.js @@ -118,7 +118,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Artists/config-Firolian.js b/config/Artists/config-Firolian.js index b170628b..80977f25 100644 --- a/config/Artists/config-Firolian.js +++ b/config/Artists/config-Firolian.js @@ -118,7 +118,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Artists/config-Fukuro_Ko.js b/config/Artists/config-Fukuro_Ko.js index 9d842e74..1c6f5658 100644 --- a/config/Artists/config-Fukuro_Ko.js +++ b/config/Artists/config-Fukuro_Ko.js @@ -118,7 +118,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Artists/config-HooBaMon.js b/config/Artists/config-HooBaMon.js index edf2b4c3..ccfa8610 100644 --- a/config/Artists/config-HooBaMon.js +++ b/config/Artists/config-HooBaMon.js @@ -118,7 +118,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Artists/config-Kittew.js b/config/Artists/config-Kittew.js index 96438d0f..2d130625 100644 --- a/config/Artists/config-Kittew.js +++ b/config/Artists/config-Kittew.js @@ -118,7 +118,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Artists/config-Krys_Decker.js b/config/Artists/config-Krys_Decker.js index 321887db..01ddc456 100644 --- a/config/Artists/config-Krys_Decker.js +++ b/config/Artists/config-Krys_Decker.js @@ -118,7 +118,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Artists/config-Liang-Xing.js b/config/Artists/config-Liang-Xing.js index 33f23d40..780019ca 100644 --- a/config/Artists/config-Liang-Xing.js +++ b/config/Artists/config-Liang-Xing.js @@ -118,7 +118,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Artists/config-Limgae.js b/config/Artists/config-Limgae.js index c84cd054..5b9e1f5a 100644 --- a/config/Artists/config-Limgae.js +++ b/config/Artists/config-Limgae.js @@ -118,7 +118,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Artists/config-Logan_Cure.js b/config/Artists/config-Logan_Cure.js index b14d1b6e..8f39edae 100644 --- a/config/Artists/config-Logan_Cure.js +++ b/config/Artists/config-Logan_Cure.js @@ -118,7 +118,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Artists/config-Luminyu.js b/config/Artists/config-Luminyu.js index 147c9587..fd3b8877 100644 --- a/config/Artists/config-Luminyu.js +++ b/config/Artists/config-Luminyu.js @@ -118,7 +118,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Artists/config-Mirco_Cabbia.js b/config/Artists/config-Mirco_Cabbia.js index 33f15706..d7cc0ce5 100644 --- a/config/Artists/config-Mirco_Cabbia.js +++ b/config/Artists/config-Mirco_Cabbia.js @@ -118,7 +118,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Artists/config-Nat_the_Lich.js b/config/Artists/config-Nat_the_Lich.js index b44cc67d..7e7f331b 100644 --- a/config/Artists/config-Nat_the_Lich.js +++ b/config/Artists/config-Nat_the_Lich.js @@ -118,7 +118,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Artists/config-NeoArtCorE.js b/config/Artists/config-NeoArtCorE.js index 4294e09a..810c439d 100644 --- a/config/Artists/config-NeoArtCorE.js +++ b/config/Artists/config-NeoArtCorE.js @@ -118,7 +118,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Artists/config-OthalamA.js b/config/Artists/config-OthalamA.js index 7b331d7e..04bbb2e8 100644 --- a/config/Artists/config-OthalamA.js +++ b/config/Artists/config-OthalamA.js @@ -118,7 +118,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Artists/config-Prywinko.js b/config/Artists/config-Prywinko.js index a9d43e53..95221da2 100644 --- a/config/Artists/config-Prywinko.js +++ b/config/Artists/config-Prywinko.js @@ -118,7 +118,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Artists/config-Sakimichan.js b/config/Artists/config-Sakimichan.js index 594d5034..f4d82698 100644 --- a/config/Artists/config-Sakimichan.js +++ b/config/Artists/config-Sakimichan.js @@ -118,7 +118,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Artists/config-Sciamano240.js b/config/Artists/config-Sciamano240.js index e4e78ac6..da2aec9b 100644 --- a/config/Artists/config-Sciamano240.js +++ b/config/Artists/config-Sciamano240.js @@ -118,7 +118,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Artists/config-Sevenbees.js b/config/Artists/config-Sevenbees.js index 0f4820c2..39307b00 100644 --- a/config/Artists/config-Sevenbees.js +++ b/config/Artists/config-Sevenbees.js @@ -118,7 +118,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Artists/config-Triss_Merigold.js b/config/Artists/config-Triss_Merigold.js index 4ef47356..66bf0efc 100644 --- a/config/Artists/config-Triss_Merigold.js +++ b/config/Artists/config-Triss_Merigold.js @@ -118,7 +118,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Artists/config-White_Spider.js b/config/Artists/config-White_Spider.js index 0c79d895..fb1f8eff 100644 --- a/config/Artists/config-White_Spider.js +++ b/config/Artists/config-White_Spider.js @@ -118,7 +118,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Artists/config-Wickellia.js b/config/Artists/config-Wickellia.js index 96230d29..d6b61e86 100644 --- a/config/Artists/config-Wickellia.js +++ b/config/Artists/config-Wickellia.js @@ -118,7 +118,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Artists/config-Windwalker.js b/config/Artists/config-Windwalker.js index d9ea871c..9f56efa8 100644 --- a/config/Artists/config-Windwalker.js +++ b/config/Artists/config-Windwalker.js @@ -118,7 +118,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Artists/config-Yupachu.js b/config/Artists/config-Yupachu.js index c576b313..9fa0688f 100644 --- a/config/Artists/config-Yupachu.js +++ b/config/Artists/config-Yupachu.js @@ -118,7 +118,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Artists/config-Zarory.js b/config/Artists/config-Zarory.js index 0cfb5b5b..c2fc5371 100644 --- a/config/Artists/config-Zarory.js +++ b/config/Artists/config-Zarory.js @@ -118,7 +118,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Artists/config-Zumi.js b/config/Artists/config-Zumi.js index 24be6f34..d32c5028 100644 --- a/config/Artists/config-Zumi.js +++ b/config/Artists/config-Zumi.js @@ -118,7 +118,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/JAV/config-Aika_Yumeno.js b/config/JAV/config-Aika_Yumeno.js index bf7ce3f1..2720cdeb 100644 --- a/config/JAV/config-Aika_Yumeno.js +++ b/config/JAV/config-Aika_Yumeno.js @@ -127,7 +127,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/JAV/config-Airi_Suzumura.js b/config/JAV/config-Airi_Suzumura.js index 8bd6cbb0..77e08260 100644 --- a/config/JAV/config-Airi_Suzumura.js +++ b/config/JAV/config-Airi_Suzumura.js @@ -127,7 +127,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/JAV/config-Aoi.js b/config/JAV/config-Aoi.js index 283600fc..b2cfd5dc 100644 --- a/config/JAV/config-Aoi.js +++ b/config/JAV/config-Aoi.js @@ -127,7 +127,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/JAV/config-Asuna_Kawai.js b/config/JAV/config-Asuna_Kawai.js index c906d618..07f6fa6b 100644 --- a/config/JAV/config-Asuna_Kawai.js +++ b/config/JAV/config-Asuna_Kawai.js @@ -127,7 +127,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/JAV/config-Chinese.js b/config/JAV/config-Chinese.js index 509a3e2c..29b4223a 100644 --- a/config/JAV/config-Chinese.js +++ b/config/JAV/config-Chinese.js @@ -127,7 +127,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/JAV/config-Japanese.js b/config/JAV/config-Japanese.js index 206403d8..ed33dc03 100644 --- a/config/JAV/config-Japanese.js +++ b/config/JAV/config-Japanese.js @@ -127,7 +127,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/JAV/config-Julia_Kyoka.js b/config/JAV/config-Julia_Kyoka.js index 76e5dcc0..f60a237e 100644 --- a/config/JAV/config-Julia_Kyoka.js +++ b/config/JAV/config-Julia_Kyoka.js @@ -127,7 +127,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/JAV/config-Kana_Momonogi.js b/config/JAV/config-Kana_Momonogi.js index 431ca34a..aa80695a 100644 --- a/config/JAV/config-Kana_Momonogi.js +++ b/config/JAV/config-Kana_Momonogi.js @@ -127,7 +127,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/JAV/config-Mana_Sakura.js b/config/JAV/config-Mana_Sakura.js index 17745475..a646a94b 100644 --- a/config/JAV/config-Mana_Sakura.js +++ b/config/JAV/config-Mana_Sakura.js @@ -127,7 +127,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/JAV/config-Masami_Ichikawa.js b/config/JAV/config-Masami_Ichikawa.js index 70b56109..e9c4a2e1 100644 --- a/config/JAV/config-Masami_Ichikawa.js +++ b/config/JAV/config-Masami_Ichikawa.js @@ -127,7 +127,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/JAV/config-Matsuri_Kiritani.js b/config/JAV/config-Matsuri_Kiritani.js index 77e1e48a..a77e5fe1 100644 --- a/config/JAV/config-Matsuri_Kiritani.js +++ b/config/JAV/config-Matsuri_Kiritani.js @@ -127,7 +127,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/JAV/config-Mayuki_Ito.js b/config/JAV/config-Mayuki_Ito.js index 0c3d3fb2..ca542735 100644 --- a/config/JAV/config-Mayuki_Ito.js +++ b/config/JAV/config-Mayuki_Ito.js @@ -127,7 +127,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/JAV/config-Miharu_Usa.js b/config/JAV/config-Miharu_Usa.js index f27bac33..92c139f5 100644 --- a/config/JAV/config-Miharu_Usa.js +++ b/config/JAV/config-Miharu_Usa.js @@ -127,7 +127,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/JAV/config-Minami_Hatsukawa.js b/config/JAV/config-Minami_Hatsukawa.js index 96fa8f44..22103633 100644 --- a/config/JAV/config-Minami_Hatsukawa.js +++ b/config/JAV/config-Minami_Hatsukawa.js @@ -127,7 +127,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/JAV/config-Minami_Kojima.js b/config/JAV/config-Minami_Kojima.js index b7487232..aabb1a78 100644 --- a/config/JAV/config-Minami_Kojima.js +++ b/config/JAV/config-Minami_Kojima.js @@ -127,7 +127,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/JAV/config-Moe_Amatsuka.js b/config/JAV/config-Moe_Amatsuka.js index 7b94cd7d..3aaf7a83 100644 --- a/config/JAV/config-Moe_Amatsuka.js +++ b/config/JAV/config-Moe_Amatsuka.js @@ -127,7 +127,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/JAV/config-Momo_Sakura.js b/config/JAV/config-Momo_Sakura.js index 494a2100..bed9aade 100644 --- a/config/JAV/config-Momo_Sakura.js +++ b/config/JAV/config-Momo_Sakura.js @@ -127,7 +127,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/JAV/config-Nodoka_Sakuraha.js b/config/JAV/config-Nodoka_Sakuraha.js index 90fe5a35..913d680f 100644 --- a/config/JAV/config-Nodoka_Sakuraha.js +++ b/config/JAV/config-Nodoka_Sakuraha.js @@ -127,7 +127,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/JAV/config-Shoko_Takahashi.js b/config/JAV/config-Shoko_Takahashi.js index 7b2ff09b..be117701 100644 --- a/config/JAV/config-Shoko_Takahashi.js +++ b/config/JAV/config-Shoko_Takahashi.js @@ -127,7 +127,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/JAV/config-Son_Ye-Eun.js b/config/JAV/config-Son_Ye-Eun.js index 41e81b41..d2a2573b 100644 --- a/config/JAV/config-Son_Ye-Eun.js +++ b/config/JAV/config-Son_Ye-Eun.js @@ -118,7 +118,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/JAV/config-Suzu_Honjo.js b/config/JAV/config-Suzu_Honjo.js index bd877413..e6604999 100644 --- a/config/JAV/config-Suzu_Honjo.js +++ b/config/JAV/config-Suzu_Honjo.js @@ -127,7 +127,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/JAV/config-Syunka_Ayami.js b/config/JAV/config-Syunka_Ayami.js index 7f536aa1..6900e001 100644 --- a/config/JAV/config-Syunka_Ayami.js +++ b/config/JAV/config-Syunka_Ayami.js @@ -127,7 +127,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/JAV/config-Utsunomiya_Shion.js b/config/JAV/config-Utsunomiya_Shion.js index 8c447688..44b201f7 100644 --- a/config/JAV/config-Utsunomiya_Shion.js +++ b/config/JAV/config-Utsunomiya_Shion.js @@ -127,7 +127,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/JAV/config-Yua_Mikami.js b/config/JAV/config-Yua_Mikami.js index d7168202..48354413 100644 --- a/config/JAV/config-Yua_Mikami.js +++ b/config/JAV/config-Yua_Mikami.js @@ -127,7 +127,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/JAV/config-Yuna_Ogura.js b/config/JAV/config-Yuna_Ogura.js index 94f7d283..22e8ca06 100644 --- a/config/JAV/config-Yuna_Ogura.js +++ b/config/JAV/config-Yuna_Ogura.js @@ -127,7 +127,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/JAV/config-Yura_Kano.js b/config/JAV/config-Yura_Kano.js index f4f5b0ff..5472718d 100644 --- a/config/JAV/config-Yura_Kano.js +++ b/config/JAV/config-Yura_Kano.js @@ -127,7 +127,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Models/config-Ali_Rose.js b/config/Models/config-Ali_Rose.js index f85e0235..1bb777be 100644 --- a/config/Models/config-Ali_Rose.js +++ b/config/Models/config-Ali_Rose.js @@ -124,7 +124,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Models/config-Alisa_I.js b/config/Models/config-Alisa_I.js index e2f9a8ac..0379df16 100644 --- a/config/Models/config-Alisa_I.js +++ b/config/Models/config-Alisa_I.js @@ -100,7 +100,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Models/config-Anastasia_Scheglova.js b/config/Models/config-Anastasia_Scheglova.js index 7180c5ab..3ce8e465 100644 --- a/config/Models/config-Anastasia_Scheglova.js +++ b/config/Models/config-Anastasia_Scheglova.js @@ -100,7 +100,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Models/config-Angelika_Wachowska.js b/config/Models/config-Angelika_Wachowska.js index 1d263c0e..2a4b1805 100644 --- a/config/Models/config-Angelika_Wachowska.js +++ b/config/Models/config-Angelika_Wachowska.js @@ -100,7 +100,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Models/config-Any_Tsareva.js b/config/Models/config-Any_Tsareva.js index efb86939..c3096d20 100644 --- a/config/Models/config-Any_Tsareva.js +++ b/config/Models/config-Any_Tsareva.js @@ -100,7 +100,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Models/config-Appolinaria_Maryanovskaya.js b/config/Models/config-Appolinaria_Maryanovskaya.js index 04adab8e..5139e697 100644 --- a/config/Models/config-Appolinaria_Maryanovskaya.js +++ b/config/Models/config-Appolinaria_Maryanovskaya.js @@ -95,7 +95,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Models/config-Brazilian.js b/config/Models/config-Brazilian.js index f3b80608..bc2c9d99 100644 --- a/config/Models/config-Brazilian.js +++ b/config/Models/config-Brazilian.js @@ -100,7 +100,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Models/config-Carisha.js b/config/Models/config-Carisha.js index 66bf705a..502855c0 100644 --- a/config/Models/config-Carisha.js +++ b/config/Models/config-Carisha.js @@ -118,7 +118,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Models/config-Colombian.js b/config/Models/config-Colombian.js index 535fd810..6dfd78a3 100644 --- a/config/Models/config-Colombian.js +++ b/config/Models/config-Colombian.js @@ -100,7 +100,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Models/config-Corinna.js b/config/Models/config-Corinna.js index 23bd5f74..ace3ac64 100644 --- a/config/Models/config-Corinna.js +++ b/config/Models/config-Corinna.js @@ -118,7 +118,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Models/config-Czech.js b/config/Models/config-Czech.js index 3ca9ce0c..302dfdfa 100644 --- a/config/Models/config-Czech.js +++ b/config/Models/config-Czech.js @@ -100,7 +100,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Models/config-Diana_Sedova.js b/config/Models/config-Diana_Sedova.js index 27618ba9..7ece12ca 100644 --- a/config/Models/config-Diana_Sedova.js +++ b/config/Models/config-Diana_Sedova.js @@ -100,7 +100,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Models/config-Eden_Arya.js b/config/Models/config-Eden_Arya.js index 2f74e331..68171f8f 100644 --- a/config/Models/config-Eden_Arya.js +++ b/config/Models/config-Eden_Arya.js @@ -100,7 +100,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Models/config-Foxy_Di.js b/config/Models/config-Foxy_Di.js index 6100c2b3..aaf115fd 100644 --- a/config/Models/config-Foxy_Di.js +++ b/config/Models/config-Foxy_Di.js @@ -100,7 +100,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Models/config-Georgia.js b/config/Models/config-Georgia.js index 35998f7e..1031f007 100644 --- a/config/Models/config-Georgia.js +++ b/config/Models/config-Georgia.js @@ -100,7 +100,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Models/config-Heidi_Romanova.js b/config/Models/config-Heidi_Romanova.js index 787b6c81..1e2ea394 100644 --- a/config/Models/config-Heidi_Romanova.js +++ b/config/Models/config-Heidi_Romanova.js @@ -124,7 +124,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Models/config-Helga_Lovekaty.js b/config/Models/config-Helga_Lovekaty.js index 945d9235..c06cca58 100644 --- a/config/Models/config-Helga_Lovekaty.js +++ b/config/Models/config-Helga_Lovekaty.js @@ -100,7 +100,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Models/config-Helly_von_Valentine.js b/config/Models/config-Helly_von_Valentine.js index b40b2418..6d6d5f97 100644 --- a/config/Models/config-Helly_von_Valentine.js +++ b/config/Models/config-Helly_von_Valentine.js @@ -100,7 +100,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Models/config-Jenya.js b/config/Models/config-Jenya.js index 9aee3d7a..ccfa5f64 100644 --- a/config/Models/config-Jenya.js +++ b/config/Models/config-Jenya.js @@ -100,7 +100,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Models/config-Lana_Lane.js b/config/Models/config-Lana_Lane.js index 9c5ea190..84b25eb4 100644 --- a/config/Models/config-Lana_Lane.js +++ b/config/Models/config-Lana_Lane.js @@ -100,7 +100,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Models/config-Latina.js b/config/Models/config-Latina.js index 3d467f19..c370c67a 100644 --- a/config/Models/config-Latina.js +++ b/config/Models/config-Latina.js @@ -100,7 +100,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Models/config-Li_Moon.js b/config/Models/config-Li_Moon.js index 8b8bb90b..8e1a8628 100644 --- a/config/Models/config-Li_Moon.js +++ b/config/Models/config-Li_Moon.js @@ -100,7 +100,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Models/config-Martina_Mink.js b/config/Models/config-Martina_Mink.js index 1346709e..4053a781 100644 --- a/config/Models/config-Martina_Mink.js +++ b/config/Models/config-Martina_Mink.js @@ -100,7 +100,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Models/config-Maya_Shakhnazarova.js b/config/Models/config-Maya_Shakhnazarova.js index 4a9647c2..4bb25d56 100644 --- a/config/Models/config-Maya_Shakhnazarova.js +++ b/config/Models/config-Maya_Shakhnazarova.js @@ -100,7 +100,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Models/config-Mila_Azul.js b/config/Models/config-Mila_Azul.js index e582841e..69bf79cd 100644 --- a/config/Models/config-Mila_Azul.js +++ b/config/Models/config-Mila_Azul.js @@ -100,7 +100,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Models/config-Nata_Lee.js b/config/Models/config-Nata_Lee.js index 883f6ef7..21961c91 100644 --- a/config/Models/config-Nata_Lee.js +++ b/config/Models/config-Nata_Lee.js @@ -100,7 +100,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Models/config-Natalia_Andreeva.js b/config/Models/config-Natalia_Andreeva.js index 880f49aa..979596a1 100644 --- a/config/Models/config-Natalia_Andreeva.js +++ b/config/Models/config-Natalia_Andreeva.js @@ -100,7 +100,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Models/config-Neu_Ling.js b/config/Models/config-Neu_Ling.js index c010f4d4..4023d959 100644 --- a/config/Models/config-Neu_Ling.js +++ b/config/Models/config-Neu_Ling.js @@ -118,7 +118,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Models/config-Niemira.js b/config/Models/config-Niemira.js index 78c95979..54000295 100644 --- a/config/Models/config-Niemira.js +++ b/config/Models/config-Niemira.js @@ -100,7 +100,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Models/config-Pammie_Lee.js b/config/Models/config-Pammie_Lee.js index dbadadef..ffb7f459 100644 --- a/config/Models/config-Pammie_Lee.js +++ b/config/Models/config-Pammie_Lee.js @@ -100,7 +100,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Models/config-Polish.js b/config/Models/config-Polish.js index 21903545..a3b3c8e0 100644 --- a/config/Models/config-Polish.js +++ b/config/Models/config-Polish.js @@ -100,7 +100,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Models/config-Russian.js b/config/Models/config-Russian.js index a81cd120..05699dd1 100644 --- a/config/Models/config-Russian.js +++ b/config/Models/config-Russian.js @@ -100,7 +100,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Models/config-Ukrainian.js b/config/Models/config-Ukrainian.js index 06a8fa0a..924b0884 100644 --- a/config/Models/config-Ukrainian.js +++ b/config/Models/config-Ukrainian.js @@ -100,7 +100,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Models/config-Velana.js b/config/Models/config-Velana.js index ea9d2d38..71214e53 100644 --- a/config/Models/config-Velana.js +++ b/config/Models/config-Velana.js @@ -90,7 +90,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Models/config-animgif.js b/config/Models/config-animgif.js index eafc0087..429e7f9e 100644 --- a/config/Models/config-animgif.js +++ b/config/Models/config-animgif.js @@ -90,7 +90,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: false, diff --git a/config/Models/config-moon.js b/config/Models/config-moon.js index 6cc00c9b..1f194cf3 100644 --- a/config/Models/config-moon.js +++ b/config/Models/config-moon.js @@ -100,7 +100,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Models/config-nuts.js b/config/Models/config-nuts.js index 6959cfb1..240d267e 100644 --- a/config/Models/config-nuts.js +++ b/config/Models/config-nuts.js @@ -100,7 +100,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Models/config-sol.js b/config/Models/config-sol.js index 7a2f874b..1c42853e 100644 --- a/config/Models/config-sol.js +++ b/config/Models/config-sol.js @@ -100,7 +100,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Models/config-tuigirl.js b/config/Models/config-tuigirl.js index 0f2680c7..29a24a8a 100644 --- a/config/Models/config-tuigirl.js +++ b/config/Models/config-tuigirl.js @@ -117,7 +117,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Models/config-water.js b/config/Models/config-water.js index c4431ebd..1be897bf 100644 --- a/config/Models/config-water.js +++ b/config/Models/config-water.js @@ -100,7 +100,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Photographers/config-Aleksandr_Mavrin.js b/config/Photographers/config-Aleksandr_Mavrin.js index 5f753853..db5b1698 100644 --- a/config/Photographers/config-Aleksandr_Mavrin.js +++ b/config/Photographers/config-Aleksandr_Mavrin.js @@ -127,7 +127,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Photographers/config-Alexander_Grinn.js b/config/Photographers/config-Alexander_Grinn.js index 0633417b..10ccee19 100644 --- a/config/Photographers/config-Alexander_Grinn.js +++ b/config/Photographers/config-Alexander_Grinn.js @@ -127,7 +127,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Photographers/config-Andrey_Popov.js b/config/Photographers/config-Andrey_Popov.js index 2d2f17bd..ce40be92 100644 --- a/config/Photographers/config-Andrey_Popov.js +++ b/config/Photographers/config-Andrey_Popov.js @@ -127,7 +127,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Photographers/config-David_Dubnitskiy.js b/config/Photographers/config-David_Dubnitskiy.js index 5ee90d30..8342004e 100644 --- a/config/Photographers/config-David_Dubnitskiy.js +++ b/config/Photographers/config-David_Dubnitskiy.js @@ -128,7 +128,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Photographers/config-Dmitry_Borisov.js b/config/Photographers/config-Dmitry_Borisov.js index 3d3a92a3..5ff0295a 100644 --- a/config/Photographers/config-Dmitry_Borisov.js +++ b/config/Photographers/config-Dmitry_Borisov.js @@ -127,7 +127,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Photographers/config-Igor_Viushkin.js b/config/Photographers/config-Igor_Viushkin.js index 1f5a5814..479a3bcd 100644 --- a/config/Photographers/config-Igor_Viushkin.js +++ b/config/Photographers/config-Igor_Viushkin.js @@ -127,7 +127,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Photographers/config-Ivan_Ustinov.js b/config/Photographers/config-Ivan_Ustinov.js index 86b01abe..64414066 100644 --- a/config/Photographers/config-Ivan_Ustinov.js +++ b/config/Photographers/config-Ivan_Ustinov.js @@ -127,7 +127,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Photographers/config-Stefan_Soell.js b/config/Photographers/config-Stefan_Soell.js index a39e754a..d19a832d 100644 --- a/config/Photographers/config-Stefan_Soell.js +++ b/config/Photographers/config-Stefan_Soell.js @@ -127,7 +127,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Photographers/config-Vladimir_Nikolaev.js b/config/Photographers/config-Vladimir_Nikolaev.js index adbdda2b..6b4a81c1 100644 --- a/config/Photographers/config-Vladimir_Nikolaev.js +++ b/config/Photographers/config-Vladimir_Nikolaev.js @@ -127,7 +127,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Photos/config-gpalbums.js b/config/Photos/config-gpalbums.js index d1b5e543..bfe4b73c 100644 --- a/config/Photos/config-gpalbums.js +++ b/config/Photos/config-gpalbums.js @@ -90,7 +90,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: false, diff --git a/config/Photos/config-gpbooks.js b/config/Photos/config-gpbooks.js index 67f19129..085c3604 100644 --- a/config/Photos/config-gpbooks.js +++ b/config/Photos/config-gpbooks.js @@ -90,7 +90,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: false, diff --git a/config/Photos/config-gpdocuments.js b/config/Photos/config-gpdocuments.js index 6aed5087..1ab0f608 100644 --- a/config/Photos/config-gpdocuments.js +++ b/config/Photos/config-gpdocuments.js @@ -90,7 +90,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: false, diff --git a/config/Photos/config-gpenid.js b/config/Photos/config-gpenid.js index 3cbd39e5..b593a73f 100644 --- a/config/Photos/config-gpenid.js +++ b/config/Photos/config-gpenid.js @@ -90,7 +90,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: false, diff --git a/config/Photos/config-gpfamily.js b/config/Photos/config-gpfamily.js index b407eafb..b08c6d22 100644 --- a/config/Photos/config-gpfamily.js +++ b/config/Photos/config-gpfamily.js @@ -90,7 +90,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: false, diff --git a/config/Photos/config-gpflyers.js b/config/Photos/config-gpflyers.js index 68ddb7bd..00c885f1 100644 --- a/config/Photos/config-gpflyers.js +++ b/config/Photos/config-gpflyers.js @@ -90,7 +90,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: false, diff --git a/config/Photos/config-gpfriends.js b/config/Photos/config-gpfriends.js index 069b1c90..0a825b22 100644 --- a/config/Photos/config-gpfriends.js +++ b/config/Photos/config-gpfriends.js @@ -90,7 +90,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: false, diff --git a/config/Photos/config-gpgravitygirls.js b/config/Photos/config-gpgravitygirls.js index c55e5672..f07a11ab 100644 --- a/config/Photos/config-gpgravitygirls.js +++ b/config/Photos/config-gpgravitygirls.js @@ -90,7 +90,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: false, diff --git a/config/Photos/config-gphome.js b/config/Photos/config-gphome.js index a58560e3..88e67213 100644 --- a/config/Photos/config-gphome.js +++ b/config/Photos/config-gphome.js @@ -90,7 +90,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: false, diff --git a/config/Photos/config-gprachel.js b/config/Photos/config-gprachel.js index b3e29f67..185e7600 100644 --- a/config/Photos/config-gprachel.js +++ b/config/Photos/config-gprachel.js @@ -90,7 +90,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: false, diff --git a/config/Photos/config-gptipilife.js b/config/Photos/config-gptipilife.js index 5fc08d9f..6d4e819d 100644 --- a/config/Photos/config-gptipilife.js +++ b/config/Photos/config-gptipilife.js @@ -90,7 +90,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: false, diff --git a/config/Templates/MMM-TelegramBot.js b/config/Templates/MMM-TelegramBot.js index 0292c5a4..f522e52c 100644 --- a/config/Templates/MMM-TelegramBot.js +++ b/config/Templates/MMM-TelegramBot.js @@ -4,7 +4,6 @@ { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: false, diff --git a/config/Templates/config-artist-template.js b/config/Templates/config-artist-template.js index a99e75b3..d2975744 100644 --- a/config/Templates/config-artist-template.js +++ b/config/Templates/config-artist-template.js @@ -100,7 +100,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Templates/config-jav-template.js b/config/Templates/config-jav-template.js index bcec92b1..6571a6c2 100644 --- a/config/Templates/config-jav-template.js +++ b/config/Templates/config-jav-template.js @@ -100,7 +100,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Templates/config-model-template.js b/config/Templates/config-model-template.js index 77e76e82..42257800 100644 --- a/config/Templates/config-model-template.js +++ b/config/Templates/config-model-template.js @@ -100,7 +100,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Templates/config-photo-template.js b/config/Templates/config-photo-template.js index 807122f3..57a1eedd 100644 --- a/config/Templates/config-photo-template.js +++ b/config/Templates/config-photo-template.js @@ -100,7 +100,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/Templates/config-whvn-template.js b/config/Templates/config-whvn-template.js index dc533ad5..947ed752 100644 --- a/config/Templates/config-whvn-template.js +++ b/config/Templates/config-whvn-template.js @@ -100,7 +100,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/YouTube/config-babymetal.js b/config/YouTube/config-babymetal.js index 389e611b..3e451785 100644 --- a/config/YouTube/config-babymetal.js +++ b/config/YouTube/config-babymetal.js @@ -85,7 +85,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/YouTube/config-beauty.js b/config/YouTube/config-beauty.js index 184fbf14..9a3af256 100644 --- a/config/YouTube/config-beauty.js +++ b/config/YouTube/config-beauty.js @@ -85,7 +85,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/YouTube/config-blacktape.js b/config/YouTube/config-blacktape.js index f7ee6264..c0517501 100644 --- a/config/YouTube/config-blacktape.js +++ b/config/YouTube/config-blacktape.js @@ -85,7 +85,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/YouTube/config-bowie.js b/config/YouTube/config-bowie.js index 138fc071..babb39c3 100644 --- a/config/YouTube/config-bowie.js +++ b/config/YouTube/config-bowie.js @@ -85,7 +85,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/YouTube/config-concerts.js b/config/YouTube/config-concerts.js index ddb95ba2..a3283814 100644 --- a/config/YouTube/config-concerts.js +++ b/config/YouTube/config-concerts.js @@ -85,7 +85,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/YouTube/config-dancing.js b/config/YouTube/config-dancing.js index e8d2f94a..77d3abfb 100644 --- a/config/YouTube/config-dancing.js +++ b/config/YouTube/config-dancing.js @@ -85,7 +85,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/YouTube/config-deeppurple.js b/config/YouTube/config-deeppurple.js index 7809c05b..b01bf82a 100644 --- a/config/YouTube/config-deeppurple.js +++ b/config/YouTube/config-deeppurple.js @@ -85,7 +85,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/YouTube/config-deepthoughts.js b/config/YouTube/config-deepthoughts.js index dff5eb82..91793c3e 100644 --- a/config/YouTube/config-deepthoughts.js +++ b/config/YouTube/config-deepthoughts.js @@ -85,7 +85,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/YouTube/config-dualipa.js b/config/YouTube/config-dualipa.js index 641be4e4..4a74bd06 100644 --- a/config/YouTube/config-dualipa.js +++ b/config/YouTube/config-dualipa.js @@ -85,7 +85,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/YouTube/config-elephantparts.js b/config/YouTube/config-elephantparts.js index ffd73e69..19b1e25c 100644 --- a/config/YouTube/config-elephantparts.js +++ b/config/YouTube/config-elephantparts.js @@ -85,7 +85,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/YouTube/config-fractalplaylist.js b/config/YouTube/config-fractalplaylist.js index 3bb88dfa..11ebe946 100644 --- a/config/YouTube/config-fractalplaylist.js +++ b/config/YouTube/config-fractalplaylist.js @@ -85,7 +85,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/YouTube/config-hardzoom.js b/config/YouTube/config-hardzoom.js index 670d7fb2..676e3d2e 100644 --- a/config/YouTube/config-hardzoom.js +++ b/config/YouTube/config-hardzoom.js @@ -85,7 +85,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/YouTube/config-kpop.js b/config/YouTube/config-kpop.js index 7bb56c09..c3489a82 100644 --- a/config/YouTube/config-kpop.js +++ b/config/YouTube/config-kpop.js @@ -85,7 +85,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/YouTube/config-lostweekend.js b/config/YouTube/config-lostweekend.js index 0b3c7317..7f5b71c8 100644 --- a/config/YouTube/config-lostweekend.js +++ b/config/YouTube/config-lostweekend.js @@ -85,7 +85,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/YouTube/config-massage.js b/config/YouTube/config-massage.js index 84b3edca..5bf2667d 100644 --- a/config/YouTube/config-massage.js +++ b/config/YouTube/config-massage.js @@ -85,7 +85,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/YouTube/config-nilsson.js b/config/YouTube/config-nilsson.js index 69629e07..ee0b5fe7 100644 --- a/config/YouTube/config-nilsson.js +++ b/config/YouTube/config-nilsson.js @@ -85,7 +85,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/YouTube/config-organ.js b/config/YouTube/config-organ.js index d98b83ff..281df419 100644 --- a/config/YouTube/config-organ.js +++ b/config/YouTube/config-organ.js @@ -85,7 +85,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/YouTube/config-pinkfloyd.js b/config/YouTube/config-pinkfloyd.js index fc28886b..69fb931b 100644 --- a/config/YouTube/config-pinkfloyd.js +++ b/config/YouTube/config-pinkfloyd.js @@ -85,7 +85,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/YouTube/config-qotsa.js b/config/YouTube/config-qotsa.js index e9a666cd..0d58453f 100644 --- a/config/YouTube/config-qotsa.js +++ b/config/YouTube/config-qotsa.js @@ -85,7 +85,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/YouTube/config-rufus.js b/config/YouTube/config-rufus.js index a95132d5..80b2e050 100644 --- a/config/YouTube/config-rufus.js +++ b/config/YouTube/config-rufus.js @@ -84,7 +84,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/YouTube/config-sonofdracula.js b/config/YouTube/config-sonofdracula.js index 125e7ea6..0aca244a 100644 --- a/config/YouTube/config-sonofdracula.js +++ b/config/YouTube/config-sonofdracula.js @@ -85,7 +85,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/YouTube/config-sonofschmilsson.js b/config/YouTube/config-sonofschmilsson.js index 95a60bf5..c77552d4 100644 --- a/config/YouTube/config-sonofschmilsson.js +++ b/config/YouTube/config-sonofschmilsson.js @@ -85,7 +85,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/YouTube/config-televisionparts.js b/config/YouTube/config-televisionparts.js index 22da394a..71f88d81 100644 --- a/config/YouTube/config-televisionparts.js +++ b/config/YouTube/config-televisionparts.js @@ -85,7 +85,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/YouTube/config-tvthemes.js b/config/YouTube/config-tvthemes.js index 8d983f09..d30112c8 100644 --- a/config/YouTube/config-tvthemes.js +++ b/config/YouTube/config-tvthemes.js @@ -85,7 +85,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/YouTube/config-veritasium.js b/config/YouTube/config-veritasium.js index 68ea45d0..5af48cd5 100644 --- a/config/YouTube/config-veritasium.js +++ b/config/YouTube/config-veritasium.js @@ -85,7 +85,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/YouTube/config-zhu.js b/config/YouTube/config-zhu.js index ca7e1453..ea6c7bf5 100644 --- a/config/YouTube/config-zhu.js +++ b/config/YouTube/config-zhu.js @@ -85,7 +85,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/config-Artists.js b/config/config-Artists.js index 85b154aa..ecde7156 100644 --- a/config/config-Artists.js +++ b/config/config-Artists.js @@ -124,7 +124,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/config-JAV.js b/config/config-JAV.js index 512ae515..1cf77b30 100644 --- a/config/config-JAV.js +++ b/config/config-JAV.js @@ -127,7 +127,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/config-Models.js b/config/config-Models.js index e122799f..9367693a 100644 --- a/config/config-Models.js +++ b/config/config-Models.js @@ -124,7 +124,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/config-Photographers.js b/config/config-Photographers.js index cdbccb5b..b624c017 100644 --- a/config/config-Photographers.js +++ b/config/config-Photographers.js @@ -100,7 +100,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/config-YouTube.js b/config/config-YouTube.js index 9a1c7092..9014a502 100644 --- a/config/config-YouTube.js +++ b/config/config-YouTube.js @@ -114,7 +114,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/config-all.js b/config/config-all.js index a5495e7c..79fec66b 100644 --- a/config/config-all.js +++ b/config/config-all.js @@ -423,7 +423,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/config-art.js b/config/config-art.js index 4a3f3861..0c8b5d58 100644 --- a/config/config-art.js +++ b/config/config-art.js @@ -94,7 +94,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/config-background.js b/config/config-background.js index aad46a07..903b1794 100644 --- a/config/config-background.js +++ b/config/config-background.js @@ -132,7 +132,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/config-bikini.js b/config/config-bikini.js index 2b237369..c3d6a589 100644 --- a/config/config-bikini.js +++ b/config/config-bikini.js @@ -99,7 +99,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/config-blank.js b/config/config-blank.js index eebdc9a5..cb5021a9 100644 --- a/config/config-blank.js +++ b/config/config-blank.js @@ -100,7 +100,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/config-calendar.js b/config/config-calendar.js index cea3b487..d1c440c3 100644 --- a/config/config-calendar.js +++ b/config/config-calendar.js @@ -94,7 +94,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/config-candy.js b/config/config-candy.js index 42b599e3..7c10a9d2 100644 --- a/config/config-candy.js +++ b/config/config-candy.js @@ -122,7 +122,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/config-covid.js b/config/config-covid.js index 92ea1e63..fd50c0a8 100644 --- a/config/config-covid.js +++ b/config/config-covid.js @@ -99,7 +99,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/config-crypto.js b/config/config-crypto.js index 365d3ffd..5936e670 100644 --- a/config/config-crypto.js +++ b/config/config-crypto.js @@ -89,7 +89,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/config-default.js b/config/config-default.js index dcb73ec5..e7dfd5cd 100644 --- a/config/config-default.js +++ b/config/config-default.js @@ -294,7 +294,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: false, diff --git a/config/config-face.js b/config/config-face.js index 510ba2c2..1661d3a1 100644 --- a/config/config-face.js +++ b/config/config-face.js @@ -101,7 +101,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/config-fractals.js b/config/config-fractals.js index dd7c162c..527d62ef 100644 --- a/config/config-fractals.js +++ b/config/config-fractals.js @@ -118,7 +118,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/config-gif.js b/config/config-gif.js index c4979a5a..f0039fb3 100644 --- a/config/config-gif.js +++ b/config/config-gif.js @@ -118,7 +118,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/config-iframe.js b/config/config-iframe.js index 20f6e474..f1a6a302 100644 --- a/config/config-iframe.js +++ b/config/config-iframe.js @@ -107,7 +107,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/config-instagram.js b/config/config-instagram.js index dec2363a..4fe2a471 100644 --- a/config/config-instagram.js +++ b/config/config-instagram.js @@ -113,7 +113,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/config-ironman.js b/config/config-ironman.js index 28442607..e729d6b4 100644 --- a/config/config-ironman.js +++ b/config/config-ironman.js @@ -85,7 +85,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/config-nature.js b/config/config-nature.js index 9ba11894..c752633f 100644 --- a/config/config-nature.js +++ b/config/config-nature.js @@ -123,7 +123,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/config-network.js b/config/config-network.js index a85f2ac6..12e7c907 100644 --- a/config/config-network.js +++ b/config/config-network.js @@ -214,7 +214,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/config-networkcols.js b/config/config-networkcols.js index 3d531ce8..75fb8fbc 100644 --- a/config/config-networkcols.js +++ b/config/config-networkcols.js @@ -214,7 +214,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/config-news.js b/config/config-news.js index 10a42d2c..648d1326 100644 --- a/config/config-news.js +++ b/config/config-news.js @@ -158,7 +158,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/config-normal.js b/config/config-normal.js index bc4e7c77..a4c8f858 100644 --- a/config/config-normal.js +++ b/config/config-normal.js @@ -291,7 +291,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/config-openweather.js b/config/config-openweather.js index 12085f0f..895047fe 100644 --- a/config/config-openweather.js +++ b/config/config-openweather.js @@ -99,7 +99,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/config-owls.js b/config/config-owls.js index 14407d32..77f6327f 100644 --- a/config/config-owls.js +++ b/config/config-owls.js @@ -117,7 +117,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/config-pics.js b/config/config-pics.js index a53f6019..5d238eb6 100644 --- a/config/config-pics.js +++ b/config/config-pics.js @@ -125,7 +125,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/config-portal.js b/config/config-portal.js index c6bf619f..ec03c502 100644 --- a/config/config-portal.js +++ b/config/config-portal.js @@ -123,7 +123,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/config-radar.js b/config/config-radar.js index 3afcce51..4f74579b 100644 --- a/config/config-radar.js +++ b/config/config-radar.js @@ -281,7 +281,6 @@ var config = { module: 'MMM-TelegramBot', classes: 'radar traffic weather', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/config-roon.js b/config/config-roon.js index 07d7f9f5..fbb89751 100644 --- a/config/config-roon.js +++ b/config/config-roon.js @@ -217,7 +217,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/config-rooncontrol.js b/config/config-rooncontrol.js index e98fd4ee..89ff9826 100644 --- a/config/config-rooncontrol.js +++ b/config/config-rooncontrol.js @@ -97,7 +97,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/config-scenes.js b/config/config-scenes.js index 6332df70..bc6fce3d 100644 --- a/config/config-scenes.js +++ b/config/config-scenes.js @@ -408,7 +408,6 @@ var config = { module: 'MMM-TelegramBot', classes: 'scores solar stocks art', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: false, diff --git a/config/config-scnews.js b/config/config-scnews.js index 94f71511..0f581037 100644 --- a/config/config-scnews.js +++ b/config/config-scnews.js @@ -99,7 +99,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/config-scoreboard.js b/config/config-scoreboard.js index e2fa2014..1522d129 100644 --- a/config/config-scoreboard.js +++ b/config/config-scoreboard.js @@ -89,7 +89,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/config-screencast.js b/config/config-screencast.js index 844b63ba..89c590ac 100644 --- a/config/config-screencast.js +++ b/config/config-screencast.js @@ -112,7 +112,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/config-server.js b/config/config-server.js index 0ccbe813..37fbbcd8 100644 --- a/config/config-server.js +++ b/config/config-server.js @@ -325,7 +325,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/config-smoke.js b/config/config-smoke.js index c59a0b6d..5cc39591 100644 --- a/config/config-smoke.js +++ b/config/config-smoke.js @@ -124,7 +124,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/config-snowcrash.js b/config/config-snowcrash.js index ee3486b8..644df05b 100644 --- a/config/config-snowcrash.js +++ b/config/config-snowcrash.js @@ -284,7 +284,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: false, diff --git a/config/config-stocks.js b/config/config-stocks.js index 2ce85bbe..682710e2 100644 --- a/config/config-stocks.js +++ b/config/config-stocks.js @@ -231,7 +231,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/config-tantra.js b/config/config-tantra.js index 99138663..4d4b84f3 100644 --- a/config/config-tantra.js +++ b/config/config-tantra.js @@ -111,7 +111,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/config-test.js b/config/config-test.js index aaf48c6d..b812202a 100644 --- a/config/config-test.js +++ b/config/config-test.js @@ -85,7 +85,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/config-traffic.js b/config/config-traffic.js index 2f9ed0e4..184ae7d9 100644 --- a/config/config-traffic.js +++ b/config/config-traffic.js @@ -152,7 +152,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/config-videotest.js b/config/config-videotest.js index 207e37f5..24931306 100644 --- a/config/config-videotest.js +++ b/config/config-videotest.js @@ -111,7 +111,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/config-voice.js b/config/config-voice.js index ee3486b8..644df05b 100644 --- a/config/config-voice.js +++ b/config/config-voice.js @@ -284,7 +284,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: false, diff --git a/config/config-volumio.js b/config/config-volumio.js index 3edc213c..56025ec7 100644 --- a/config/config-volumio.js +++ b/config/config-volumio.js @@ -96,7 +96,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/config-waterfalls.js b/config/config-waterfalls.js index bf223117..90aed9a2 100644 --- a/config/config-waterfalls.js +++ b/config/config-waterfalls.js @@ -90,7 +90,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/config-weather.js b/config/config-weather.js index c99902dd..261682d7 100644 --- a/config/config-weather.js +++ b/config/config-weather.js @@ -99,7 +99,6 @@ var config = { { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: true, diff --git a/config/telegrambot-custom-commands.js b/config/telegrambot-custom-commands.js index bfa6e655..27832cfe 100644 --- a/config/telegrambot-custom-commands.js +++ b/config/telegrambot-custom-commands.js @@ -4,7 +4,6 @@ { module: 'MMM-TelegramBot', config: { - telegramAPIKey : 'xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx', allowedUser : ['Your-Telegram-Username'], adminChatId : 0000000000, useWelcomeMessage: false, diff --git a/etc/mirrorkeys b/etc/mirrorkeys index 386c288c..eced8af4 100644 --- a/etc/mirrorkeys +++ b/etc/mirrorkeys @@ -20,6 +20,9 @@ declare -A keys declare -A dumb +# Telegram API Key is now stored in the MMM-TelegramBot module folder +telegramApiKey="xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx" + # MagicMirror IP address keys[MMIP]= # IP addresses in MagicMirror config ipWhitelist @@ -82,10 +85,6 @@ dumb[IGA]="xxxxxx_Your-Instagram-Auth-Code_xxxxxxxxxxxxxxxxx" keys[SEC]= dumb[SEC]='xxxxxx_Your-Instagram-Client-Secret_xxxxxxxxxxxxx' # -# Set your Telegram API Key here -keys[KEY]= -dumb[KEY]="xxxxxx_Your-Telegram-API-Key_xxxxxxxxxxxxxxxxx" -# # Google Maps Platform API key # https://developers.google.com/maps/documentation/javascript/overview # Used to activate the MMM-GoogleMapsTraffic module