Skip to content

mrkrd/meteo-pl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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+).

Releases

No releases published

Packages

No packages published