smartbutnot / flightportal

Project for displaying the details of planes overhead on an Adafruit MatrixPortal and LED matrix
267 stars 25 forks source link

Running into module exception #28

Closed ndanderson closed 3 weeks ago

ndanderson commented 3 weeks ago

Unable to get this working. Wondering what verison of the CircuitPython are you using? I am currently running the stable build 9.1.4. Also confirmed I have installed the correct modules for the 9.1.4 build. Any help would be appreciated. I have not yet modified the Code.py file, wondering if I need to make some changes there or not.

code.py output:
Traceback (most recent call last):
  File "code.py", line 144, in <module>
AttributeError: .show(x) removed. Use .root_group = x
ndanderson commented 3 weeks ago

Never mind. I see this issue was already solved below.