<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[MMM-Strava only shows achievements, nothing else?]]></title><description><![CDATA[<p dir="auto">Hey all,</p>
<p dir="auto">I installed MMM-Strava, followed the wonderfuly documented instructions on how to get authentication tokens - but am having some issues. I think my authentication is fine, because the module shows my weekly achievements. But, it does not show ride #, distances or any other stats. Here is my config file and screenshot:</p>
<p dir="auto"><img src="/assets/uploads/files/1593091952239-7edffdb2-87bd-4bdc-9ea7-497dbf54a948-image.png" alt="7edffdb2-87bd-4bdc-9ea7-497dbf54a948-image.png" class=" img-fluid img-markdown" /></p>
<pre><code>{
	module: "MMM-Strava",
	position: "bottom_left",
	config: {
		client_id: "XXXX",
		client_secret: "XXXXXXX",
		mode: "table",
		activities: "ride",
		reloadInterval: 1000*60*30,
		stats: ["count", "distance", "elevation", "moving_time", "achievements"]
	}
}
</code></pre>
<p dir="auto">Here is the relevant output from <code>npm start</code></p>
<pre><code>&gt; magicmirror@2.11.0 start /home/pi/MagicMirror
&gt; DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js

[2020-06-25 09:31:12.157] [LOG]    Starting MagicMirror: v2.11.0
[2020-06-25 09:31:12.191] [LOG]    Loading config ...
[2020-06-25 09:31:12.210] [LOG]    Loading module helpers ...

[2020-06-25 09:31:20.444] [LOG]    Initializing new module helper ...
[2020-06-25 09:31:20.446] [LOG]    Check MagicMirror version for node helper 'MMM-Strava' - Minimum version:  2.2.0 - Current version: 2.11.0
[2020-06-25 09:31:20.448] [LOG]    Version is ok!
[2020-06-25 09:31:20.450] [LOG]    Module helper loaded: MMM-Strava

[2020-06-25 09:31:22.042] [LOG]    Connecting socket for: MMM-Strava
[2020-06-25 09:31:22.044] [LOG]    Starting module helper: MMM-Strava

</code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/13140/mmm-strava-only-shows-achievements-nothing-else</link><generator>RSS for Node</generator><lastBuildDate>Sat, 16 May 2026 20:37:03 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/13140.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 25 Jun 2020 13:45:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-Strava only shows achievements, nothing else? on Sat, 27 Mar 2021 07:45:24 GMT]]></title><description><![CDATA[<p dir="auto">Hi all, slightly late to the party, but to add to the comments above…</p>
<p dir="auto">This module started out using the <a href="https://developers.strava.com/docs/reference/#api-Athletes-getStats" target="_blank" rel="noopener noreferrer nofollow ugc">Get Athlete Stats</a> endpoint in the Strava api to generate the table. This continues to be the case today, but as noted above, this api does not include private activities.</p>
<p dir="auto">In <code>chart</code> mode the module uses the <a href="https://developers.strava.com/docs/reference/#api-Activities-getLoggedInAthleteActivities" target="_blank" rel="noopener noreferrer nofollow ugc">List Athlete Activities</a>. Providing access to <em>private activities</em> is granted when authorising the module, these activities will be included.</p>
<p dir="auto">I’m considering removing the use of the Get Athlete Stats endpoint and aggregating the data from the List Athlete Activities endpoint within the module. This would resolve this problem and allow more activity types to be supported.</p>
<p dir="auto">In the meantime, the options for displaying private activities are to use <code>chart</code> mode (and grant access during authorisation) or use are to use the forked module.</p>
]]></description><link>https://forum.magicmirror.builders/post/89990</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/89990</guid><dc:creator><![CDATA[ianperrin]]></dc:creator><pubDate>Sat, 27 Mar 2021 07:45:24 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Strava only shows achievements, nothing else? on Fri, 26 Jun 2020 23:52:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nakulbende" aria-label="Profile: nakulbende">@<bdi>nakulbende</bdi></a> the worst thing is that they have removed some functions in the api even for paid subscriptions. Club activities endpoint unusable. Current segment leaderboard entries not available to anyone. It’s a mess.</p>
]]></description><link>https://forum.magicmirror.builders/post/77697</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/77697</guid><dc:creator><![CDATA[lavolp3]]></dc:creator><pubDate>Fri, 26 Jun 2020 23:52:26 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Strava only shows achievements, nothing else? on Fri, 26 Jun 2020 23:09:02 GMT]]></title><description><![CDATA[<p dir="auto">Yeah that did it! Thanks - again, wizardry appreciated!</p>
]]></description><link>https://forum.magicmirror.builders/post/77682</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/77682</guid><dc:creator><![CDATA[nakulbende]]></dc:creator><pubDate>Fri, 26 Jun 2020 23:09:02 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Strava only shows achievements, nothing else? on Fri, 26 Jun 2020 21:37:59 GMT]]></title><description><![CDATA[<p dir="auto">what means <code>anything</code>? Remains in loading state?</p>
<p dir="auto">Here the brackets are missing:</p>
<pre><code>    activities: ["ride"],
</code></pre>
<p dir="auto">And now the old wizard is tired and has to go to bed …</p>
]]></description><link>https://forum.magicmirror.builders/post/77668</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/77668</guid><dc:creator><![CDATA[karsten13]]></dc:creator><pubDate>Fri, 26 Jun 2020 21:37:59 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Strava only shows achievements, nothing else? on Fri, 26 Jun 2020 21:27:06 GMT]]></title><description><![CDATA[<p dir="auto">Tried that - authenticated again. I have some public and some private activities now. But now it does not show anything.</p>
<p dir="auto">Here is my config file:</p>
<pre><code>		// Strava
		{
			module: "MMM-Strava",
			position: "bottom_right",
			config: {
				client_id: "XXXXXX",
				client_secret: "XXXXXXXXXXXx",
				mode: "table",
				activities: "ride",
				reloadInterval: 1000*60*30,
				stats: ["count", "distance", "moving_time", "achievements"],
				showprivatestats: true,
			}
		},
