Skip to content

Can't seem to get the --output option working #209

@TheGabeMan

Description

@TheGabeMan

Got a working .garmin_session and .withings_user.json file, but I can't get the withings data output to file. Made this compose file:

services:
  withings-sync:
    container_name: withings-sync
    image: ghcr.io/jaroslawhartman/withings-sync:master
    volumes:
      - /var/containers/withings-sync:/root
      - /etc/localtime:/etc/localtime:ro
    environment:
      - GARMIN_USERNAME='email'
      - GARMIN_PASSWORD='mypass'
    command: ["-o measurement.txt","-F","-v"]

It does upload data to Garmin, but I'd also love to see a dump to measurement.txt. Is that possible?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions