Do you think Raspberry can handle a video-chat with an external FullHD video camera? That would be a great fun in our times working from home
Latest posts made by dimasua
-
Video-Chat module
-
RE: Potential conflict between MMM-TelegramBOT and MMM-UpdateNotification
Hi, I donāt have MMM-RemoteControl.
I also checked the update: {} part, and changed it to PM2 (because I use it) and disabled logToConsole.
After applying those changes I restarted the MagicMirror process, but after a while got the same warning in Telegram that this instance would be stopped.Than I restarted the whole Raspberry Pi and after that got a welcome message in Telegram and no errors so far.
Right after that I got also a message in Telegram that MMM-UpdateNotification v1.2.2 is now initialized! and I noticed that no update information was showing up in chat (what was the case before changing to PM2 in the configuration)
So I think that solved the issue with running two instances. Thank you!
-
Potential conflict between MMM-TelegramBOT and MMM-UpdateNotification
I have successfully installed the MMM-TelegramBOT, entered the admin chat and confirmed it reacts to the commands. After that I installed the MMM-UpdateNotification. Then I run /update command and the only module MMM-NewPIR was updated. But in the Telegram I got several warning messages, please see below. What it could mean? How to make sure everything is working without issues?
-
RE: Black screen after MMM-Tools installation
Hi, I have solved the issue already by running npm install inside the folder. It seems that before I run this command in the modules folder. Now everything is working.
-
Black screen after MMM-Tools installation
Hi Thomas, as suggested, Iām moving here the topic regarding black screen. So I got the logs from pm2:
home/pi/.pm2/logs/MagicMirror-error.log last 15 lines:
0|MagicMir | at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-Tools/node_helper.js:11:12)
0|MagicMir | at Module._compile (internal/modules/cjs/loader.js:968:30)
0|MagicMir | at Object.Module._extensionsā¦js (internal/modules/cjs/loader.js:986:10) {
0|MagicMir | code: āMODULE_NOT_FOUNDā,
0|MagicMir | requireStack: [
0|MagicMir | ā/home/pi/MagicMirror/modules/MMM-Tools/node_helper.jsā,
0|MagicMir | ā/home/pi/MagicMirror/js/app.jsā,
0|MagicMir | ā/home/pi/MagicMirror/js/electron.jsā,
0|MagicMir | ā/home/pi/MagicMirror/node_modules/electron/dist/resources/default_app.asar/main.jsā,
0|MagicMir | undefined
0|MagicMir | ]
0|MagicMir | }
0|MagicMir | [17.03.2021 14:12.04.633] [ERROR] MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
0|MagicMir | [17.03.2021 14:12.04.634] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
0|MagicMir | [17.03.2021 14:12.04.889] [WARN] (electron) The default value of app.allowRendererProcessReuse is deprecated, it is currently āfalseā. It will change to be ātrueā in Electron 9. For more information please check https://github.com/electron/electron/issues/18397