@lavolp3
this is the result I have :
./js/main.js
./js/module.js
./clientonly/index.js
Seems to be linked to the core system itself only and not to any particular module?
I’ve already made a git pull for MM itself but it’s already up to date.
@lavolp3
this is the result I have :
./js/main.js
./js/module.js
./clientonly/index.js
Seems to be linked to the core system itself only and not to any particular module?
I’ve already made a git pull for MM itself but it’s already up to date.
@lavolp3
Done…I can indeed see strange things…
2019-02-15T22:45:59 <log> Launching application. (/home/pi/MagicMirror/js/electron.js:82 App.<anonymous>)
2019-02-15T22:45:59 <error> ERROR! Could not find main module js file for .AppleDouble (/home/pi/MagicMirror/modules/MMM-Remote-Control/node_helper.js:258 Class.loadModuleDefaultConfig)
2019-02-15T22:46:03 <error> (node:6793) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): TypeError: Cannot read property 'refs' of undefined (/home/pi/MagicMirror/internal/process/warning.js:18 writeOut)
2019-02-15T22:46:03 <error> (node:6793) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code. (/home/pi/MagicMirror/internal/process/warning.js:18 writeOut)
2019-02-15T22:46:03 <error> (node:6793) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): TypeError: Cannot read property 'refs' of undefined (/home/pi/MagicMirror/internal/process/warning.js:18 writeOut)
2019-02-15T22:46:03 <error> (node:6793) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 3): TypeError: Cannot read property 'refs' of undefined (/home/pi/MagicMirror/internal/process/warning.js:18 writeOut)
2019-02-15T22:46:03 <error> (node:6793) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 4): TypeError: Cannot read property 'refs' of undefined (/home/pi/MagicMirror/internal/process/warning.js:18 writeOut)
2019-02-15T22:46:04 <error> (node:6793) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 5): TypeError: Cannot read property 'refs' of undefined (/home/pi/MagicMirror/internal/process/warning.js:18 writeOut)
2019-02-15T22:46:08 <info> MMM-Logging updated config received, reloading console (/home/pi/MagicMirror/modules/MMM-Logging/node_helper.js:30 Class.socketNotificationReceived)
What do you think?
Regards
Hi,
Considering adding voicecontrol capabilities to my MM by using MMM-Hotword or voiceontrol on my pi3.
Do you think that think kind of mic would do the job?
Will the module be able to recognize it?
Regards
You can adjust the full MM body border into the custom.css file.
(/MagicMirror/css/custom.css)
like that (play with the values until you’re happy) :
body {
margin: 20px;
height: calc(100% - 40px);
width: calc(100% - 40px);
}
You should maybe also check the settings of your screen itself (depending if you have that issue outside MM or not).
@lavolp3
OK I will give it a try this weekend and check the logs.
Disabling them on by one (through the config.js) will not help?
Here is the list of the modules I’m using :
It’s a lot…So it seems difficult to identify the one causing the issue, don’t you think so? Maybe you know an analysis method that could help?
Do you think that by “disabled : true” then one by one, it could work to identify which one is causing the issue?
Regards
@Mykle1 @lavolp3 @robiv8
.appledouble : found the rootcause!!
I believe it’s because I mounted my raspberry Pi as a share on my MacBook.
By making “all hidden files visible” on the Pi, I noticed that ALL (literally ALL) folders on the Pi where showing an .appledouble folder with a lot of files inside…
By removing the .appledouble folder which was into the /MagicMirror/Modules one…this error message stopped.
I’m convinced this .appledouble folder will be created again later my the MacOs…Nevertheless, I’m now sure that this error message was not causing any trouble in the end…So everything fine.
Anyway, thanks for support!!
@bibi
I’ve already made some trials with 1mm thin wood. Forget about it.
You will find the product data sheet with some recommandation at the bottom of below page :
link text
I’ve tried behing 2mm wood, with a hole (3mm diameter), it works fine. Not so ugly…
Let’s see.
Regards
Hi,
I’ve the PAJ7620u2 one.
I’m experiencing some stability issue with it (it always stops working after some minutes) but overall it’s great. I will post about the stability issue later on.
I’m interested into how you guys are using the sensor in a "beautiful way).
Before buying it, I thought I could cover it with some “speaker fabric” but it’s not working neither…
Do you have some smart ideas on your side on how to hide it?
Regards
I’ve searched the forum again and ZERO mention to .appledouble issue…
No one experienced that?