wview is a collection of linux/unix daemons that interface with a supported weather station to retrieve archive records (if generated by the station) and current conditions. The archive records are stored in an SQLite3 database. At a configurable interval, wview will utilize the archive history and current conditions to generate weather images (buckets, dials and graphs) and HTML web pages based on user-configurable HTML templates.
wview is a collection of linux/unix daemons that interface with a supported weather station to retrieve archive records (if generated by the station) and current conditions. The archive records are stored in an SQLite3 database. At a configurable interval, wview will utilize the archive history and current conditions to generate weather images (buckets, dials and graphs) and HTML web pages based on user-configurable HTML templates.
To install wview, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install wview
To see what files were installed by wview, run:
port contents wview
To later upgrade wview, run:
sudo port selfupdate && sudo port upgrade wview
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.