Config Error!
See original GitHub issuehi… i am just a newbie, could do simple modules for now… mm doesnt start normally in my case… something wrong with the config…
- i did a quick install, it was successfully installed…
- moved file “custom_menu.example.json” from “/home/pi/MagicMirror/modules/MMM-Remote-Control” to “/home/pi/MagicMirror/config”
- added to my config.js:
{module: 'MMM-Remote-Control'// uncomment the following line to show the URL of the remote control on the mirrorposition: 'bottom_right',// you can hide this module afterwards from the remote control itselfconfig: {apiKey: ''}},
and made changes for IP address:
var config = {
address: "0.0.0.0",
port: 8080,
//ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"],
ipWhitelist: [] // Set [] to allow all IP addresses
am i missing out thing? when MM is started, it says create a config file, without adding those lines in config, mm works… moreover i dont understand about editing file “custom_menu.example.json” … its all confusing for me… thanks!
Issue Analytics
- State:
- Created 5 years ago
- Comments:13
Top Results From Across the Web
How to Fix 'Bad System Config Info' Error in Windows
Bad System Config Info is a common bug check error on Windows systems, caused mainly by a malfunctioning of the system and registry...
Read more >5 Ways to Fix the "Bad System Config Info" Stop Code in ...
The Bad System Config Info error (Windows stop code 0x00000074) can stem from several areas and relates to a faulty system configuration. Unfortunately,...
Read more >7 Easy Ways to Fix Bad System Config Info Error on Windows ...
What Causes Bad System Config Info Error Code · Fix 1. Troubleshoot Hardware Issues · Fix 2. Uninstall Applications and Updates · Fix...
Read more >How to fix Bad System Config Info error on Windows
The Bad System Config Info error is one of the most frequent “blue screen of death” errors on Windows 10, 8, and 7....
Read more >Fixes for Bad System Config Info Error in Windows 10/8/7
When hard disk drive got damaged or corrupted, it may cause bad system config info error. And it would be work by checking...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Hey I just fixed the problem @Roxx-R !
We were missing a
,(comma) from the code right after the module! It seems to be pasted like that a lot so I don’t know how more people didn’t have the same issue lol!So from what you pasted this would be the working fix
{ module: 'MMM-Remote-Control', // uncomment the following line to show the URL of the remote control on the mirror position: 'bottom_right', // you can hide this module afterwards from the remote control itself config: { apiKey: '' } },Immer noch nicht fehlt geändert, fehlt besteht weiter modul umbrauchbar !