@ianperrin hi, thanks for the fast response. I tried to update, but now it is stuck in loading activities. I changed the MMM-Strava.js. What else do i need to edit? Below is my config:
// Default module config.
defaults: {
strava_id: ['XXXXXX'], // List of strava_id's, could get this from current athlete - https://strava.github.io/api/v3/athlete/#get-details
access_token: ['XXXXXXXXXXXXXXXXX'], // List of acces_token's (corresponding to the strava_id's), see https://www.strava.com/settings/api
athlete_text: [''], // List of athlete_text's (corresponding to the strava_id's), will be diplayed instead of ativity_text
mode: 'table', // Possible values "table", "chart"
elevation: true, // Shows elevation in "table" mode
activities: ["ride", "run", "virtual"], // Possible values "ride", "run", "swim"
period: "all", // Possible values "recent", "ytd", "all"
auto_rotate: true, // Rotate stats through each period starting from specified period
locale: config.language,
units: config.units,
fade: false,
fadePoint: 0.1, // Start on 1/4th of the list.
reloadInterval: 5 * 60 * 1000, // every 5 minutes
updateInterval: 600 * 1000, // 10 seconds
animationSpeed: 10 * 1000, // 2.5 seconds
debug: false, // Set to true to enable extending logging
},
No idea whats wrong. Thanks in advance.