Hello, I’ve got a BME280 environment sensor running using the following node.js code:
https://github.com/skylarstein/bme280-sensor
I’ve been able to modify it to output to a webserver in JSON format.
Would anyone be able to help with building a module to display output from this sensor on Magic Mirror? I’m reasonably proficient with Python but have next to no experience with node.js
Thanks!