question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

hi… i am just a newbie, could do simple modules for now… mm doesnt start normally in my case… something wrong with the config…

  1. i did a quick install, it was successfully installed…
  2. moved file “custom_menu.example.json” from “/home/pi/MagicMirror/modules/MMM-Remote-Control” to “/home/pi/MagicMirror/config”
  3. added to my config.js: { 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: '' } },

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:closed
  • Created 5 years ago
  • Comments:13

github_iconTop GitHub Comments

3reactions
JTD420commented, Mar 9, 2019

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: '' } },

1reaction
Jan-2005commented, Oct 7, 2020

Immer noch nicht fehlt geändert, fehlt besteht weiter modul umbrauchbar !

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found