LukeSkywalker92 / MMM-Globe

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

Update #17

Closed Zeartch closed 3 years ago

Zeartch commented 3 years ago

Hi! I have a problem with the update. I might have missunderstood this module but the picture is never changing and I dont know why. I have waited long over 10 min but nothing changes, did I write it wrong? Here's my code:

           {
        module: 'MMM-Globe',
        position: 'middle_center',
        config: {
            style: 'natColor',
            imageSize: 1000,
            updateInterval: 10*60*1000,
            }
    },

Awsome module otherwise, thanks in advance.