Read the statement by Michael Teeuw here.
Strava weekinbike & lastactivitymap
-
super basic question, both modules are from the same developer, but both are missing the most basic info of how to install.
in instances like this how do I find the first bit of info to put in terminal to start pulling down the info needed for a module?
Cheers.
-
@JMac For simple modules you should be able to clone it from github.
cd ~/MagicMirror/modules git clone https://github.com/bwente/MMM-KitchenTimer.git -
Regarding Strava: They’ve tightened their API terms of use; in practice, this means that only paying users can access the API. So, if you aren’t a paying Strava user, you can save yourself the trouble of installing any Strava modules…
-
cd ~/MagicMirror/modules
git clone https:///github.com/tylerstambaugh/MMM-StravaWeekInBike
cd ~/MagicMirror/modules/MMM-StravaWeekInBike
npm installcd ~/MagicMirror/modules
git clone https://github.com/tylerstambaugh/MMM-Strava-Last-Activity-Map
cd ~/MagicMirror/modules/MMM-Strava-Last-Activity-Map
npm installI did install both modules, but was’nt able to make them functional.
The discription in Note is a mysterie to me. I can need al little help from my friends to tackle that problem.
- Note: The access token and refresh tokens are kept in a file in the directory above the module. This is for the case where you are running both of my Strava MM modules, they’ll share the token data between them allowing them to stay in sync and avoid “Unauthorized” errors
-
@malvinas I have updated the README files in the repos to detail how the token file gets created and stored. You shouldn’t have to do anything for it’s creation, you should just need to make sure your module config has valid values and the file will get generated automatically. I hope this helps.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login