@KristjanESPERANTO as far as i remember i installed some kind of raspbian light version because i dont need much on the device. just wanted to show the internal webpage of the docker.
as it got deprecated i couldnt update to a higher version. need to set up a complete fresh OS :D
@hawkeyepilot69 pm2’s Job is to start apps and keep them running. if u kill it manually
ctrl-q,
them pm2 will restart it. every time
pm2 save
did the setup to auto start.
IF you did the pm2 autostart command and it’s output
Hi,
After recoding, main code of EXT-TelegramBot
This one is now locked to my own use and exclusively to EXT Plugins
And in reverse, you can’t use any EXT-TelegramBot commands in MMM-TelegramBot
I confirm, i send back MMM-TelegramBot to @MMRIZE
@Pade2204 said in Icons not showing on screen but webinterface ok:
That doesnt sound good. Am I able to provent the feed from trying to show them, maybe?
Mirror Output:
[image: 1641330575498-f1cd9d08-5709-4140-9047-971b217b0623.jpg]
Mirror webinterface:
[image: 1641330588145-udklip.jpg]
Try this https://github.com/samuelngs/apple-emoji-linux
@mjlee - I copied your code and I’m not getting the same results.
From the browser console:
socketNotificationReceived: GOT_DATA MMM-MYTEST.js:20
MMM-MYTEST: Getting data MMM-MYTEST.js:34
socketNotificationReceived: GOT_DATA MMM-MYTEST.js:20
MMM-MYTEST: Getting data MMM-MYTEST.js:34
And from the terminal console:
Ready to go! Please point your browser to: http://localhost:8080
[28.02.2023 20:52.46.170] [LOG] Notification: GET_DATA Payload: {"config":{"intervalSecs":10}}
[28.02.2023 20:52.46.207] [INFO] Checking git for module: MMM-MYTEST
[28.02.2023 20:52.46.207] [INFO] Checking git for module: default
[28.02.2023 20:52.56.164] [LOG] Notification: GET_DATA Payload: {"config":{"intervalSecs":10}}
[28.02.2023 20:53.06.156] [LOG] Notification: GET_DATA Payload: {"config":{"intervalSecs":10}}
Perhaps the issue is that you’re looking at the wrong console log? The MYTEST.js log will write to the browser’s console rather than the terminal.
@dcwestra did u create one for the manual install (using the oe in MagicMirror folder) and then run my install script which create one (using installers/mm.sh)
do pm2 status
@sdetweil @karsten13 thanks a lot for your advice!
finally, there was only one package missing
npm install request
did the job for me.
:folded_hands_medium-light_skin_tone: