MMM-Globe
MMM-Globe copied to clipboard
Globe is getting shifted downwards
Hello,
I am noticing following behaviour at my MagicMirror with MMM-Globe running:
I configured that the globe will appear at the upper_third of the screen. About 20-30 seconds after restart of the application the globe is getting downshifted about the position of the lower_third of the screen. Same happens, when I configured it to be at the lower_third. It's getting more downshifted...
Anyone an idea how to prevent of doing this? Thank you very much!
Best regards,
Black-Zero
` { module: 'MMM-Globe', position: 'upper_third', // This can be any of the regions. Best results in lower_third config: { size:"small", // Globe size. x-small small medium large x-large dayLength: 76, // (Optional) Rotation speed in Seconds viewAngle: 15, // (Optional) Globe tilt. See configuration options below. locations: [ // Fill with location Objects if desired // e.g. // {lat:37.77493,lng:-122.41942, label: "San Francisco"}, // {lat:-23.5475,lng:-46.63611, label: "Sao Paulo"}
// Individual values must be seperated by a comma.
// You can look up the latitude and longitude for a specific location on Google Maps.
]
}
},`