Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    MMM-GoogleFit

    Health
    7
    19
    6930
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      amcolash last edited by

      @StacheEnthusiast: Made a github issue, I will respond in detail and help troubleshoot there.

      https://github.com/amcolash/MMM-GoogleFit/issues/4

      1 Reply Last reply Reply Quote 0
      • T
        tismepaulo last edited by tismepaulo

        Thank you @amcolash I set this module up tonight. All working great, except when I edit chartWidth (to anything more than 360) to make it bigger, it cuts off part of the leftmost pie chart. It does this whether I’m using icons or not. I use it in bottom_center if that makes any difference. Any idea how to stop this happening? I’d like to have larger pies!

        A 1 Reply Last reply Reply Quote 0
        • A
          amcolash @tismepaulo last edited by

          @tismepaulo: Please make a github issue so I can track this issue. Sorry for the late response, I just moved cross-country to Seattle.

          1 Reply Last reply Reply Quote 0
          • B
            banbutcher last edited by

            hi,
            with the weights in Kgs… is it possible to have it to 1 decimal place?

            Thank you

            1 Reply Last reply Reply Quote 0
            • Meidlmarkus
              Meidlmarkus last edited by

              Hi,
              open: /home/pi/MagicMirror/modules/MMM-GoogleFit/MMM-GoogleFit.js in a notepad.
              Change line 112 from
              total = total.toFixed(0);
              to
              total = total.toFixed(1);

              Just tried it out, it works (I also like it 😉 )
              But please note that any change in a module will be overwritten as soon as you do an update of the module.

              Cheers
              Markus

              B 1 Reply Last reply Reply Quote 0
              • B
                banbutcher @Meidlmarkus last edited by banbutcher

                @Meidlmarkus

                Awesome… thanks I’ll try it out soon! 😊

                … worked like a charm! 🙂

                1 Reply Last reply Reply Quote 1
                • B
                  banbutcher last edited by

                  another quick question… is it possible to have a graph of some sort weeky/monthly of weight?
                  i think i read on one of the new covid19 threads that this module has a graph function!?

                  thanks again

                  Meidlmarkus 1 Reply Last reply Reply Quote 0
                  • Meidlmarkus
                    Meidlmarkus @banbutcher last edited by

                    @banbutcher cool that you got it to work 🙂
                    About weight graph: Well the GoogleFit module would have to be extended with this functionality, it would have to be coded (nothing that could be done with a quick fix, I’m afraid 😉 )

                    B 1 Reply Last reply Reply Quote 0
                    • B
                      banbutcher @Meidlmarkus last edited by

                      @Meidlmarkus

                      That’s what I thought, thanks for the reply!

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 2 / 2
                      • First post
                        Last post
                      Enjoying MagicMirror? Please consider a donation!
                      MagicMirror created by Michael Teeuw.
                      Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                      This forum is using NodeBB as its core | Contributors
                      Contact | Privacy Policy