MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. KI6UVE
    K
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 32
    • Best 5
    • Controversial 0
    • Groups 0

    KI6UVE

    @KI6UVE

    5
    Reputation
    1
    Profile views
    32
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    KI6UVE Unfollow Follow

    Best posts made by KI6UVE

    • RE: Weather not working

      @sdetweil

      Never edited the weather.js file. Ran the git checkout line and it said Updated 0 paths from index. Version is 2.21.0

      I’ll do a complete redo tomorrow with your GitHub scripts on a fresh RPi OS install. I’ll post the result here.

      posted in Troubleshooting
      K
      KI6UVE
    • RE: MMM-Flights

      @karsten13
      Is this still an active module? I cannot seem to get it working.

      posted in Transport
      K
      KI6UVE
    • RE: Weather not working

      @sdetweil

      Did fresh OS install anyway, and then ran your MM install script. Pasted my updated config file that we worked over into the new install and weather is working great. Now back to MMM-Flights.

      So, the final analysis for anyone reading this is to use the @sdetweil Magic Mirror install script, then edit the config.js

      The only config options for openweathermap that I used were:

      1. Location
      2. LocationID
      3. apiKey (used a free one from openweathermap.org)

      I did not have to use lat/lon or any other config options for it to work.

      posted in Troubleshooting
      K
      KI6UVE

    Latest posts made by KI6UVE

    • Any Twitter Feed Modules

      Does anyone know of any current Twitter Feed Modules for Magic Mirror? Looks like Twitcontrol hasn’t been updated to work with current twitter developer API logins.

      posted in Troubleshooting
      K
      KI6UVE
    • RE: MMM-Flights

      @karsten13

      Awesome!! vielen Dank

      posted in Transport
      K
      KI6UVE
    • RE: MMM-Flights

      @karsten13
      Yes, ft and mph

      Thanks!!

      posted in Transport
      K
      KI6UVE
    • RE: MMM-Flights

      @karsten13

      Is there a way to configure the flight data output to make the units Imperial instead of metric?

      posted in Transport
      K
      KI6UVE
    • RE: MMM-Flights Not Working

      @karsten13

      Thanks, bottom center is much better. I just compared the map to my iPad version of Flightradar and the MM module doesn’t seem to be showing any air traffic.

      BA7ED7E7-29CA-4795-947A-9C3708D1F732.jpeg

      posted in Troubleshooting
      K
      KI6UVE
    • RE: MMM-Flights Not Working

      @sdetweil

      I was missing the } to close out the flights module.

      My coordinates do not include the ocean, but my map extends the width of the entire screen to include areas outside my area of interest. Do you know if there is a way to constrain it to just the area of interest?

      posted in Troubleshooting
      K
      KI6UVE
    • RE: MMM-Flights Not Working

      @sdetweil said in MMM-Flights Not Working:

      Got it working. Thanks to all!!

      posted in Troubleshooting
      K
      KI6UVE
    • RE: MMM-Flights Not Working

      @sdetweil

      I used the exact same install technique. Could you post your code section with the module above and below the flights module so I can see how it is supposed to be nested in the config file? The module author said I’m missing a { somewhere.

      Thanks!

      posted in Troubleshooting
      K
      KI6UVE
    • RE: MMM-Flights Not Working

      @sdetweil
      Seems odd, but absolutely nothing comes up with “flight” in the filter field.

      There is this error without filtering:

      45F5B299-8560-4207-96F5-54FF8C834CC8.jpeg

      posted in Troubleshooting
      K
      KI6UVE
    • MMM-Flights Not Working

      Does anyone have MMM-Flights working? I have it installed, and configured, but just a dead space in my MagicMirror. No indication that it is working at all. Any suggestions would be helpful. Thanks.

      Here is the section in my config.js file:

      {
      module: “MMM-Flights”,
      position: “middle_center”,
      config: {
      laMin: 33.183537,
      laMax: 32.849596,
      loMin: -117.204895,
      loMax: -116.790161,
      },

      posted in Troubleshooting
      K
      KI6UVE