Skip to content

Magic Mirror module to fetch raw aviation METARs from avwx.rest api.

Notifications You must be signed in to change notification settings

calonmerc/MMM-Metar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MMM-Metar

This is a module for the MagicMirror²-Project.

It displays METARs from airports defined in config.

Installation

Assuming ~/MagicMirror is the directory where you installed MagicMirror².

Clone and install

cd ~/MagicMirror/modules
git clone https://github.com/calonmerc/MMM-Metar.git

Update your config.js file

Add a configuration block to the modules array in the ~/MagicMirror/config/config.js file and define your AVWX.rest (register for an account) API Key:

var config = {
  modules: [
    {
      module: "MMM-Metar",
      position: "top_right",
      config: {
        apiKey: "<api-key-here>",
        airports: [ "KSFO","PAO","HAF","JFK" ],
      },
    },
  ],
};

This is the minimal config setup, you find more params in the default section of MMM-Metar.js.

About

Magic Mirror module to fetch raw aviation METARs from avwx.rest api.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published