Hi Chriz,
thanks for your effort. The mirror has arrived in perfekt condition. Attached just a short impression. Once everything else I need to build the frame is solved I will post some more pictures.
best regards,
F.
Hi Chriz,
thanks for your effort. The mirror has arrived in perfekt condition. Attached just a short impression. Once everything else I need to build the frame is solved I will post some more pictures.
best regards,
F.
Just sent a mail to Oral-B ;)
Hi,
you may already have heard about the raspberry pi project Magic Mirror (https://magicmirror.builders/). This is a project to display information on a mirror using a semi transparent mirror glas and a monitor behind. As most mirrors are used in bathrooms what is obviously? Exactly people are using toothbrushes in front of it. The timer and the app you are offering are great but as we already have the possibility to display information on the mirror itself we would like to get rid of addidional equipment and would like to build a module that is able to visualize the information your toothbrushes are sending. We kindly request your support to get that feature into the project.
best regards,
Sven
Good morning,
this is the result of brushtimer.js when I start the brush and stop it just by enableling bluetooth:
scanning started...
Toothbrush connection ALIVE atSun Jul 02 2017 07:39:55 GMT+0200 (CEST)
Toothbrush is running
0:1
0:2
0:3
0:4
0:5
0:6
0:7
0:8
0:9
0:10
0:11
0:12
0:13
0:14
0:15
0:16
0:17
0:18
0:19
0:20
0:21
0:22
0:23
0:24
0:25
0:26
0:27
0:28
0:29
0:30
0:31
Toothbrush connection LOST at Sun Jul 02 2017 07:40:27 GMT+0200 (CEST) was alive since Sun Jul 02 2017 07:39:55 GMT+0200 (CEST)
Cooldown was432033 sec => => resetting timer
When I start the real operating mode the timer doesn´t stop when I stop brushing because the bluetooth connection stays alive. So your described scenario is working as expected.
Did you try to contact Oral-B to see if there are sdk´s available for other platforms as well? Getting the connection status in a first step is great but of course all other information the brush is sending should be visualized as well to get rid of the mobile app.
Hi,
I have tested the module today with a Oral B Genius 9000 toothbrush. I´m experiencing the same problems mentioned already in the old post. When I run brushTimer.js standalone in the module folder everything is working fine.
To run it in MM I used:
sudo npm rebuild --runtime=electron --target=1.6.11 --disturl=https://atom.io/download/atom-shell --abi=53
MM is starting now but when I switch on the toothbrush nothing happens. It is just displaying “Seaching…”
How can I fix that?
regards,
F.
Hi guys,
I just found the reason that was causing the error. There was a typo in the position in the config :face_palm:
Sorry for causing such trouble! Now it is working like a charm :)
F.
Same as my config:
{
module: ‘MMM-GQuotes’,
position: ‘top_right’,
config: {
maxWidth: “100%”,
header: “Zitat des Tages”,
}
},
Maybe we find some other users for testing. Cannot imagine that I´am the only one…
Just run a “npm outdated” with the following result:
Package Current Wanted Latest Location
electron 1.6.6 1.6.8 1.6.6 magicmirror
grunt-markdownlint 1.0.33 1.0.37 1.0.37 magicmirror
iconv-lite 0.4.16 0.4.17 0.4.17 magicmirror
That is what I already did. Just running GQuote itself without other modules also shows the mentioned error.
"qs-iconv": "^1.0.4",
"request": "^2.81.0",
"xml2js": "^0.4.17"