The python motion module only returns the accelerometer x, y and z values. The magnetometer x, y and z values are not returned (as they aren't defined in the python code!).
It's easy enough to add the 3 missing data values to the motion module code, upgrade the python package manually, and then everything works as expected!
The python motion module only returns the accelerometer x, y and z values. The magnetometer x, y and z values are not returned (as they aren't defined in the python code!). It's easy enough to add the 3 missing data values to the motion module code, upgrade the python package manually, and then everything works as expected!