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)
- An installation of MagicMirror2
- No other dependencies required
- Clone this repo:
git clone https://github.com/jsteel715/MMM-Brewdog
into~/MagicMirror/modules
directory. - Configure your
~/MagicMirror/config/config.js
:
{
module: 'MMM-Brewdog',
position: 'top_left',
config: {
...
}
}
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 |