KristjanESPERANTO / MMM-OneCallWeather

Magic Mirror weather module using openweathermap.org "One Call" api
MIT License
3 stars 2 forks source link

Enlarge the size of the "bubble" #9

Closed KristjanESPERANTO closed 9 months ago

KristjanESPERANTO commented 9 months ago

hello, do you know how I can enlarge the size of the "bubble" or there is the wind speed, thank you for your help

1706648324980-cc5eaf4e-5689-4b3d-9046-0a20229972bc-image

Originally posted by @Manu85340 in https://github.com/KristjanESPERANTO/MMM-OneCallWeather/issues/8#issuecomment-1917920424

KristjanESPERANTO commented 9 months ago

@Manu85340 Please always open a new issue when you start a new topic.

You can try add something like this in your custom.css:

.weather-icon > span > img {
  height: 80px;
  padding: 0 12px;
}

.weather-icon > p {
  top: -65px !important;
  left: 2px !important;
}
Manu85340 commented 9 months ago

sorry, I didn't think of that, thank you for your answer I will try

Manu85340 commented 9 months ago

Thanks for your help, it works :-)

KristjanESPERANTO commented 9 months ago

Nice! Let me know if you have any more questions 🙂 Enjoy your mirror!