tcgoetz / GarminDB

Download and parse data from Garmin Connect or a Garmin watch, FitBit CSV, and MS Health CSV files into and analyze data in Sqlite serverless databases with Jupyter notebooks.
GNU General Public License v2.0
1.18k stars 142 forks source link

can not change HEALTH_DATA_DIR #36

Closed laurentperrinet closed 4 years ago

laurentperrinet commented 4 years ago

I have been changing HEALTH_DATA_DIR in defines.mk to another directory, but is stills saves data in ~/HealthData/. I have tried many quirks but to no avail.

And .. Thanks a lot for your great library!

tcgoetz commented 4 years ago

That define was obsolete. The config is in garmin_db_config.py now. I've updated the Makefile to backup target to use the values form that file.