tylerstambaugh / MMM-StravaWeekInBike

A magic mirror module for displaying last week's bike stats
MIT License
2 stars 2 forks source link

MMM-StravaWeekInBike


A simple magic mirror module for displaying the last 'X' days of riding stats.
alt stravaWeekInBike

Table of contents

  1. Setup
  2. Configuration
  3. Updates

Setup

-In order to run the module, you'll need to setup API access on your Strava account.

-You'll need to get your clientId, clientSecret, and initial refreshToken. Follow these instructions to get those values.

-Scopes for the token should include: activity:read_all

{
  module: "MMM-StravaWeekInBike",
  position: "top_right",
  config: {
    clientId: "[YOUR CLIENT ID]",
    clientSecret: "[YOUR CLIENT SECRET]",
    refreshToken: "[YOUR REFRESH TOKEN]",
    numberOfDaysToQuery: 7, //number of days to look back for stats
    maxWidth: "250px",
    header: "Strava Week in Bike" //custom header if you want something different
  }
}

Updates

I will likely continue to update the module. When you see that an update is available:

  1. Open the command prompt and change to directory \MagicMirror\modules\MMM-StravaWeekInBike\
  2. Run command git pull
  3. Restart the Magic Mirror