</code></pre>
<p dir="auto">I deleted the old folder too.</p>
]]></description><link>https://forum.magicmirror.builders/post/77666</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/77666</guid><dc:creator><![CDATA[nakulbende]]></dc:creator><pubDate>Fri, 26 Jun 2020 21:27:06 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Strava only shows achievements, nothing else? on Fri, 26 Jun 2020 20:23:28 GMT]]></title><description><![CDATA[<p dir="auto">You all are just wizards!!</p>
]]></description><link>https://forum.magicmirror.builders/post/77661</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/77661</guid><dc:creator><![CDATA[nakulbende]]></dc:creator><pubDate>Fri, 26 Jun 2020 20:23:28 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Strava only shows achievements, nothing else? on Fri, 26 Jun 2020 20:16:31 GMT]]></title><description><![CDATA[<p dir="auto">you have to use my fork of MMM-Strava.<br />
First goto your <code>modules</code> folder and remove the current <code>MMM-Strava</code> subfolder (or rename it).<br />
Then in your <code>modules</code> folder execute <code>git clone -b stats_incl_private_acts https://github.com/khassel/MMM-Strava.git</code>.<br />
You can use your current config in your <code>config.js</code> and add <code>showprivatestats: true</code> to use this new feature.</p>
]]></description><link>https://forum.magicmirror.builders/post/77660</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/77660</guid><dc:creator><![CDATA[karsten13]]></dc:creator><pubDate>Fri, 26 Jun 2020 20:16:31 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Strava only shows achievements, nothing else? on Fri, 26 Jun 2020 20:07:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/karsten13" aria-label="Profile: karsten13">@<bdi>karsten13</bdi></a> and <a class="plugin-mentions-user plugin-mentions-a" href="/user/lavolp3" aria-label="Profile: lavolp3">@<bdi>lavolp3</bdi></a> Thanks both of you for your contributions!!</p>
<p dir="auto">I know strava is having issues, and is pushing a lot pf services to paid customers only. I dont mind not being able to see any other athletes, I mostly use it for my own tracking, and so I just keep it private. I do know that the random changes in their API caused a lot of trouble for you guys.</p>
<p dir="auto">So - is there a way to checkout the PR - and use private activities?  Can I use something like <code>git checkout pr 38</code> and it will be the version <a class="plugin-mentions-user plugin-mentions-a" href="/user/karsten13" aria-label="Profile: karsten13">@<bdi>karsten13</bdi></a> PRed?</p>
]]></description><link>https://forum.magicmirror.builders/post/77659</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/77659</guid><dc:creator><![CDATA[nakulbende]]></dc:creator><pubDate>Fri, 26 Jun 2020 20:07:16 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Strava only shows achievements, nothing else? on Fri, 26 Jun 2020 19:35:43 GMT]]></title><description><![CDATA[<p dir="auto">IMO this PR is only a workaround of a missing strava api function, I think they use it internally on their website, but they dont publish it … the workaround to calculate on your own is slow, loading my &gt; #680 activities needs 20 sec. But I’m no js expert, may you can speed things up …</p>
]]></description><link>https://forum.magicmirror.builders/post/77657</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/77657</guid><dc:creator><![CDATA[karsten13]]></dc:creator><pubDate>Fri, 26 Jun 2020 19:35:43 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Strava only shows achievements, nothing else? on Fri, 26 Jun 2020 08:32:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/karsten13" aria-label="Profile: karsten13">@<bdi>karsten13</bdi></a> Great contribution!<br />
I might need to “borrow” some of that for my module :-)</p>
]]></description><link>https://forum.magicmirror.builders/post/77622</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/77622</guid><dc:creator><![CDATA[lavolp3]]></dc:creator><pubDate>Fri, 26 Jun 2020 08:32:47 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Strava only shows achievements, nothing else? on Fri, 26 Jun 2020 08:02:21 GMT]]></title><description><![CDATA[<p dir="auto">did already a PR for this for MMM-Strava, but still not merged: <a href="https://github.com/ianperrin/MMM-Strava/pull/38" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/ianperrin/MMM-Strava/pull/38</a></p>
]]></description><link>https://forum.magicmirror.builders/post/77621</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/77621</guid><dc:creator><![CDATA[karsten13]]></dc:creator><pubDate>Fri, 26 Jun 2020 08:02:21 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Strava only shows achievements, nothing else? on Fri, 26 Jun 2020 07:58:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/karsten13" aria-label="Profile: karsten13">@<bdi>karsten13</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/nakulbende" aria-label="Profile: nakulbende">@<bdi>nakulbende</bdi></a> The Strava API is becoming more and more useless on several endpoints.<br />
You have to think about it. With this endpoint, you can only draw YOUR OWN data (the data of the authenticated athlete), not of any other athlete, but it does NOT include private data.<br />
Does not make any sense at all.</p>
<p dir="auto">I’m still working on a bigger Strava module (which takes some more time after I needed to amend to further destructive API changes).<br />
The data could also be gathered from the “getActivities” endpoint, which includes private activities. Maybe the stats need to be created from that in future.<br />
This API call is however not included in MMM-Strava.</p>
]]></description><link>https://forum.magicmirror.builders/post/77620</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/77620</guid><dc:creator><![CDATA[lavolp3]]></dc:creator><pubDate>Fri, 26 Jun 2020 07:58:21 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Strava only shows achievements, nothing else? on Fri, 26 Jun 2020 07:33:08 GMT]]></title><description><![CDATA[<p dir="auto">Problem of strava api <a href="https://developers.strava.com/docs/reference/#api-Athletes-getStats" target="_blank" rel="noopener noreferrer nofollow ugc">https://developers.strava.com/docs/reference/#api-Athletes-getStats</a></p>
<pre><code>Get Athlete Stats (getStats)

Returns the activity stats of an athlete. Only includes data from activities set to Everyone visibilty.
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/77619</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/77619</guid><dc:creator><![CDATA[karsten13]]></dc:creator><pubDate>Fri, 26 Jun 2020 07:33:08 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Strava only shows achievements, nothing else? on Fri, 26 Jun 2020 00:19:46 GMT]]></title><description><![CDATA[<p dir="auto">Whoops, didn’t realize this just pulls from public profile - since it is taking authorization. I made some activities public - do i have to make it public?</p>
]]></description><link>https://forum.magicmirror.builders/post/77616</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/77616</guid><dc:creator><![CDATA[nakulbende]]></dc:creator><pubDate>Fri, 26 Jun 2020 00:19:46 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Strava only shows achievements, nothing else? on Thu, 25 Jun 2020 20:19:30 GMT]]></title><description><![CDATA[<p dir="auto">Have you any <strong>public</strong> activities in the connected strava account?</p>
]]></description><link>https://forum.magicmirror.builders/post/77603</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/77603</guid><dc:creator><![CDATA[karsten13]]></dc:creator><pubDate>Thu, 25 Jun 2020 20:19:30 GMT</pubDate></item></channel></rss>