kolucciy

Results 5 comments of kolucciy

Looks like setting the css prop / val "white-space: pre-wrap;" as suggested by @jonnymacs and removing "br" from line 62 in "caret-position.js" fixed the problem in FF and Chrome for...

It's over an optical connection.

Hi @Memphiz, That's what I ended up doing to read the meter for my HA setup. Hope that helps ``` import meterbus import serial import logging from homeassistant.const import ENERGY_KILO_WATT_HOUR...

Modify **config/docker.js** ``` ... // Optional if behind a load balancer or proxy http: { trustProxy: true }, // Replace "https://your.url.com" with your update server URL sockets: { onlyAllowOrigins: ["https://your.url.com"]...

I thought I solved the problem by copying the **renderer** folder from **electron-pos-printer** module and specifying the path using **pathTemplate** option, but the workaround only works when running in dev...