Add New Meteor M2-3 Satellite to Track List
Update Server / Primary Server Repo Update (push) Successful in 38s
Update Server / Physical Server Update Trigger (push) Successful in 4s

This commit is contained in:
2023-08-02 12:25:10 -09:00
parent 7ad8cc54d4
commit ea038b698e
+5 -2
View File
@@ -54,20 +54,23 @@ function createSection(json) {
getSatelliteInfo("28654"),
getSatelliteInfo("33591"),
getSatelliteInfo("40069"),
getSatelliteInfo("25544")
getSatelliteInfo("25544"),
getSatelliteInfo("57166")
]);
let NOAA15 = response[0]
let NOAA18 = response[1]
let NOAA19 = response[2]
let METEORM2 = response[3]
let ISS = response[4]
let METEORM23 = response[5]
N15HTML = createSection(NOAA15)
N18HTML = createSection(NOAA18)
N19HTML = createSection(NOAA19)
METHTML = createSection(METEORM2)
ISSHTML = createSection(ISS)
var messagehtml = headerhtml + N15HTML + N18HTML + N19HTML + METHTML + ISSHTML + footerhtml
MET23HTML = createSection(METEORM23)
var messagehtml = headerhtml + N15HTML + N18HTML + N19HTML + METHTML + MET23HTML + ISSHTML + footerhtml
var margins = {
top: "50",
bottom: "50",