Skip to content

Commit

Permalink
Updated integration page
Browse files Browse the repository at this point in the history
  • Loading branch information
JaapvanEkris authored Feb 7, 2025
1 parent 93b2ed6 commit 8de99eb
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,16 +252,9 @@ This allows you to see the current state of the rower. Typically this will show:

Please check if there are no errors reported, especially for configuration parameters. OpenRowingMonitor will report if it detects abnormal or missing parameters.

### Setting up Strava upload
### Setting up integrations to Strava, intervals.icu and RowsAndAll.com

Part of the specific parameters in `config/config.js` are the Strava settings. To use this, you have to create a Strava API Application as described [here](https://developers.strava.com/docs/getting-started/#account) and use the corresponding values. When creating your Strava API application, set the "Authorization Callback Domain" to the IP address of your Raspberry Pi.

Once you get your Strava credentials, you can add them in `config/config.js`:

```js
stravaClientId: "StravaClientID",
stravaClientSecret: "client_secret_string_from_the_Strava_API",
```
See our [integrations page](Integrations.md).

## Updating OpenRowingMonitor to a new version

Expand Down

0 comments on commit 8de99eb

Please sign in to comment.