Skip to content

MagicMirror module to get recent US Rainfall amounts

Notifications You must be signed in to change notification settings

vincep5/MMM-RecentRainfall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MMM-RecentRainfall

MagicMirror module to get recent US Rainfall amounts

API

Uses the open/free api https://data.rcc-acis.org/StnData http://www.rcc-acis.org/docs_webservices.html

Preview

screenshot1

Using the module

run git clone https://github.com/vincep5/MMM-RecentRainfall from inside your MagicMirror/modules folder

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

modules: [
  {
    module: "MMM-RecentRainfall",
    position: "top_right",
    header: "Rainfall",
    config: {
        station_id: 'JFK', // id via http://www.rcc-acis.org/docs_metadata.html
        days_to_get: 7, // number greater than 1
        show_image: true, // show the departure from normal as an image
        state_id: 'ny', // if show_image is true, then this is required
        image_width: 150 // if show_image is true, then this is required
    }
  },
]

About

MagicMirror module to get recent US Rainfall amounts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published