A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-Oura

    Health
    4
    1 Votes
    4 Posts
    1k Views
    L

    First off, I LOVE this module. I love seeing my Oura Ring stats directly above my girlfriend’s Oura Ring stats. It’s amazing being able to see who slept longer every morning.

    I am curious if it’s possible to bring in personal info?

    I know from looking at the API that info such as weight, name, age, ect. is available, I just don’t know how to bring it into the MMM-Oura module?

    What I would like to do, is display weight to the left of the readiness score.

    Any help on this would be greatly appreciated, thanks!!!

  • MMM-DWD-Pollen

    Health
    32
    0 Votes
    32 Posts
    7k Views
    bheplerB

    @Klinge - It appears that your problem isn’t the same. @Sachse had two instances of the Magic Mirror framework running at the same time. You probably don’t have that problem.

    The DWD site appears to be up and is hosting a json file. So let’s start at the beginning. Please post the relevant portion of your config.js file. We don’t need everything, just the part that configures the MMM-DWD-Pollen module. That will let us try and replicate your problem. Be sure to use the Markdown features when you post your code snippet!

  • MMM-Fitbit2

    Health
    98
    1 Votes
    98 Posts
    59k Views
    MeidlmarkusM

    Plus: I learned that the callback page needs to be called exactly as specified, so I tried also with http://127.0.0.1:8888/

    with ending slash, without, even with https - all to no avail.

    Thanks again
    Markus

  • MMM-Strava

    Health
    138
    4 Votes
    138 Posts
    117k Views
    S

    @MisterT 60*1000 is every minute,
    1440 times a day

    their limit us 100/15 minutes and 1000/ day
    Screenshot_20240320_130602_Chrome.jpg

  • Withings

    Unsolved Requests
    26
    3 Votes
    26 Posts
    18k Views
    I

    Anybody get this working with the new OAuth 2.0?

  • MMM-Fitbit

    Health
    26
    +0
    5 Votes
    26 Posts
    27k Views
    J

    @jchenaud said in MMM-Fitbit:

    e i have make something fail

    hey for new user i have find the probleme
    replace this.config.update_interval*60*1000);
    by

    this.config.update_interval*1000);