Ok! The point of adding these cameras via the Netatmo integration and not the camera integration is that it’s automatic? Do you have an RTSP stream via Netatmo?
You can use the code of one service in another service ![]()
Example: The USB service is used by the Zigbee2mqtt service:
const usb = this.gladys.service.getService('usb');
const usbList = await usb.list();
( code: Gladys/server/services/zigbee2mqtt/lib/init.js at master · GladysAssistant/Gladys · GitHub )
For now, are you handling only the image or the live streaming as well?
That’s not a bug, it’s normal — the height depends dynamically on the content of each widget
What’s the issue?