Read the statement by Michael Teeuw here.
Strava widget
-
I like running and usually bike from time to time. I usually log all my activities on strava. Would it be possible to create a strava module. A weekly activity widget similar to this
link textWould people be interested in that?
I would be willing to try to develop it myself. I did some C coding when I was at uni. Could someone point me to the right direction on how to start it. Is there a newbie guide to coding I can follow.
Thanks
-
@d3r https://github.com/MichMich/MagicMirror/tree/master/modules
if you have questions you can ask here, there several people who can help if you’re facing problems
-
I created the basis for a Strava module last weekend, but got distracted looking at @strawberry-3-141 's MMM-soccer module. ;)
Here’s a screenshot which grabs the recent stats and totals from the Strava API and displays them in a table.
I plan to share it via GitHub this week so if you care to wait a day or so, we can combine efforts!
-
@ianperrin Lovely module. Really like the design!
-
@MichMich said in Strava widget:
@ianperrin Lovely module. Really like the design!
Thanks @MichMich - though the credit goes to you for the MagicMirror2 and MMM-Toon module.
Sadly, FontAwesome don’t include sports icons - so the heartbeat and life-saver seemed the best alternatives…
-
You could use a service like https://icomoon.io to create your own icon sets and include those in your module.
-
@ianperrin That looks pretty good.
I’ve never worked with api’s and done such coding. It will take me a few hours to get accustomed to the process. Will keep you updated. -
@d3r - I’ve pushed the module to GitHub so feel free to have a look and let me have your feedback.
You can also find the module via
- The 3rd Party modules list on MagicMirror wiki - (https://github.com/MichMich/MagicMirror/wiki/MagicMirror²-Modules#3rd-party-modules)
- The Modules Showcase on this forum - (https://forum.magicmirror.builders/topic/457/strava)
Enjoy