Lightweight Magic Mirror Module to display the latest Daily Hukamnama
- MagicMirror requires Third Party modules to be cloned in the modules directory.
cd <Your MagicMirror Directory>/modules git clone https://github.com/harv-singh/MMM-hukamnama.git
- Open the
MagicMirror/config/config.js
configuration file and edit to your liking. Below is an example configuration.
modules: [
{
module: 'MMM-hukamnama',
position: 'top_left'
}
]
- request (installed via
npm install
)
This module utilises this API. Thanks to the authors for developng a great and extensive API
- Improve Error handling in
MMM-hukamnama.js
andnode_helper.js
respectively.