@sdetweil I’m not sure that that makes sense. If you have a target resting heart rate of 55, but you’re at 60, what is your progress %?
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-Fitbit2
-
RE: What is the procedure for reviving a dead module?
I have posted the module here. I am looking for testers!
-
MMM-Fitbit2
MMM-Fitbit2 builds upon MMM-Fitbit (which appears to be abandoned), and displays (even more of) your Fitbit data!
It is allows you to display the following data (progress tracked against goal unless mentioned)
- Steps taken
- Calories burnt
- Distance walked
- Active minutes
- Floors climbed
- Resting heart rate (progress is always 100% as there is no goal)
- Remaining water to consume (progress currently not displaying correctly as it approaches zero rather than starts from zero)
- Remaining calories available to consume (progress currently not displaying correctly as it approaches zero rather than starts from zero)
- Time asleep
- Weight (progress currently not displaying correctly as it does not yet consider your starting weight)
This project was a fairly significant re-write, with its long-term vision of being able to display data just as complicated as on the official Fitbit dashboard, where possible. See the README for more information!
This module is currently in need of testing - I am withholding adding it to the Wiki page until it has been used by multiple people for at least a few days without issues.
-
Shared UI Components Library?
Has this ever been considered?
I am aware of the default styles in
css/main.css
, but I was wondering if there was anything for more advanced objects.Lots of modules have excellent implementations for showing data, and I thought that it would be useful to avoid duplicating code (and loading in styles, etc. multiple times) if it were possible to abstract these components away, such that they could be used by other modules.
This would improve development speed, UI consistency, maintenance, performance, etc.
-
RE: RPI3 running out of memory
Worth considering increasing your swap file size while you try to determine the cause. That will start using file system space as memory.
Change
CONF_SWAPSIZE=100
to#CONF_SWAPSIZE=100
in/etc/dphys-swapfile
and reboot.Then you can check on the swap size used, and see if it’s a memory leak that just keeps on growing, or something else.
-
RE: What is the procedure for reviving a dead module?
I want to get icons and formatting sorted before I add it publicly. However, you can try it here: https://github.com/m-roberts/MMM-Fitbit2
Also, I need to handle credentials from the config, as currently they are hard-coded into files that are used by the Python Fitbit library. This needs to be handled from the config directly, to support multiple Fitbit accounts on one setup.
-
RE: What is the procedure for reviving a dead module?
@Fr8Trayne I’ve got the following currently supported data:
- Steps Walked (compared to goal)
- Calories Burned (compared to goal)
- Total Distance Walked (compared to goal)
- # of Active Minutes (compared to goal)
- # of Floors Climbed (compared to goal)
- Resting Heart Rate (average for the day)
- Today’s Remaining Water Intake (amount consumed subtracted from goal)
- Today’s Remaining Calories To Consume (amount consumed subtracted from goal)
- Sleep Time (compared to goal)
- Current Weight (last weigh-in, if within the last 30 days)
I need icons for water, food and weight, and some assistance with formatting before I will post it publicly. Perhaps I will create a new forum post for this.
-
RE: What is the procedure for reviving a dead module?
@sdetweil Obviously this would be an option if it weren’t dead. My question was what to do given the fact that a PR is unlikely to be responded to.
@Sean I think that this is probably the way to go, so I’ll do that.
Thanks!
-
What is the procedure for reviving a dead module?
MMM-fitbit has been inactive for over 3 years.
I am interested in picking this project up myself, but I am not sure what the procedure is for doing this.
Should I create a new module name for it, or should I “replace” this module as its active development equivalent?
Thanks!