A personal statistics dashboard and API
11–20 of 57 posts
Re: A personal statistics dashboard and API
#12First of all, this is awesome! Secondly, what do you use to collect all this data?
Seconded, I'm really interested in the hardware you use to collect all that data.
Re: A personal statistics dashboard and API
#13First of all, this is awesome! Secondly, what do you use to collect all this data?
Seconded, I'm really interested in the hardware you use to collect all that data.
Re: A personal statistics dashboard and API
#14First of all, this is awesome! Secondly, what do you use to collect all this data?
Seconded, I'm really interested in the hardware you use to collect all that data.
I'm using a JawboneUP to track mood, steps, calories, and sleep. And the Withings Smart Body Analyzer to track weight, and heart rate. And a few open source gems to pull down the data: https://github.com/chocolit/dashboard
Re: A personal statistics dashboard and API
#15You should put some axes on the steps/calories burned graphs. The upper left time looks like the updated time, but is the graph time over the past hour, day?
Re: A personal statistics dashboard and API
#16Re: A personal statistics dashboard and API
#17Re: A personal statistics dashboard and API
#18I'd pay a monthly fee for a service that let me create one of these and integrate it with the various workout/personal stats apps/gadgets/services. An app like Moves + a sleep monitor + a workout tracking app + a diet tracker all on one dashboard would be really neat.
Re: A personal statistics dashboard and API
#19You should put some axes on the steps/calories burned graphs. The upper left time looks like the updated time, but is the graph time over the past hour, day?
Each individual data point is total steps and or calories for a singular day. The count in the top right is for today (and it's always the last data point on the graph). Then it goes today-1, today-2, etc..
Thanks for taking the time to check it out and providing some feedback, I do appreciate it :)