Skip to content

ooohfascinating/MMM-Grocy

Repository files navigation

MMM-Grocy GitHub license

MagicMirror² Module that displays the meal plan for the week from grocy on your magic mirror

screenshot

THIS IS A VERY ROUGH FIRST DRAFT. I do apologize, as this is my first module, and i'm still learning the ropes

Dependencies

  • instance of MagicMirror²

Installation

  1. Clone this repository into your modules folder and install node dependencies:

    cd ~/MagicMirror/modules
    git clone https://github.com/ooohfascinating/MMM-Grocy
    cd MMM-Grocy
    npm install
  2. Modify the config template below

  3. Add configuration to your config.js

Example Config

{
  module: "MMM-Grocy",
  position: "top_left",
  config: {
    apiLocation:"https://grocy.example.com/api"
    textColor:"red"
  }
},

Updating

To update the module to the latest version, use your terminal to go to your MMM-Grocy module folder and type the following command:

cd MMM-Grocy
git pull
npm install

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published