Location misstake from config vs controller.js #1359
-
Hi, I've just configured my camera (with the last update) and some few days I don't undertand why the constellation overlay wasn't mine. I put the location on both (picture by camera AND constellation overlay), it's the difference. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
@Wolfyann, I'm not quite clear what the problem is, but it sounds like your constellation overlay doesn't match your stars? If so, look at the "Constellation Overlay" Wiki page for tips. It's a time consuming process to align the overlay to your stars, and you need to make sure your time, latitude, and longitude are correct. You should never need to change any of the javascript files like Your map pin should go away as soon as you uncheck the Show On Map setting in the WebUI and click on the "Save Settings" button, assuming you are using the same Pi and same operating system as you did when you added the map pin. The map server simply looks at a unique machine ID to determine which pin to delete or update. |
Beta Was this translation helpful? Give feedback.
@Wolfyann, I'm not quite clear what the problem is, but it sounds like your constellation overlay doesn't match your stars? If so, look at the "Constellation Overlay" Wiki page for tips. It's a time consuming process to align the overlay to your stars, and you need to make sure your time, latitude, and longitude are correct.
You should never need to change any of the javascript files like
controller.js
. Only the configuration filesconfig.js
and possiblyvirtualsky.json
. The latitude and longitude inconfig.js
need to be numbers withOUT the N, S, E, or W. Don't forget that "S" latitude and "W" longitude are negative numbers.Your map pin should go away as soon as you uncheck the Show On Map…