Read the statement by Michael Teeuw here.
MMM-Loxone
-
Well there is some weird stuff going on… config file is there…
Guess thats not related to MMM-Loxone… i think ill do a new installation… or do you have a better idea?0|MagicMir | No helper found for module: clock. 0|MagicMir | WARNING! Could not load config file. Starting with default configuration. Error found: Error: Cannot find module 'node_helper' 0|MagicMir | Loading module helpers ... 0|MagicMir | No helper found for module: alert. 0|MagicMir | No helper found for module: clock. 0|MagicMir | App threw an error during load 0|MagicMir | Error: Cannot find module 'node_helper' 0|MagicMir | at Module._resolveFilename (internal/modules/cjs/loader.js:602:15) 0|MagicMir | at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/electron/dist/resources/electron.asar/common/reset-search-paths.js:35:12) 0|MagicMir | at Function.Module._load (internal/modules/cjs/loader.js:528:25) 0|MagicMir | at Module.require (internal/modules/cjs/loader.js:658:17) 0|MagicMir | at require (internal/modules/cjs/helpers.js:20:18) 0|MagicMir | at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-ImagesPhotos/node_helper.js:9:18) 0|MagicMir | at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-ImagesPhotos/node_helper.js:82:3) 0|MagicMir | at Module._compile (internal/modules/cjs/loader.js:711:30) 0|MagicMir | at Object.Module._extensions..js (internal/modules/cjs/loader.js:722:10) 0|MagicMir | at Module.load (internal/modules/cjs/loader.js:620:32) 0|MagicMir | Whoops! There was an uncaught exception... 0|MagicMir | { Error: Cannot find module 'node_helper' 0|MagicMir | at Module._resolveFilename (internal/modules/cjs/loader.js:602:15) 0|MagicMir | at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/electron/dist/resources/electron.asar/common/reset-search-paths.js:35:12) 0|MagicMir | at Function.Module._load (internal/modules/cjs/loader.js:528:25) 0|MagicMir | at Module.require (internal/modules/cjs/loader.js:658:17) 0|MagicMir | at require (internal/modules/cjs/helpers.js:20:18) 0|MagicMir | at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-ImagesPhotos/node_helper.js:9:18) 0|MagicMir | at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-ImagesPhotos/node_helper.js:82:3) 0|MagicMir | at Module._compile (internal/modules/cjs/loader.js:711:30) 0|MagicMir | at Object.Module._extensions..js (internal/modules/cjs/loader.js:722:10) 0|MagicMir | at Module.load (internal/modules/cjs/loader.js:620:32) code: 'MODULE_NOT_FOUND' }
-
@bobbythemoh Yeah, looks like there are some files missing. I think a new installation is a good idea. You can first check if there are any problems with
git status
. -
@bobbythemoh Do
cd ~/MagicMirror git checkout -- modules/node_modules/node_helper/index.js
-
Hey guys, I was pretty busy in work this week, so i just wanted to redo the installation, then i saw your post @sdetweil That solved the issue for me! thank you so much for your help…
-
Hi ! this is working great !!
it show my indoor temp in the forecast module, and presence works great.
i have an issue, i want to show on the mirror the temp of another room (mine), but it show only : CHARGEMENT &HELLIP; (loading …)
any idea ??Thanks :D
-
-
-
-
didn’t have time to test … sorry ! but i think i was doing the wrong thing… is it possible to double the module in the config ? and show another UUID for the second module ?
-
@elmattt I guess you want to show multiple controls, right? If this is the case you need to assign the
observingUuids
property an array of UUIDs, something like.... observingUuids: ["0eaf7a2f-0011-1f28-ffff2083eaf2523c", "12a97c52-00a6-aea9-ffffc00216fecef2", "10338564-033c-226f-ffff0b7b5fc746d6"] ...
Please provide the relevant part of your
config.js
without any crucial informations like IP, username, password, …