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

    outjet

    @outjet

    0
    Reputation
    462
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    outjet Unfollow Follow

    Latest posts made by outjet

    • RE: MMM-Traffic: Some routes on some days

      I use the MMM-ModuleScheduler for this feature… You can schedule the traffic module to appear while you’re enjoying your morning coffee.

      posted in Troubleshooting
      outjetO
      outjet
    • RE: MMM-NetworkScanner

      @BenNewsome Thank you for the reply! I increased the interval as you suggested, and reverted a change I forgot I made to the .js, which got things going.

      I remembered I altered the code to show: “Robert - Last seen 23 minutes ago”.
      alt text

      This has been working really nicely except when one of the devices is not online at module load time … My lack of JS skills catching up with me.

      //Name 
      deviceItem.innerHTML += (device.name ? device.name + ". Last seen " + device.lastSeen.fromNow(): device.macAddress ) ;
      
      

      I reverted to the original code and all is back to working, I’ll need to work on troubleshooting the “last seen” functionality to keep working if a device has not yet been seen. (if you see anything obvious, a penny for your thoughts!)

      Thanks again

      posted in Utilities
      outjetO
      outjet
    • RE: MMM-NetworkScanner

      I do love this module! I have one bizarre problem. Whenever my “Kirsten” device is not home, the module will not get past “Loading”. As long as she is home, the module loads OK. If I take her out of the list, it also loads OK.

      		   {
      		        module: 'MMM-NetworkScanner',
      		        position: 'bottom_right', 
      		        config: {
                  devices: [
              	      { macAddress: "cc:29:f5:36:ca:fe", name:   "Kirsten", icon: "female"},
      	              { macAddress: "c4:9a:02:8c:50:72", name:   "Robert" , icon:   "male"},
                      ],
                  showUnknown: false,
                  showOffline: true,
                  keepAlive: 75,
                  updateInterval: 5
              }               
      
      

      Any thoughts? Thanks!

      posted in Utilities
      outjetO
      outjet