Read the statement by Michael Teeuw here.
Mi band Magic Mirror..
-
I would had to do it by my self but, for my knowledge it will take ages.
so i was thinking if someone can make a module, were data from mi band 2 and 3 passed to the mirror(raspberry pi but i think it would work with other linux based systems ).now i found something but i dont know if it is helpfull.
this https://github.com/vshymanskyy/miband-js
and this https://github.com/creotiv/MiBand2
the first one is js, so maybe it is easier to fetch the data into the mirror with a module.what do you think guys is it possible ?
-
@sollekram Hi, I would encourage you to give it a try your self. Programming is something beautiful and leaning something new is always a plus!
-
i will try it yes ;)
i kinda know the basics, i am not an expert, but i know the basics of programing.
like basics basics. -
@sollekram I am happy to assist you wherever I can 😃
-
Looks promising but Iam not seeing any implementation of sleep data.
Ist that accumulated inside the app only?
That would be cool to see automatically every morning on the mirror… -
@joern it seems that there is a way to get it unpaired from the app.
and then fetch the data to the mirror.
now for the sleep status , maybe you could get the heart and do a program calculation of the pulses(update actually the movement is calculated from 12 until 6am, so you have to program gyroscope or something like that) when you were most rested and get the sleep status… deep sleep, weak sleep, etc.
And even get a message like, you slept well, or you slept bad.what do you think?