Skip to content

erchenger/MMM-Oura

Repository files navigation

MMM-Oura

This is a module for the MagicMirror². It displays sleep data from your Oura sleep tracker.

Installation

  1. Go to MagicMirror's modules.
  2. Run git clone https://github.com/erchenger/MMM-Oura.
  3. Go into the newly created directory: cd MMM-Oura.
  4. Run npm install to install the node dependencies.

To use this module, add the following configuration block to the modules array in the config/config.js file:

var config = {
  modules: [
    {
      module: "MMM-Oura",
      position: 'top_right', // Or any other region
      config: {
        // See below for configurable options
      }
    }
  ]
};

Screenshot

Configuration options

Option Description
apiKey Required Your Oura personal access token
interval Optional Interval in seconds how often the data should be fetched

Type: int(seconds)
Default 3600 seconds (1 hour)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published