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.
Read the statement by Michael Teeuw here.
Posts made by KI6UVE
-
Any Twitter Feed Modules
-
RE: MMM-Flights
Is there a way to configure the flight data output to make the units Imperial instead of metric?
-
RE: MMM-Flights Not Working
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.
-
RE: MMM-Flights Not Working
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?
-
RE: MMM-Flights Not Working
@sdetweil said in MMM-Flights Not Working:
Got it working. Thanks to all!!
-
RE: MMM-Flights Not Working
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!
-
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:
-
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,
},