Skip to content

Latest commit

 

History

History
70 lines (58 loc) · 1.08 KB

README.md

File metadata and controls

70 lines (58 loc) · 1.08 KB

MMM-GoogleSheets

A MagicMirror² (https://magicmirror.builders) module to display Google Sheets information.

Screenshots

screenshot

Installation

In your terminal, go to your MagicMirror's Module folder:

cd ~/MagicMirror/modules

Clone this repository:

git clone https://github.com/Prog-Party/MMM-GoogleSheets.git

Go to the modules folder:

cd MMM-GoogleSheets

Install the dependencies:

npm install

Add the module to the modules array in the config/config.js file:

    {
        module: 'MMM-GoogleSheets'
    },

Configuration

Add MMM-GoogleSheets to ../MagicMirror/config/config.js:

Simple Version

{
  module: "MMM-GoogleSheets",
  position: "top_right",
  config: {
    events: [
      {
      },
    ]
  }
},

Configuration options

The following properties can be configured:

Option Description
{Option} {Description}