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

    XT16Johnny

    @XT16Johnny

    0
    Reputation
    451
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    XT16Johnny Unfollow Follow

    Latest posts made by XT16Johnny

    • RE: Google Maps API

      @kruemel
      Thanks for that - I assume you still have to input billing details, despite not using over $200 / mo?
      Cheers
      J

      posted in Troubleshooting
      X
      XT16Johnny
    • Google Maps API

      Hi all,

      I recently received an email about the Google Maps API changing, and that there will be $200 free credits for use per month, however based on my current usage (which by my calculations seeming normal), I will exceed this amount.
      This API is used by the MMM-Traffic module, and I assume others.

      Does anyone know of an alternative free API that will not require billing info?

      Thanks,

      Johnny

      posted in Troubleshooting
      X
      XT16Johnny
    • RE: MMM-aviationwx (Aviation weather)

      @mkyle1 - Great job on the module, it looks superb. I’ll be adding it to my mirror very soon.

      I understand you’re working on this on your own time, just a couple of config options for you if you’re in the mood to do anything more with the module ;-)

      • Most of Eur runs on KM for the viz. I wouldn’t have a clue what a Statue Mile looks like out of the window!
      • Typically winds reported at xxx degrees at yy kts and shorthand would be 260/05 rather than @.

      I would be happy enough to change this on my mirror but a config option would be (far) too advanced for me to try and implement!

      @stephenmelody - Ref the crashing:
      First thing I’d do is check the power supply, RPi are really picky!
      Check out the command ‘dmesg’ - very insightful for tracking down issues as it is timestamped. This will clear on reboot so it’d need to be checked before the crash.

      If this is fruitless,

      • /var/log/messages
      • /var/log/syslog
      • /var/log/kern.log

      Cheers lads,

      Johnny

      posted in Transport
      X
      XT16Johnny
    • RE: MMM-aviationwx (Aviation weather)

      Thanks for the work on this - I am a pilot in Europe so very interested in seeing the outcome.
      Unfortunately like many others, my coding is useless to everyone ;-)
      Thanks again.
      Johnny

      posted in Transport
      X
      XT16Johnny
    • RE: MMM-NetworkScanner returns error

      Try removing the trailing comma on the last line of macAddr, eg;

      {
              	module: 'MMM-NetworkScanner',
              	position: 'top_right', 
      			classes: 'network',
              	config: {
      				devices: [
      					{ ipAddress: "192.168.0.5", name: "Qnap", icon: "server"},
      					{ ipAddress: "192.168.0.6", name: "AquariumPi", icon: "tint"},
      					{ macAddress: "48:3c:0c:84:08:98", name: "Marie-Huawei", icon: "female"},
      					{ macAddress: "c0:ee:fb:4a:7a:cf", name: "Morten-OnePlus", icon: "male"}
      				],
      				showUnknown: false
              	}	        
          	},
      

      In addition, restart your ‘browser’.

      posted in Troubleshooting
      X
      XT16Johnny