jclarke0000 / MMM-DarkSkyForecast

Magic Mirror module to display weather information using the Dark Sky API
84 stars 64 forks source link

top_right puts module in the middle of my display #11

Open harrykendal opened 5 years ago

harrykendal commented 5 years ago

Even though my configuration is this in config.js, the module still shows in middle of my display taking up most of my screen? It shows "Weather" underlined in the top right, but shows everything else in the wrong place??

    {
      module: "MMM-DarkSkyForecast",
      header: "Weather",
      position: "top_right",
      classes: "default everyone",
      disabled: false,
      config: {
        apikey: "---------",
        latitude: "--------",
        longitude: "--------",      
        iconset: "4c",
        concise: false,
        forecastLayout: "table"
      }
    },

Any help would be much appreciated!

mac13579 commented 4 years ago

This problem appears when you have a module displaying in the middle of your screen.