tomhartley / AirPi

a Raspberry Pi weather station
351 stars 139 forks source link

Errors: "Did not import sensor plugin BMP085-temp" and "requiredData is not defiined" #27

Closed jtylermoore2003 closed 8 years ago

jtylermoore2003 commented 8 years ago

Hi, I am having the following errors appear when i run airpi.py, and can not fiigure out why:

Error: Did not import sensor plugin BMP085-temp
Traceback (most recent call last):
     File "airpi.py", line 88, in <module>
         raise e
NameError: global name 'requiredData' is not defined

Many thanks, Jonathan