[Script request]: WeeWX #6019
Answered
by
tremor021
seanford
asked this question in
Request script
-
Application NameWeeWX WebsiteDescriptionThe WeeWX weather system is written in Python and runs on Linux, MacOSX, Solaris, and *BSD. It collects data from many types of weather stations and sensors, then generates plots, HTML pages, and monthly and yearly summary reports. It can push plots, pages, and reports to a web server, and data to many online weather services. Due Diligence
|
Beta Was this translation helpful? Give feedback.
Answered by
tremor021
Jul 15, 2025
Replies: 1 comment
-
Spin up a Debian LXC from template and just do: apt install -y gnupg2 curl
curl -fsSL https://weewx.com/keys.html | gpg --dearmor --output /etc/apt/trusted.gpg.d/weewx.gpg
echo "deb [arch=all] https://weewx.com/apt/python3 buster main" >/etc/apt/sources.list.d/weewx.list
apt update
apt install -y weewx Done |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
michelroegl-brunner
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Spin up a Debian LXC from template and just do:
Done