Hello!
I’ve been following the directions here: https://www.dexterindustries.com/projects/home-weather-display/
When I attempt to execute the python program, I am hit with the following:
Traceback (Most Recent Call Last): File “Home_Weather_Display.py”, line 40, in from grovepi import * Import Error: no module named grovepi
I’ve tried other python scripts to test the connectivity of the grove pi, specifically grove_led_blink.py and that worked. Any ideas?
Thanks