mrkrd / meteo-pl

Show meteograms from meteo.pl in Emacs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

meteo-pl

Show meteograms from https://www.meteo.pl/ in GNU Emacs.

Installation

  • Clone the repository
git clone https://github.com/mrkrd/meteo-pl.git
  • Update the load-path
(add-to-list 'load-path (expand-file-name "~/path/to/meteo-pl"))
  • Load meteo-pl
(require 'meteo-pl)

Usage

  • Set coordinates in your configuration file, e.g., .emacs
(setq calendar-latitude 48.133333)
(setq calendar-longitude 11.566667)
  • Call meteo-pl-show-meteogram
M-x meteo-pl-show-meteogram

emacs-meteo-pl.png

License

The project is licensed under the GNU General Public License v3 or later (GPLv3+).

About

Show meteograms from meteo.pl in Emacs

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%