I think I am making progress:
# Where the generated reports should go, relative to WEEWX_ROOT
HTML_ROOT = /var/www/weewx/index.html
I created a few different things thinking that might solve the problem, no
luck.
*pi@raspberrypi*:*/var/www/html $* ls
index.html *weather* *weewx*
Fixed what I noticed to be wrong the latitude.
*pi@raspberrypi*:*/var/www/html $* sudo tail -f /var/log/syslog
Mar 1 05:12:53 raspberrypi weewx[2449]: **** File
"/usr/share/weewx/weewx/engine.py", line 888, in main
Mar 1 05:12:53 raspberrypi weewx[2449]: **** engine =
engine_class(config_dict)
Mar 1 05:12:53 raspberrypi weewx[2449]: **** File
"/usr/share/weewx/weewx/engine.py", line 75, in __init__
Mar 1 05:12:53 raspberrypi weewx[2449]: ****
self.preLoadServices(config_dict)
Mar 1 05:12:53 raspberrypi weewx[2449]: **** File
"/usr/share/weewx/weewx/engine.py", line 116, in preLoadServices
Mar 1 05:12:53 raspberrypi weewx[2449]: **** self.stn_info =
weewx.station.StationInfo(self.console, **config_dict['Station'])
Mar 1 05:12:53 raspberrypi weewx[2449]: **** File
"/usr/share/weewx/weewx/station.py", line 35, in __init__
Mar 1 05:12:53 raspberrypi weewx[2449]: **** self.altitude_vt =
weewx.units.ValueTuple(float(altitude_t[0]), altitude_t[1],
"group_altitude")
Mar 1 05:12:53 raspberrypi weewx[2449]: **** ValueError: invalid
literal for float(): 623 feet
Mar 1 05:12:53 raspberrypi weewx[2449]: **** Exiting.
still having a problem with altitude.
# Altitude of the station, with unit it is in. This is downloaded from
# from the station if the hardware supports it.
altitude = 623 feet, 623 feet
--
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/0210db21-0c80-48e2-add1-8b974cda9c6f%40googlegroups.com.