Read the statement by Michael Teeuw here.
MMM-SensorGateway installation issue.
-
@jaanzter said in MMM-SensorGateway installation issue.:
/usr/share/local_blegateway/local_blegatewaykickstart.sh
what happens when u try to run that from the command line?
-
@sdetweil
Traceback (most recent call last):
File “bleAdvWebSocket.py”, line 13, in
import websocket
ImportError: No module named websocketEdit:
I followed that path “/usr/share/local_blegateway/local_blegatewaykickstart.sh”
and looked inside of a file.cd /home/pi/MagicMirror/modules/MMM-SensorGateway/gateway/
sudo /usr/bin/env python bleAdvWebSocket.pyEdit2:
then tried that “sudo /usr/bin/env python bleAdvWebSocket.py”
python: can’t open file ‘bleAdvWebSocket.py’: [Errno 2] No such file or directory -
@jaanzter and there is the problem
ImportError: No module named websocket
the install of that part failed or the setup has changed
-
Yup.
This was the exact thread I also looked.
https://forum.magicmirror.builders/topic/11397/mmm-sensorgateway/7Let’s see… crossing fingers
-
I got old version running.
Found an old image.
(I didn’t get that to work because SDCard extension/adapter didn’t accept all the cards)
But I don’t stop trying to get newer version to work.@sdetweil Thank you for your help.