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.
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.
@karsten13
Is this still an active module? I cannot seem to get it working.
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:
I did not have to use lat/lon or any other config options for it to work.
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.
Is there a way to configure the flight data output to make the units Imperial instead of metric?
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.
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?
@sdetweil said in MMM-Flights Not Working:
Got it working. Thanks to all!!
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!
@sdetweil
Seems odd, but absolutely nothing comes up with “flight” in the filter field.
There is this error without filtering:
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,
},