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

    Posts

    Recent Best Controversial
    • 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
    • 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
    • RE: Weather not working

      @sdetweil

      Thank you, I really appreciate all your help!!

      posted in Troubleshooting
      K
      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: Weather not working

      @sdetweil

      Used in the install script npm install-mm from the website instructions. nodejs version is 16.18.1

      posted in Troubleshooting
      K
      KI6UVE
    • RE: Weather not working

      @sdetweil

      159

      posted in Troubleshooting
      K
      KI6UVE
    • RE: Weather not working

      @sdetweil

      That brought up module weather.js, Uncaught SyntaxError: unexpected token .

      posted in Troubleshooting
      K
      KI6UVE
    • RE: Weather not working

      @sdetweil
      Something must be wrong with my api key. I did not see the instructions for opening a developers window. Could you send again?

      posted in Troubleshooting
      K
      KI6UVE
    • RE: Weather not working

      @sdetweil
      No luck with that. Should the apiVersion be in ‘ ‘ or raw? Is there a different weather app api that is easier to configure?

      posted in Troubleshooting
      K
      KI6UVE
    • RE: Weather not working

      @sdetweil
      No luck. I noticed you used ‘ ‘ instead of “ “ for the ‘3.0’. I used “ “ for all my other variables, such as type: “forecast”. Is that correct?

      The doc file doesn’t have any notation for how the lat/Lon is presented. Should that read…lat: ‘33.3025’ or nothing as it would imply in the doc file, I.e., lat: 33.3025

      posted in Troubleshooting
      K
      KI6UVE
    • RE: Weather not working

      @sdetweil
      I took out the endpoint line and that fixed the parsing error, but still no weather. I rechecked my api key and it is correct. Any other ideas? Thanks!!

      posted in Troubleshooting
      K
      KI6UVE
    • 1 / 1