Skip to content

Prog-Party/MMM-GoogleSheets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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}

Releases

No releases published

Packages

No packages published