Thanks, I went in and changed what I thought was the correct files . I
changed this in weewx config
# Where the generated reports should go, relative to WEEWX_ROOT
HTML_ROOT = /var/www/html/index.html
I then ran sudo tail -f /var/log/syslog
and got this:
*pi@raspberrypi*:*~ $* sudo tail -f /var/log/syslog
Mar 1 04:01:58 raspberrypi weewx[1185]: **** engine =
engine_class(config_dict)
Mar 1 04:01:58 raspberrypi weewx[1185]: **** File
"/usr/share/weewx/weewx/engine.py", line 75, in __init__
Mar 1 04:01:58 raspberrypi weewx[1185]: ****
self.preLoadServices(config_dict)
Mar 1 04:01:58 raspberrypi weewx[1185]: **** File
"/usr/share/weewx/weewx/engine.py", line 116, in preLoadServices
Mar 1 04:01:58 raspberrypi weewx[1185]: **** self.stn_info =
weewx.station.StationInfo(self.console, **config_dict['Station'])
Mar 1 04:01:58 raspberrypi weewx[1185]: **** File
"/usr/share/weewx/weewx/station.py", line 49, in __init__
Mar 1 04:01:58 raspberrypi weewx[1185]: **** self.latitude_f =
float(stn_dict['latitude'])
Mar 1 04:01:58 raspberrypi weewx[1185]: **** ValueError: invalid
literal for float(): 43°26'55.2"N
Mar 1 04:01:58 raspberrypi weewx[1185]: **** Exiting.
Mar 1 04:17:01 raspberrypi CRON[1214]: (root) CMD ( cd / && run-parts
--report /etc/cron.hourly)
What am I missing?
--
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/93771bbb-a238-455c-8e69-9dfa4959c2d3%40googlegroups.com.