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

Positions not working #8

Open
Ruud-Mens opened this issue Jan 17, 2021 · 1 comment
Open

Positions not working #8

Ruud-Mens opened this issue Jan 17, 2021 · 1 comment

Comments

@Ruud-Mens
Copy link

The weather module is displayed over the full width, how do I change it so it's only displayed in the top left for example?

{ module: "weather", position: "top_left", config: { type: 'current', weatherEndpoint: '/weather', units: 'metric', locationID: 000000, apiKey: "somekey" } },

@MatthiPi
Copy link
Owner

MatthiPi commented Jan 17, 2021

Hi
I made it to use the full width of my display.
If you want to customize it just change the following lines in the icons.css file to the width you want:

.weather-today {
width: 900px;
margin: 0 auto;
}

.forecast-weather{
width: 900px;
margin: 0 auto;
}

I did not test it. Maybe you have to change the icon size too.

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