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

Main icon not correctly displayed with Firefox #25

Open
jpcasta opened this issue Jun 13, 2022 · 7 comments
Open

Main icon not correctly displayed with Firefox #25

jpcasta opened this issue Jun 13, 2022 · 7 comments

Comments

@jpcasta
Copy link

jpcasta commented Jun 13, 2022

Hello,
With the latest version (1.15), the main icon is not correctly displayed with Firefox. (see attached picture with red arrow showing the icon)
Even after clearing the cache, I am getting the same behavior.
It works fine with Chrome or Edge
Thanks
Regards

meteo
.

@MisterT87
Copy link

+1
same issue on firefox 102.0.1

@Chris57700
Copy link

Hi,
I deleted the 1.15 and I installed the 1.14b and the big icon behavior is normal.

@Rathorian
Copy link

+1 on Firefox 103.0.2

@tof92130
Copy link

+1 on home assistant application, on safari and Firefox

@juanpa669
Copy link

In the folder www/community/meteo-france-weather-card edit the meteo-france-weather-card.js file.
In your file editor search for .icon.bigger css section and play with margin-top value. Personnaly I set it to -3.5em, I also set left value to -1em.
`
.icon.bigger {
width: 10em;
height: 10em;
margin-top: -3.5em;
position: absolute;
left: -1em;
}

`
Then gzip it with 7zip for example to override existing one.
Make sure to clear the cache of the page

@jpcasta
Copy link
Author

jpcasta commented Oct 4, 2023

Thank you @juanpa669 ...it works!

mcarbonne added a commit to mcarbonne/meteo-france-weather-card that referenced this issue Oct 4, 2023
@mcarbonne
Copy link

Another working patch: mcarbonne@f168c0f

Tested on Firefox, Chrome and Android application.

A fixed version is available in my fork: https://github.com/mcarbonne/meteo-france-weather-card.
I also added the support for "hour mode", but due to some recent changes in meteo-france integration, it only shows forecast for the next hours (details: #27). The code need some changes to allow forecast mode selection.

You can either package as a gzip my version or directly add my fork as a custom repo in HACS (and install my version instead of the original one).

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

7 participants