@sdetweil I still need you, in the weather module there are “bubbles” with the wind speed inside, but the numbers are not centered, I made screenshots of the console and I saw where I can change the position however I am unable to put this in my custom css, can you help me please?
Read the statement by Michael Teeuw here.
Posts made by Manu85
-
RE: Changing icons of the modules Current Weather and Weather Forecast
-
RE: Changing icons of the modules Current Weather and Weather Forecast
@sdetweil I’m sorry, it’s my fault, I mixed up the topics…but I didn’t know how to make another topic and let it be you who answers me!
I modified the custom and it works, thanks again for that -
RE: Changing icons of the modules Current Weather and Weather Forecast
@sdetweil I added in js.config
classes:"forecast",
after the line:
module: "MMM-OneCallWeather",
then in custom css:
.forecast .weather-icon { font-size: 125%; }
I refreshed but it doesn’t change anything…
-
RE: Changing icons of the modules Current Weather and Weather Forecast
@sdetweil yes, I saved the custom and when I type 64px instead of 44px I see the icon growing, but that doesn’t change anything and in the console window it’s always the same data
-
RE: Changing icons of the modules Current Weather and Weather Forecast
@sdetweil I copied this line because it’s the one that enlarges the icon in the console, I put that in css.custom and it’s still the same
.weather .weather-icon img { max-width: 64px; }
default is 44px
when I refresh the console page and I select the icon I don’t have any additional css.custom lines, I don’t know if my explanation is clear -
RE: Changing icons of the modules Current Weather and Weather Forecast
@sdetweil I put this in custom.css?
.weather .weather-icon img { }
-
RE: Changing icons of the modules Current Weather and Weather Forecast
@sdetweil I hope I expressed myself well, I want to enlarge the weather icons for each day of the week
-
RE: Changing icons of the modules Current Weather and Weather Forecast
@sdetweil I just want to enlarge these images, tell me what elements you need because I cannot select the entire line of icons I can only select one in the console with ctrl shift i
-
RE: Changing icons of the modules Current Weather and Weather Forecast
@sdetweil the selected content is as follows, if I put for example 64 instead of 44 the icon is enlarged