LukeSkywalker92 / MMM-Globe

Earth globe for MagicMirror2
MIT License
69 stars 16 forks source link

mistake in config file #13

Open ebson5380 opened 4 years ago

ebson5380 commented 4 years ago

hey;) very nice module and thank you for that. Goes really nice with other modules like sun and moon. but: in cofing file proposed: position name is not legal and it crushes MM completely when you just copy-paste code. { module: 'MMM-Globe', position: 'center', // wrong should be: eg. "top_center"

screen regions: https://forum.magicmirror.builders/topic/286/regions?fbclid=IwAR2d4c1jk0nBA0Jhk5sBVuhI1shX2IUt5ZHk4d9MYXsQaIq6r8kvgZaK7Y8

Gutleben commented 3 years ago

had the same issue first. The right config is: { module: "MMM-Globe", position: "top_center", config: { style: '"geoColor", imageSize: 600, // ownImagePath:'', updateInterval: 10*60*1000 } },

H037 commented 2 years ago

I'm unable to put the module in bottom left or right position. Is it supposed to be stuck in middle?