MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. AshDarko
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    A
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 7
    • Groups 0

    AshDarko

    @AshDarko

    0
    Reputation
    255
    Profile views
    7
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    AshDarko Unfollow Follow

    Latest posts made by AshDarko

    • RE: MMM-NetworkScanner

      @ianperrin I am able to reproduce quite often, but it is seemingly running normally?

      i had several of these happen just now:

      MMM-NetworkScanner received SCAN_NETWORK
      MMM-NetworkScanner is performing arp-scan
      Whoops! There was an uncaught exception...
      TypeError: Cannot read property 'network' of undefined
          at Class.scanNetworkMAC (/home/pi/MagicMirror/modules/MMM-NetworkScanner/node_helper.js:42:36)
          at Class.socketNotificationReceived (/home/pi/MagicMirror/modules/MMM-NetworkScanner/node_helper.js:30:18)
          at Socket.<anonymous> (/home/pi/MagicMirror/modules/node_modules/node_helper/index.js:113:11)
          at emitTwo (events.js:126:13)
          at Socket.emit (events.js:214:7)
          at /home/pi/MagicMirror/node_modules/socket.io/lib/socket.js:528:12
          at _combinedTickCallback (internal/process/next_tick.js:132:7)
          at process._tickCallback (internal/process/next_tick.js:181:9)
      MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
      If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
      
      
      posted in Utilities
      A
      AshDarko
    • RE: [MMM-Remote-Control] Can not access remote control module

      So I still get access denied, but if i change

      ipWhitelist to [] then my phone can now access the remote page.

      Just dont understand when I have address the correct ip for my phone it says access denied to that same ip in the terminal

      Changed:

      ipWhitelist: [ "127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:10.100.10.1",],
      

      To:

      ipWhitelist: []
      
      posted in Troubleshooting
      A
      AshDarko
    • Cannot get WIFI icon only?

      Re: Internet Monitor

      I’m really sorry… but I cannot work out how to just have the wifi signal? I couldnt see this “type” anywhere in the documentation?

      If i’m being really dumb… i hold my hands up…

      Here is my code:

      {
      	    module: 'internet-monitor',
                  position: 'top_center',
                  header: 'Internet Monitor',
                  config:{
                      type: '',
                      maxTime: 20000,
                      updateInterval: 0,
                      verbose: false,
                      displayStrength: true,
                      displaySpeed: false,
                      strengthIconSize: 80,
                      maxGaugeScale: 100,
      				wifiSymbol:{
                          size: 50,
                          fullColor: '#3afc25',
                          almostColor: '#ffff0c',
                          halfColor: '#ff8c00',
      					noneColor: '#ff1111'
      					},
      			},
      	},
      
      posted in Utilities
      A
      AshDarko
    • RE: [MMM-Remote-Control] Can not access remote control module

      I have just commented out the custom menu for now, so ignore that terminal message about it

      {
      		module: 'MMM-Remote-Control',
      		/**position: 'bottom_left',**/
      		config: {
      			customCommand: {},  // Optional, See "Using Custom Commands" below
      			/**customMenu: "custom_menu.json", // Optional, See "Custom Menu Items" below**/
      			showModuleApiMenu: true, // Optional, Enable the Module Controls menu
      			/**apiKey: "",         // Optional, See API/README.md for details**/
      		}
      	},
      
      posted in Troubleshooting
      A
      AshDarko
    • RE: [MMM-Remote-Control] Can not access remote control module

      Hi, i too have the same issue. I have changed my router IP to be something other than 192.XXX.X.XX

      Could this be the problem? I can access via browser on the Pi…?

      When i run the remote in browser on the pi, i notice in terminal this message:

      MMM-Remote-Control customMenu Requested, but file:/home/pi/MagicMirror/config/custom_menu.json was not found
      
      

      i receive an “Access Denied to IP address 10.100.10.1” in terminal and a message on m y phone saying the device is not allowed to access your mirror

      Here is config code:

      address: "0.0.0.0", // Address to listen on, can be:
      	                      // - "localhost", "127.0.0.1", "::1" to listen on loopback interface
      	                      // - another specific IPv4/6 to listen on a specific interface
      	                      // - "", "0.0.0.0", "::" to listen on any interface
      	                      // Default, when address config is left out, is "localhost"
      	port: 8080,
      	ipWhitelist: [ "127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:10.100.10.0/24",], // Set [] to allow all IP addresses
      	                                                       // or add a specific IPv4 of 192.168.1.5 :
      	                                                       // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"],
      	                                                       // or IPv4 range of 192.168.3.0 --> 192.168.3.15 use CIDR format :
      	                                                       // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"],
      
      	language: "en",
      	timeFormat: 24,
      	units: "metric",
      

      And here is my module code:

      {
      		module: 'MMM-Remote-Control',
      		/**position: 'bottom_left',**/
      		config: {
      			customCommand: {},  // Optional, See "Using Custom Commands" below
      			customMenu: "custom_menu.json", // Optional, See "Custom Menu Items" below
      			showModuleApiMenu: true, // Optional, Enable the Module Controls menu
      			/**apiKey: "",         // Optional, See API/README.md for details**/
      		}
      	},
      

      The module code is pretty much the defaults.

      posted in Troubleshooting
      A
      AshDarko
    • RE: MMM-NetworkScanner

      I do however get this from time to time…

      MMM-NetworkScanner received SCAN_NETWORK
      MMM-NetworkScanner is performing arp-scan
      Whoops! There was an uncaught exception...
      TypeError: Cannot read property 'network' of undefined
          at Class.scanNetworkMAC (/home/pi/MagicMirror/modules/MMM-NetworkScanner/node_helper.js:42:36)
          at Class.socketNotificationReceived (/home/pi/MagicMirror/modules/MMM-NetworkScanner/node_helper.js:30:18)
          at Socket.<anonymous> (/home/pi/MagicMirror/modules/node_modules/node_helper/index.js:113:11)
          at emitTwo (events.js:126:13)
          at Socket.emit (events.js:214:7)
          at /home/pi/MagicMirror/node_modules/socket.io/lib/socket.js:528:12
          at _combinedTickCallback (internal/process/next_tick.js:132:7)
          at process._tickCallback (internal/process/next_tick.js:181:9)
      MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
      
      

      Any ideas?

      posted in Utilities
      A
      AshDarko
    • RE: MMM-NetworkScanner

      Hi there, hope you can help… i have tried everything and cannot get this to work. I just receive the “NO DEVICES ONLINE” message…(been working on it for two days)

      But as i was writing this message… and inserting my config code i noticed my config said “device:”

      Just changed it to “devices:” and now it works… god knows why i had “device”… i dont know if this is in some code somewhere haha

      If others are having trouble or getting error messages… just double check that haha… oh man feel like an idiot…

      posted in Utilities
      A
      AshDarko