~talfus-laddus/weather-plotter

Plot weather elements (temperature and humidity)

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~talfus-laddus/weather-plotter
read/write
git@git.sr.ht:~talfus-laddus/weather-plotter

You can also use your local clone with git send-email.

#Weather Plotter

#Install

pip install git+https://git.sr.ht/~talfus-laddus/weather-plotter

#InfluxDB Configuration

Configuration paths:

  1. XDG_CONFIG_HOME/weather-plotter/config.ini
  2. $HOME/.config/weather-plotter/config.ini

Example configuration:

[influx2]
url=url
org=org
token=token

#Usage

Usage: weather-plotter [OPTIONS] COMMAND [ARGS]...

Options:
  --help  Show this message and exit.

Commands:
  health
  run       Run every 10 minutes.
  run-once  Run only once.