node-dmx / dmx

DMX controller library for node.js
MIT License
297 stars 95 forks source link

Where can I find the dmx-web.json ? #29

Closed MarvinLa closed 6 years ago

MarvinLa commented 6 years ago

I always get the error: Cannot find the module '/etc/dmx-web.json'. What is the dmx-web.json and where can I find it?

drscream commented 6 years ago

Hello @MarvinLa,

based on the documentation (README.md) it should be:

A example configuration is in the repository by the name dmx-web-example.conf

This file could be copied to /etc/dmx-web.json but maybe a modification is required.

Best regards!