-
Notifications
You must be signed in to change notification settings - Fork 227
Description
Hi Folks, new here.
Trying to get echo-sonos working on a Vero 4K.
Bit slow going, I'm new at this stuff.
Here's the error I'm getting right now when I do a "npm start"
I noticed that the file it's looking for is called settings.json not settings.js, which is the filename I have.
Changed that file name to settings.json, but that didn't help, generated even more errors.
If anyone has any hints, it would be much appreciated.
Thx, Bill
osmc@vero4k:~/node-sonos-http-api$ npm start
sonos-http-api@1.6.3 start /home/osmc/node-sonos-http-api
node server.js
2018-08-09T23:09:07.185Z INFO Could not find file /home/osmc/node-sonos-http-api /settings.json
2018-08-09T23:09:07.448Z INFO Presets loaded: { presets:
{ players:
[ { roomName: 'bath', volume: 10 },
{ roomName: 'kitchen', volume: 10 },
{ roomName: 'living room', volume: 10 },
{ roomName: 'basement', volume: 10 } ],
playMode: { shuffle: true, repeat: 'all', crossfade: false },
pauseOthers: false } }
2018-08-09T23:09:09.547Z INFO http server listening on 0.0.0.0 port 5005