Skip to content

SkogDev/MMM-StorH

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MagicMirror² Module: StorH

'MMM-StorH' is a module for displaying your shopping list using StorH by Skog Dev MagicMirror².

Simple

Current version is 1.0.1 See changelog for version history.

Prerequisites

  • The user have downloaded StorH (iOS, Android).
  • The user have created a SkogID

Installation

Remote to your MM2-box with your terminal software and go to your MagicMirror's Module folder:

cd ~/MagicMirror/modules

Clone the repository:

git clone https://github.com/SkogDev/MMM-StorH.git

Go to the modules folder:

cd MMM-StorH

Install the dependencies:

npm install

Add the module to the modules array in the config/config.js file by adding the following section. You may change this configuration later:

{
	module: 'mmm-storh',
	header: 'StorH',
	position: 'top_left',
	config: {
		showHeader: true,
		email: 'youremailhere'
		password: 'yourpasswordhere',
		maxItems: 10
	}
}

Configuration options

These are the valid configuration options you can put inside the config array above:

Configuration option Comment Default
maxItems Number of items to display 5
showHeader Set this to true to show header above the items false

Group

  • The module will automatically fetch the users group and items.
## Translations

This modules is translated to the following languages:

Language | Responsible
---|---
nb (Norwegian) 
en (English)


About

Shopping list module for the MagicMirror

Resources

License

Stars

Watchers

Forks

Packages

No packages published