• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

MMM-Remote COntrol

Scheduled Pinned Locked Moved Unsolved Troubleshooting
2 Posts 2 Posters 1.5k Views 2 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    JonoGee
    last edited by May 27, 2019, 8:01 AM

    Good morning Folks,

    I was hoping someone could help me. I have installed the RemoteControl module but all i get when i run npm start is a black, blank screen. I am not entirely sure but i think it is something to do with this bit…

    var config = {
    	address: "0.0.0.0",	
    	port: 8080,
    	//ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"],
    	ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.93"],
    	ipWhitelist: [],
    

    Below is all the code related to this module. I would really appreciate someones help.
    Best Regards

    var config = {
    	address: "0.0.0.0",	
    	port: 8080,
    	//ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"],
    	ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.93"],
    	ipWhitelist: [],
    
    	language: 'en',
    	timeFormat: 24,
    	units: 'metric',
    
    	modules: [
    
    {
        module: 'MMM-Remote-Control',
        // uncomment the following line to show the URL of the remote control on the mirror
         "pages": {"Video": "bottom_left"},
        // you can hide this module afterwards from the remote control itself
    },
    
    T 1 Reply Last reply May 27, 2019, 12:22 PM Reply Quote 0
    • T Offline
      thedoorsfanatic @JonoGee
      last edited by May 27, 2019, 12:22 PM

      Get rid of "pages": {"Video": "bottom_left"} and try that:

      {
          		module: "MMM-Remote-Control",
      			position: "bottom_left",
      			config: {
              			customMenu: "custom_menu.example.json", // Optional, See "Custom Menu Items" below
          				}
      		},
      

      My Smart Mirror YouTube playlist: https://www.youtube.com/playlist?list=PL9Iv_4Mvy6o2tnvdhNBstVWNefgUP9ELp

      1 Reply Last reply Reply Quote 0
      • 1 / 1
      1 / 1
      • First post
        1/2
        Last post
      Enjoying MagicMirror? Please consider a donation!
      MagicMirror created by Michael Teeuw.
      Forum managed by Sam, technical setup by Karsten.
      This forum is using NodeBB as its core | Contributors
      Contact | Privacy Policy