I have updated the MKR_ENV library to the latest version and now the MKR ENV board does initialize when I run locally and does initialize when I am running the MKR WiFi 1010/MKR ENV stack as an IoT/Cloud thing.
But, there seems to be a problem with the IoT/Cloud use:
I get connected to WiFi and the IoT Cloud server and the illuminance and pressure values update fine. But temperature just reports 0C and humidity reports 0 %.
If I run the MKR ENV Shield Read Sensors script locally (complied and uploaded from the Windows IDE) humidity and temperature report accurate values. But running the same sketch in the IoT Cloud with variables and widgets setup, the serial monitor shows humidity and temperature are not being read and the widgets for those variables do not update. I am using the IoT Cloud sketch from the Ardunio web site here.
So, perhaps a bug was introduced in the web version of the library, as the one I uploaded in the IDE seems to work fine and proves the ENV board is working - is anyone getting the MKR ENV to work with IoT Cloud library?