I couldn’t get readings off of the wind gauge. Finally, I tried running the BME280 program which just provides direct readouts on the screen. When I added a line to show the results from the wind gauge, I was able to get readings! But when I also began running the weather.py program, the BME280 program stopped showing results for wind (but continued showing results for temperature and humidity). When I also ran the Adafruit-io program, only the newest run program showed the wind results. I played around a bit and found this to always be the case–while the other sensors seems to be able to output to multiple programs, the wind gauge can only output to one at a time. Is this a known limitation? Or am I doing something wrong?