You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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.
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.
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.
The text was updated successfully, but these errors were encountered: