Read the statement by Michael Teeuw here.
MMM-Fitbit2
-
@sdetweil I ran another test for 1000 line and the only mention of Fit is:
0|MagicMir | [05.06.2021 18:22.00.914] [INFO] Checking git for module: MMM-Fitbit2
After that, it moves onto multicast.
-
@jjw on the magicmirror screen, not commandline
press ctrl-shift-i together
a new window will open 1/2 the Mm screen
in that window there is a tabbed interface,here showing error from one of my modules, part of name in filter field
-
@sdetweil Ah, I think because I’m accessing my Pi via VNC viewer, that’s what makes it take a screenshot instead of opening that menu, even when on the MM screen, is there another way to access this? If not work directly through the Pi.
-
@jjw well, you could access from your pc, if the address/ipWhitelist settings in config.js allow it
then use chrome to view and open the dev window -
@sdetweil This is what comes up when I filter by fit
-
@jjw ok, now you know everything I know.
no errors were reported.
-
@sdetweil Thank you for the continued help, really appreciate you taking the time. One last thought, I’ve gone through the processes again, and one of the dependencies, “python-fitbit” requires you to run
sudo pip install -r requirements/base.txt
When I run this code, I get the error message
Could not open requirements file: [Errno 2] No such file or directory: ‘requirements/base.txt’
-
@jjw what folder are u supposed to be in when u run that command?
-
@sdetweil Unfortunately it doesn’t say so I’ve just tried running in and out of the Fitbit directory.
https://github.com/m-roberts/MMM-Fitbit2
redirects you to this webpage
https://pypi.org/project/fitbit/0.3.1/
and I can’t see anywhere it says what folder to install it into.
-
@jjw Running
init.sh
inside theMMM-Fitbit2
folder should take care of installing the dependencies for you.