A module for the MagicMirror project by Michael Teeuw getting the happy hours that are in a certain location.
The module running in a corner |
This module uses a happy hour finder website to find happy hours that are in your area. In your config.js, you are able to specify what city and state you would like to use. You can also specify if you would like to find happy hours for a specific day.
Installation is like most other Magic Mirror modules.
cd /MagicMirror/modules
git clone https://github.com/aleckeller/MMM-HappyHours.git
cd MMM-HappyHours
npm install
Option | Description |
---|---|
state |
A string that specifies the state you would like to find the happy hours in. Type: |
city |
A string that specifies the city you would like to find the happy hours in. Type: |
useDayOfWeek |
A boolean that specifies if you would like to only find the happy hours for the current day. Type: |
maxWidth |
A string that specifies the width of the module. Type: |
maxHeight |
A string that specifies the height of the module. Type: |
scrollSpeed |
An integer that specifies how fast you would like the module to scroll through the happy hours. The larger the number, the slower it will scroll. Type: |