Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to use this to fetch data to magic mirror ? #21

Open
Mark-papi opened this issue Dec 30, 2018 · 2 comments
Open

Is it possible to use this to fetch data to magic mirror ? #21

Mark-papi opened this issue Dec 30, 2018 · 2 comments

Comments

@Mark-papi
Copy link

Mark-papi commented Dec 30, 2018

Is it possible to use this to fetch data to magic mirror on raspberry pi for heart informations to display on the mirror ?
Im asking this cause i want to know if i am in the correct road to do that, or should i try something else.
with this code i can get data right ? so it will be possible then to display them with a module implementation.

@Mark-papi
Copy link
Author

should i use this as a default https://github.com/vshymanskyy/miband-js ?

@Pablohn26
Copy link
Contributor

Pablohn26 commented Jan 11, 2019

@Mark-papi with this python script you can read data from the miband. Once you get the data, you have to find a way to represent it (for example I plot on a graph my heart rate). So it deppends of the software you are using to represent the data on the magic mirror.

If you just one just a PoC, modify the python code or use the library that you suggest (please note that library does not support real time data yet) . If you want a full integration with Magic Mirror, you need a deep knowledge of programming and MagicMirror² Module Development

So the answer to your question is yes, but just for fetching data. As I said, once you fetch the data it deppends the software you are using to represent the data you are fetching.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants