Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMM-Pollen

MagicMirror module to get the pollen.com forecast for your zipcode

Preview

screenshot1

Using the module

Go to your MagicMirror modules directory by entering cd MagicMirror/modules

run git clone https://github.com/vincep5/MMM-Pollen

run cd MMM-Pollen to get into the newly created folder

run npm install to install the dependencies

Add MMM-Pollen module to the modules array in the config/config.js file:

modules: [
  {
    module: "MMM-Pollen",
    position: "top_left",
    header: "Pollen Forecast",
    config: {
        updateInterval: 3 * 60 * 60 * 1000, // every 3 hours
        zip_code: "90210"
    }
  },
]

About

MagicMirror module to get the pollen.com forecast for your zipcode

Resources

Stars

11 stars

Watchers

4 watching

Forks

Releases

Packages

Used by

Contributors

Languages