withings-sync
withings-sync copied to clipboard
Synchronisation of Withings weight
Ref https://github.com/jaroslawhartman/withings-sync/issues/160
Currently, the documentation on k8 setup is very sparse. Setting up the cron-job via `kubectl apply -f k8s-job.yaml` is very hard because there is no chance to enter the token....
Hello everybody, I use Withings-Sync inside a Shell script triggered by a cron job. script: ``` #!/bin/bash share='/someDir/' dateFile=$(dirname ${BASH_SOURCE[0]})'/nextSyncDate' nextDate=$(head -1 ${dateFile}) sudo withings-sync --gu '%myUserName%' --gp '%secret%' -J...
Is there a way to have the app check if an entry has already been uploaded and then not upload if already present? I have noticed that if you put...
Commit 64d8ec1b31 introduced storing the garth session in the directory `./garmin_session` which in principle is a nice addition. But sadly this causes problems in my setup. I'm syncing the measurements...
Garth natively supports China. You just have to do the following in `GarminConnect`: ```python self.client.configure(domain='garmin.cn') ``` For reference: - https://github.com/yihong0618/running_page - https://github.com/cyberjunky/python-garminconnect
- [ ] remove requirements.txt - [ ] only copy required files - [ ] add suppercron - [ ] running as non-root user - [ ] building for ARM...
Added support for multiple users
Issues with Data Transfer from Withings to Garmin: Potential Restrictions in Code or API Categories?
I have imported blood pressure data into Withings via an interface, which I can normally view within Withings. However, these data are not recognized as data records during the transfer...
Hi, I'm new to kubernetes and I was trying to schedule the synchronisation using kubectl. However, I think I've found a bug in config file k8s-job.yaml. 1. After running in...