Read the statement by Michael Teeuw here.
Fitbit
-
This is so cool! Do you mind clarifying the setup instructions for some of us hardcore newbs? I’m not sure of the correct way to pull your code onto my pi. Everything after that seems pretty clear though (install dependencies, fitbit setup etc).
-
nvm i figured it out lol… someday i wont be pi-tarded
-
@MechMatt if you find something out yourself it is always great to describe what you did, so others having the same problem can benefit from it even if it may be trivial! :slight_smile:
-
@MechMatt What exactly was ambiguous? So I can make it easier for others in the future!
-
@Vendittelli I wasn’t sure about installing a custom module. I realized it was pretty simple after a quick googling:
Navigate to modules folder
Type: git clone .git -
This is something very MagicMirror Generic. Maybe we should add something about this in the Readme?
-
@MichMich Good idea, I’ll can add details on wiki’s modules page. Just the basic ‘cd’ then ‘git clone’. Then any extra stuff can just be listed for each module on their own repos.
-
@Vendittelli I’ll be happy to assume the role here as the guy who makes sure everything is idiot proof :D
-
@MechMatt I put a basic run through on the wiki page, feel free to adapt it to make it more new user friendly
-
@Vendittelli Thanks!