Read the statement by Michael Teeuw here.
MMM-ISS
-
problem solved-it was the none required in state!thanks for the assistance
-
Download:
[card:mykle1/MMM-ISS]
Update to Version 1.0.1
Updated module and fixed config so that underscores are no longer necessary in config options
country, regionState and city.
Also, when
regionState
is not necessary for your location (Ex. Toulon, France), simply leaveregionState
blank.disabled: false, module: 'MMM-ISS', position: 'middle_center', config: { country: "United States", regionState: "New York", // Outside USA may not need regionState. If so, leave blank "". city: "New York", ...
disabled: false, module: 'MMM-ISS', position: 'middle_center', config: { country: "France", regionState: "", // Outside USA may not need regionState. If so, leave blank "". city: "Toulon", ...
-
Perfect !
-
In case anyone would like to use this module for multiple locations, simply add another config entry.
-
would it be possible to restrict the times it updates? say once an hour during the day and every 30 seconds when sightings are possible?
-
The default
updateInterval
is5 * 60 * 1000
(5 minutes). You can adjust this in your config. As the module only displays the next flyover, setting the updateInterval to 30 seconds would not change the information being displayed by the module. With that, I have no plans to make those changes but you are free to fork the module and make any changes you like. -
any ideas why the iss module has started displaying like this?-!
both modules are in lower_third but the same thing happens wherever i move them, if i move iss to bottom_left for instance it will overlap the news feed in bottom_bar -
any ideas why the iss module has started displaying like this?
Hmm, until I can see what is going on there you can use something like this in your custom.css file and adjust accordingly.
.MMM-ISS { margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; }
and this to move MMM-Aurora
.MMM-Aurora { margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; }
I played with mine for a minute and was able to do this. Adjust the values until you are satisfied.
-
the module has recently started telling me there are no sightings for several days but that date has been moving further and further away, anyone have any ideas why?
{ disabled: false, module: "MMM-ISS", position: "top_right", config: { country: "New_Zealand", // NO SPACES, USE UNDERSCORE regionState: "None", // NO SPACES, USE UNDERSCORE city: "Queenstown", // NO SPACES, USE UNDERSCore lat: "-44.57", // latitude lng: "168.50", // longitude units: "km", // mi = miles, mph / km = kilometers, km/h useHeader: false, // true if you want a header header: "", // Any text you want. useHeader must be true updateInterval: 5 * 60 * 1000, } },
-
@mrdenmark said in MMM-ISS:
the module has recently started telling me there are no sightings for several days but that date has been moving further and further away, anyone have any ideas why?
Change of flight path?
I tested with your config entry and got the same results as you. Tested with my entry and all is normal. Perhaps you can try with a neighboring city or slightly different lat and long as a further test.