I've got Weewx up and running (http://www.kdbarto.org/weather/Current.htm) 
and it all looks fine except the elevation.

The configuration shows

altitude = 850, foot # choose 'foot' or 'meter' for unit

The website shows
Altitude 0 feet
Anyone care to point out what I've done wrong?

Searching the discussion group got me past the other setup issues for MacOS 
and I'm up and it looks good.

I did the following (maybe one of these was the problem)

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
sudo -H python ./get-pip.py
sudo -H pip install pysqlite
sudo -H pip install configobj
sudo -H pip install Cheetah --ignore-installed
sudo -H pip install Pillow
sudo -H pip install pyserial
sudo -H pip install pyusb
sudo -H pip install pyephem


[Station]
    
    # Description of the station location
    location = "Midland Road Extension, Poway CA"
    
    # Latitude and longitude in decimal degrees
    latitude = 32.983056
    longitude = 117.04
    
    # Altitude of the station, with unit it is in. This is downloaded from
    # from the station if the hardware supports it.
    altitude = 850, foot    # Choose 'foot' or 'meter' for unit
    
    # Set to type of station hardware. There must be a corresponding stanza
    # in this file with a 'driver' parameter indicating the driver to be 
used.
    station_type = Vantage
    
    # If you have a website, you may specify an URL
    #station_url = http://www.example.com
    
    # The start of the rain year (1=January; 10=October, etc.). This is
    # downloaded from the station if the hardware supports it.
    rain_year_start = 10 
    
    # Start of week (0=Monday, 6=Sunday)
    week_start = 6

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/02744922-b4bd-409c-a66d-df9fa947582c%40googlegroups.com.

Reply via email to