AUSTRIA, EU
Read the statement by Michael Teeuw here.
Best posts made by dfuerst
-
RE: Toothbrush integration
try :
cd ~/MagicMirror/modules/MMM-Button sudo npm rebuild --runtime=electron --target=1.4.6 --disturl=https://atom.io/download/atom-shell --abi=50
-
RE: not able to profileswitch/schedule LocalTransport module
@tosti007 i use a RPi3 with standard Raspbian.
i always test via “pm2 start mm” -
Toothbrush integration
Hi.
I’m using my mirror in the bathroom. My kids and i do use Braun Oral-B electric toothbrushes, these brushes are quite popular and connectable to android or ios. We presently use the included small display’s for pressure and time control but the api should provide much more, battery level, history and so on.
Unluckily i am a complete noob in coding.So if anyone is interested in developing a module for MM i would definitly support him as far as i can.
Maybe there are others also interested in an integration.https://developer.oralb.com there is the api/sdk avbl
-
RE: Toothbrush integration
scenario 1:
scanning started…
Toothbrush connection ALIVE atMon Jan 30 2017 17:12:15 GMT+0100 (CET)
Toothbrush is running
0:1
0:2
Toothbrush connection LOST at Mon Jan 30 2017 17:12:17 GMT+0100 (CET) was alive since Mon Jan 30 2017 17:12:15 GMT+0100 (CET)
two input in less than 3 sec! (2 sec) => ignoring input!
0:3
0:4
0:5
endless countingscenario 2:
scanning started…
noble: unknown peripheral e0e5cffc4d8c connected!
noble: unknown peripheral e0e5cffc4d8c disconnected!
Toothbrush connection ALIVE atMon Jan 30 2017 17:14:25 GMT+0100 (CET)
Toothbrush is running
0:1
0:2
Toothbrush connection LOST at Mon Jan 30 2017 17:14:28 GMT+0100 (CET) was alive since Mon Jan 30 2017 17:14:25 GMT+0100 (CET)
two input in less than 3 sec! (2 sec) => ignoring input!
0:3
0:4
0:5
0:6
endless countingscenario 3:
same result as in scenario1
scenario 4:
same result as in scenario1
Latest posts made by dfuerst
-
RE: MMM-OralB / Bluetooth equipped toothbrush integration
@timodejong95 nice that there was someone realizing this project at the end.
tried your app and getting a blank WHITE SCREEN.
so maybe u can help me troubleshooting1 cloned via https
2 did npm install
3 sudo cp MMM.conf
4 added conf including MAC (sidenote, white screen with wrong MAC address aswell)
5 paired the toothbrush via bluetoothtried to start mirror -> white screen, and whoops message in the log
any idea what could cause this? or where to start troubleshooting?
-
RE: Oral-b toothbrush
if u own one.
please contact svensommer in the mentioned development thread. testers are needed to push this module -
RE: not able to profileswitch/schedule LocalTransport module
@tosti007
many thanks
tested it already and works now like a charme.
Might this also solve the incompatibility of LocalTransport with the FacialRecognition module? i guess so -
RE: not able to profileswitch/schedule LocalTransport module
ok, again thanks for your effort
-
RE: not able to profileswitch/schedule LocalTransport module
@tosti007 i use a RPi3 with standard Raspbian.
i always test via “pm2 start mm” -
RE: not able to profileswitch/schedule LocalTransport module
i mean, the newest version did nothing.
after copying the code of the previous version into the .js file it worked again, of course not hiding localtransport.many thanks for your effort
-
RE: not able to profileswitch/schedule LocalTransport module
because the new version didn’t work anymore i reinstalled VERSION 2 from your REPO:
now its working again , of course not hiding the localtransport module.
any ideas why this version starts upon button press and the 8hours old one not? -
RE: not able to profileswitch/schedule LocalTransport module
did a “git pull”, now it isn’t working anymore at all. (no action after button longpress)
do i have to do something special after a git pull?