• 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
  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 Jan 17, 2017, 1:03 PM
Last Online Jul 3, 2024, 8:29 PM

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
    O
    outjet
    Feb 14, 2017, 12:20 PM
  • 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
    O
    outjet
    Feb 10, 2017, 2:53 PM
  • 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
    O
    outjet
    Feb 10, 2017, 1:17 PM
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