Skip to content

jsteel715/MMM-Brewdog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMM-Brewdog GitHub license

Simple module for MagicMirror2 that utilizes the Brewdog API to fetch a random beer

API: https://api.punkapi.com/v2/beers/random (no key needed)

Example

Dependencies

  • An installation of MagicMirror2
  • No other dependencies required

Installation

  1. Clone this repo: git clone https://github.com/jsteel715/MMM-Brewdog into ~/MagicMirror/modules directory.
  2. Configure your ~/MagicMirror/config/config.js:
{
    module: 'MMM-Brewdog',
    position: 'top_left',
    config: {
        ...
    }
}

Config Options

Option Default Description
useHeader true Boolean for header visibility
header 'Brewdog Beers' Change to whatever you want
updateInterval 60000 How often until we get another beer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published