Read the statement by Michael Teeuw here.
MMM-Strava stopped updating
-
@levon I think check if it is successfully hitting the API on Strava. Check https://www.strava.com/settings/api.
Also check if the Authorization Callback Domain matches your MM IP.
-
@mumblebaj Yes, it is doing that for sure, I had kept an eye on that.
I think I finally tracked down the problem, however I don’t understand why it broke. The problem is with one of the options in the config.js file. I had used mode “chart” successfully since early June (ie for almost 2 months) as it also gave me stats on walks too, but for some reason the updates stopped happening with this mode (rather than the default “table” mode)
If I comment out the mode, or explicitly specify the default mode of “table”, I get the correct stats for runs, but it ignores the walk (as documented, it will only do run, swim, ride in “table” mode)
I think I will open an issue with this.
I appreciate all of your help/suggestions. Perhaps the code author can shed some light on this.
-
@levon Awesome. Glad you found the issue. The code uses the npm module strava-v3. It looks like the method used does not return walking.
-
@mumblebaj Thank again for your help and everyone else. I definitely learned more about the software and how everything is connected. I’m sure that will come in handy down the line.
-
Hi all, sorry for the delayed response
@levon looking at the screen shot of your stats from the python module, the total number of activities you have logged this year exceeds 200. Whilst the module will continue to work (making api calls and updating the tokens file) only the first 200 activities are summarised in the chart.
There is an issue relating to this bug ion GitHub, but I’ve not had the time to delve deeper.
To confirm, can you set the period to “recent” and confirm the latest activities are included in the chart?