Read the statement by Michael Teeuw here.
erro MMM-HASS
-
@iorifly I can recreate the failure, but if I remove the MMM-HASS module, it doesn’t fail…
debugging, but not sure yet…
if I run serverOnly mode and and access the system from a browser on another system, that browser doesn’t report any unexpected errors…pi0, raspian jessie,
node -v v10.17.0
npm -v 6.11.3MM 2.10.0
chromium-browser --version
Chromium 56.0.2924.84 Built on Ubuntu 14.04, running on Raspbian 8.0 -
@sdetweil said in erro MMM-HASS:
pi0, raspian jessie,
When I remove HASS it also works.
But I did not understand. You think there’s no way. Still debugging?
-
@iorifly yes, not home now. Will try to spend some time tomorrow
-
I look forward to something tomorrow. Thank you for not leaving me!
-
My exit when I request browser version
pi@raspberrypi:~/MagicMirror $ chromium-browser --version --disable-quic --enable-tcp-fast-open --ppapi-flash-path=/usr/lib/chromium-browser/libpepflashplayer.so --ppapi-flash-args=enable_stagevideo_auto=0 --ppapi-flash-version= Chromium 74.0.3729.157 Built on Raspbian , running on Raspbian 10
-
ok, i have found the problem… all my fault
edit ~/MagicMirror/run-start.sh
#exec 3< &- # edit this line and comment out with leading # tee < &3 & # add this line after the line above, no space between < and &3, forum is real trouble with <
-
guy!!
I’m not home at the moment BUT HOW HAPPY I am. Will I be able to use the module? I will return as soon as possible to you. THANK YOU FOR HELPING ME AND NOT ABANDONING THE BOAT.
-
@iorifly it is not a module problem, but a script problem…
the module runs, but I don’t know how it works, so that will be next work for you
-
@sdetweil said in erro MMM-HASS:
it is not a module problem, but a script problem…
the module runs, but I don’t know how it works, so that will be next work for youI understood. I will try to do it later! You don’t know how happy I am !!!
I can get MMM-hass + spotify to work and remove the update notice from the screen I will buy the glass.
-
@sdetweil said in erro MMM-HASS:
#exec 3< &- # edit this line and comment out with leading #
tee < &3 & # add this line after the line above, no space between < and &3, forum is real trouble with <Regardless of how I put it, I get an error.
pi@raspberrypi:~/MagicMirror $ npm start > magicmirror@2.10.0 start /home/pi/MagicMirror > ./run-start.sh ./run-start.sh: linha 68: 3: Descritor de arquivo inválido ./run-start.sh: linha 38: 3: Descritor de arquivo inválido Starting chromium browser now, have patience, it takes a minute --disable-quic --enable-tcp-fast-open --ppapi-flash-path=/usr/lib/chromium-browser/libpepflashplayer.so --ppapi-flash-args=enable_stagevideo_auto=0 --ppapi-flash-version= Abrindo em uma sessão de navegador existente. pi@raspberrypi:~/MagicMirror $