I just finished configuring a new WeeWx in Ubuntu 16.04 running in a VM and I'm getting the errors below, not sure if this is related with my VM or with the WeWx code.
root@weewx-vm:/var/www/html/weewx# /etc/init.d/weewx start [ ok ] Starting weewx (via systemctl): weewx.service. root@weewx-vm:/var/www/html/weewx# sudo tail -f /var/log/syslog Jul 21 22:53:25 weewx-vm weewx[2929] CRITICAL __main__: **** File "/usr/share/weewx/weewxd", line 148, in main Jul 21 22:53:25 weewx-vm weewx[2929] CRITICAL __main__: **** engine = weewx.engine.StdEngine(config_dict) Jul 21 22:53:25 weewx-vm weewx[2929] CRITICAL __main__: **** File "/usr/share/weewx/weewx/engine.py", line 69, in __init__ Jul 21 22:53:25 weewx-vm weewx[2929] CRITICAL __main__: **** self.setupStation(config_dict) Jul 21 22:53:25 weewx-vm weewx[2929] CRITICAL __main__: **** File "/usr/share/weewx/weewx/engine.py", line 87, in setupStation Jul 21 22:53:25 weewx-vm weewx[2929] CRITICAL __main__: **** driver = config_dict[station_type]['driver'] Jul 21 22:53:25 weewx-vm weewx[2929] CRITICAL __main__: **** File "/usr/lib/python2.7/dist-packages/configobj.py", line 554, in __getitem__ Jul 21 22:53:25 weewx-vm weewx[2929] CRITICAL __main__: **** val = dict.__getitem__(self, key) Jul 21 22:53:25 weewx-vm weewx[2929] CRITICAL __main__: **** KeyError: u'Ultimeter' Jul 21 22:53:25 weewx-vm weewx[2929] CRITICAL __main__: **** Exiting. ^C root@weewx-vm:/var/www/html/weewx# /etc/init.d/weewx stop -- 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/382ef92f-cafa-42d8-9959-8a1b41c97d13o%40googlegroups.com.
