Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

top_right puts module in the middle of my display #11

Open
harrykendal opened this issue Mar 18, 2019 · 1 comment
Open

top_right puts module in the middle of my display #11

harrykendal opened this issue Mar 18, 2019 · 1 comment

Comments

@harrykendal
Copy link

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
Copy link

mac13579 commented Oct 5, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants