Hi,
This is my first stab at installing MagicMirror2. I’m on Windows 10. The installation was a straightforward, only default options, i.e., a click-click-click process that seems to have done its thing.
Then, this happened:
$ npm start
magicmirror@2.25.0 start
DISPLAY=“${DISPLAY:=:0}” ./node_modules/.bin/electron js/electron.js
‘DISPLAY’ is not recognized as an internal or external command,
operable program or batch file.
I’m aware of the DISPLAY:0 game in the UNIX world; however, I haven’t encountered it in the Windows. Any suggestions for a semi-skilled newbie would be deeply appreciated.
Thanks in advance.