1. Install node.js:
https://nodejs.org/en
2. Make a folder called FM-DX
3. Download the FM-DX Webserver firmware.
https://github.com/NoobishSVK/fm-dx-web ... s/main.zip
4. Extract the main.zip file in the FM-DX folder you created.
5. Go in to the fm-dx-webserver folder.
6. Click the location bar so your directory is highlighted and type 'cmd'.
This will open up a cmd window.
7. Enter the following (This will install the node.js dependancies):
Code: Select all
npm installCode: Select all
npm run webserver9. Open your web browser and go to [url]http:/localhost:8080 [/url] to configure your web-server.
1. Login to your FM-DX Webserver
[url]http:/localhost:8080/setup [/url]
2. Go to the 'Audio' tab in the main menu on the left hand side.
3. Under the 'Device' card use the drop down menu to select your audio device.
4. Press
5. reboot your fm-dx webserver using this command in the cmd window:
Code: Select all
service fm-dx-webserver restartCode: Select all
npm run webserver