Hi all
I have a MM on my Ubuntu server and it seems to work fine, i can watch on 192.168.x.x:8080 on my browser.
Now the question is…the only way to watch the mirror on a Raspberry pi3 client is by chromium or there is a way with electron ?
I tried to change my mm.sh with: node clientonly --address 192.168.2.100 --port 8080 but I got error:
pi@raspberrypi:~/MagicMirror $ node clientonly --address 192.168.2.100 --port 8080
Client:
(electron:1213): Gtk-WARNING **: cannot open display:
There something wrong. The clientonly is not running code 1
Some help to solve ?