I developed the Remote Control Module (Link to Showcase Thread), and am currently making some major changes, to allow editing the config.js in a UI.
Judging from the traffic of the repository, this module is now being used by more people than just me, so I would like to make sure to gather feedback and fix possible bugs before releasing changes to everyone.
If you are using my module and are interested in helping me by testing the version on my develop branch, I would greatly appreciate it. Note that this version also might not work as intended all the time and can contain bugs. If you are afraid of messing up your config.js you should probably stay on the master branch. Even though backups should be created, these currently need to be restored manually.
If you want to help, please change to the develop branch (I assume you already installed it):
cd ~/MagicMirror/modules/MMM-Remote-Control
git fetch origin
git checkout develop
npm install # install new dependencies
I will post here when new changes are ready for testing, if you want to be updated about new changes, you can watch this thread.
Also I will try to keep my trello board up to date.
Please post ideas, feedback and bugs concerning the develop branch in this thread (or make comments on the trello board).