All Projects → werthdavid → MMM-Bring

werthdavid / MMM-Bring

Licence: MIT license
A module for the MagicMirror that displays your Bring! shopping list.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to MMM-Bring

MMM-OpenmapWeather
This module loads current weather as images on Magic Mirror
Stars: ✭ 18 (+0%)
Mutual labels:  magicmirror, magicmirror2
MMM-network-signal
MagicMirror2 solid network status
Stars: ✭ 31 (+72.22%)
Mutual labels:  magicmirror, magicmirror2
MMM-forecast-io
Forecast.io Module for MagicMirror
Stars: ✭ 58 (+222.22%)
Mutual labels:  magicmirror, magicmirror2
WallberryTheme
Bringing the WallberryTheme to MagicMirror²
Stars: ✭ 94 (+422.22%)
Mutual labels:  magicmirror, magicmirror2
MMM-MagicMover
MagicMirror² module to avoid screen burn-in
Stars: ✭ 21 (+16.67%)
Mutual labels:  magicmirror, magicmirror2
MMM-EmbedYoutube
Embed youtube video for MagicMirror
Stars: ✭ 29 (+61.11%)
Mutual labels:  magicmirror, magicmirror2
SmartMirror
My MagicMirror running on a Raspberry Pi
Stars: ✭ 110 (+511.11%)
Mutual labels:  magicmirror, magic-mirror
MMM-mvgmunich
MagicMirror² Module to monitor public transport (U-bahn, tram, bus, S-Bahn) in Munich
Stars: ✭ 21 (+16.67%)
Mutual labels:  magicmirror, magicmirror2
mmpm
MagicMirror Package Manager
Stars: ✭ 104 (+477.78%)
Mutual labels:  magicmirror, magicmirror2
MMM-MotionDetector
This is a motion detector module for MagicMirror
Stars: ✭ 32 (+77.78%)
Mutual labels:  magicmirror, magicmirror2
addon-magicmirror
MagicMirror² - Home Assistant Community Add-ons
Stars: ✭ 40 (+122.22%)
Mutual labels:  magicmirror
MMM-NOAA
Weather module
Stars: ✭ 17 (-5.56%)
Mutual labels:  magicmirror2
CaravanPi
System for measuring and displaying various values in caravans and motor homes, including climate values, filling levels and levelling data. MagicMirror (https://magicmirror.builders/) is used for presentation. A circuit board design is available now
Stars: ✭ 14 (-22.22%)
Mutual labels:  magicmirror
Magicmirror
MagicMirror² is an open source modular smart mirror platform. With a growing list of installable modules, the MagicMirror² allows you to convert your hallway or bathroom mirror into your personal assistant.
Stars: ✭ 15,705 (+87150%)
Mutual labels:  magicmirror
MMM-page-indicator
MagicMirror² module to display what page you're on.
Stars: ✭ 33 (+83.33%)
Mutual labels:  magicmirror
MMM-PublicTransportBerlin
MagicMirror module to display public transport in Berlin and Brandenburg with BVG Hafas data.
Stars: ✭ 37 (+105.56%)
Mutual labels:  magicmirror
MMM-Fuel
Gas Station price Module for MagicMirror²
Stars: ✭ 47 (+161.11%)
Mutual labels:  magicmirror
StatusBoard
Non-mirror setup using the MagicMirror Framework
Stars: ✭ 23 (+27.78%)
Mutual labels:  magicmirror
MMM-AlarmClock
Alarm Clock Module for MagicMirror²
Stars: ✭ 46 (+155.56%)
Mutual labels:  magicmirror
MMM-Netatmo
A module for the MagicMirror to display informations about your rooms climate from your Netatmo system.
Stars: ✭ 26 (+44.44%)
Mutual labels:  magicmirror

MMM-Bring

Alt text

A module for the MagicMirror² that displays your Bring! shopping list.

Features

  • Touch Support
  • Locale Support
  • Auto-Layout

Installing

Step 1 - Install the module

cd ~/MagicMirror/modules
git clone https://github.com/werthdavid/MMM-Bring.git
cd MMM-Bring
npm install

Step 2 - Add module to ~MagicMirror/config/config.js

Add this configuration into config.js file's

{
    module: "MMM-Bring",
    position: "bottom_bar",
    config: {
       email: "[email protected]",
       password: "SECRET",
       updateInterval: 15, // in Minutes
       listName: "Zuhause", // optional
       showListName: true,
       activeItemColor: "#EE524F",
       latestItemColor: "#4FABA2",
       showLatestItems: false,
       maxItems: 0,
       maxLatestItems: 0,
       locale: "de-DE",
       useKeyboard: false,
       customTitle: "My shopping list", // optional
       listDropdown: true
    }
}

Updating

Go to the module’s folder inside MagicMirror modules folder and pull the latest version from GitHub and install:

git pull
npm install

Configuring

Here is the configurable part of the module

Option Description
email Required Email-address.
password Required password.
updateInterval How often the module should load the list.
Type: number in minutes
Default value: 15
listName The name of the list to be displayed.
Type: string
Default value: your default list
showListName Flag for displaying list name.
Type: boolean
Default value: true
activeItemColor Color for active items.
Type: string
Default value: #EE524F
latestItemColor Color for recent items.
Type: string
Default value: #4FABA2
showLatestItems Flag for displaying recently bought items.
Type: boolean
Default value: false
maxItems Maximum items to display.
Type: number
Default value: 0 (all)
maxLatestItems Maximum recent items to display.
Type: number
Default value: 0 (all)
locale The locale.
Type: string
Default value: de-DE
useKeyboard Activate to use this module together with MMM-Keyboard
Type: boolean
Default value: false
customTitle Show the given text as generic module title
Type: string
Default value: undefined (empty)
listDropdown If you have more than 1 list, show a dropdown where the list can be selected
Type: boolean
Default value: true

Valid locales

  • de-AT
  • de-CH
  • de-DE
  • es-ES
  • en-GB
  • en-US
  • en-CA
  • en-AU
  • fr-CH
  • fr-FR
  • it-CH
  • it-IT
  • pt-BR
  • nl-NL
  • hu-HU
  • nb-NO
  • pl-PL
  • ru-RU
  • sv-SE
  • tr-TR
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].