Skip to content

calonmerc/MMM-Metar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMM-Metar

This is a module for the MagicMirror²-Project.

It displays METARs from airports defined in config.

Screenshots

Decoded view

screenshot decoded

Raw view

screenshot not decoded

Installation

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

Clone and install

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

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:

    {
      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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors