Skip to content

NateDee/MMM-MFP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMM-MFP

MyFitnessPal MagicMirror module

This MagicMirror Module is designed to display your personal MyFitnessPal data. Since MyFitnessPal API is not really public at this point, this module uses a python script to grab your data and passes to the node.js module.

Installation

In your terminal, navigate to your MagicMirror modules folder:

cd ~/MagicMirror/modules

Clone this repository:

git clone https://github.com/NateDee/MMM-MFP.git

Configure the module in your config.js file.

Using this module

To use this module, add it to the modules array in your config.js file.

modules: [
     {
      username: "yourMFPlogin",
      passwd: "yourMFPpassword",
      updateTime: 60 * 1000 * 5, // Run every 5 minutes by default
      usernickname: "Nate",
	   },
  ]

Configuration Options

Option Description
username Your MyFitnessPal login username.
Expected Value type: string
passwd Your MyFitnessPal password to your account.
Expected Value type: string
updateTime How often the python script should look for updates, every 5 minutes is the default and likely more than enough.
Expected Value type: int
usernickname This will display your choosen name at the header of the MFP module.
Expected Value type: string

Create an issue for any recommendations or requests please!

About

MyFitnessPal MagicMirror module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published