Thanks to visit codestin.com
Credit goes to github.com

Skip to content

putera/MMM-IPU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMM-IPU

A MagicMirror² Module for retrieve Air Pollutant Index (API) or in malay Indeks Pencemaran Udara (IPU)

Installation

  1. Navigate into your MagicMirror's modules folder
  2. Execute git clone https://github.com/putera/MMM-IPU.git

Using the module

To use this module, add it to the modules array in the config/config.js file:

modules: [
    {
        module: "MMM-IPU",
        position: "top_left",
        header: "Indeks Pencemaran Udara (IPU)",
        config: {
            // See 'Configuration options' for more information.
            state: "Perak",
            location: "Seri Manjung",
            refreshTime: 5, // in minutes
        }
    }
]

Configuration Options

The following properties can be configured:

Option Description
state Your state you wish to view
location Basically is your city, Please refer D.O.E Malaysia
refreshTime Refresh time every (default : 5 minutes)
hideOnStart Hide module on start (default : false)

About

A MagicMirror² Module for retrieve and view Indeks Pencemaran Udara (IPU)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published