Skip to content

Latest commit

 

History

History
executable file
·
36 lines (23 loc) · 764 Bytes

installation.md

File metadata and controls

executable file
·
36 lines (23 loc) · 764 Bytes

Installation

  • Weathermap requires Grafana v6.7+ to run (not tested lower version). Download and install it first.
The Weathermap plugin is not compatible with Grafana 7.x

Dependencies

  • Grafana 6.7.x

Official version

Go to weathermap-panel official page and click on "Install Plugin".

Automatic

grafana-cli plugins install grafana-weathermap-panel

Manual

$ git clone https://github.com/atosorigin/grafana-weathermap-panel.git

move the folder to grafana's plugins folder

$ mv grafana-weathermap-panel /var/lib/grafana/plugins
$ systemctl restart grafana-server