This is a project to display data from an iAQ Stick with python on Mac OS.
To show the airmonitor run the python3 script. To make sure you have the dependencies installed, see below.
python3 airmonitor.py
On Mac OS this is what I did:
brew install python3
pip3 install hidapi
pip3 install matplotlib
The 'complicated stuff' on how to communicate with the sensor I took from here.