MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. DanielAntos90
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Groups 0

    DanielAntos90

    @DanielAntos90

    1
    Reputation
    3
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    DanielAntos90 Unfollow Follow

    Best posts made by DanielAntos90

    • RE: Default weather module modification in custom.css

      I’ve already check this thread. Unfortunatelly this doesn’t work for new weather module. Anyway I finally figure it out:

      .weather .weather-icon .wi-day-sunny{
        color: #ffff00;
      }
      .weather .weather-icon .wi-day-cloudy{
        color: #aaa;
      }
      .weather .weather-icon .wi-cloudy{
        color: #aaa;
      }
      .weather .weather-icon .wi-cloudy-windy{
        color: #aaa;
      }
      .weather .weather-icon .wi-showers{
        color: #55acee;
      }
      .weather .weather-icon .wi-rain{
        color: #55acee;
      }
      .weather .weather-icon .wi-thunderstorm{
        color: #ff00ff;
      }
      .weather .weather-icon .wi-snow{
        color: #fff;
      }
      .weather .weather-icon .wi-fog{
        color: #999;
      }
      .weather .weather-icon .wi-night-clear{
        color: #fff;
      }
      .weather .weather-icon .wi-night-cloudy{
        color: #aaa;
      }
      .weather .weather-icon .wi-night-showers{
        color: #55acee;
      }
      .weather .weather-icon .wi-night-rain{
        color: #55acee;
      }
      .weather .weather-icon .wi-night-thunderstorm{
        color: #ff00ff;
      }
      .weather .weather-icon .wi-night-snow{
        color: #fff;
      }
      .weather .weather-icon .wi-night-alt-cloudy-windy{
        color: #aaa;
      }
      
      .weather .wi-day-sunny{
        color: #ffff00;
      }
      .weather .wi-day-cloudy{
        color: #aaa;
      }
      .weather .wi-cloudy{
        color: #aaa;
      }
      .weather .wi-cloudy-windy{
        color: #aaa;
      }
      .weather .wi-showers{
        color: #55acee;
      }
      .weather .wi-rain{
        color: #55acee;
      }
      .weather .wi-thunderstorm{
        color: #ff00ff;
      }
      .weather .wi-snow{
        color: #fff;
      }
      .weather .wi-fog{
        color: #999;
      }
      .weather .wi-night-clear{
        color: #fff;
      }
      .weather .wi-night-cloudy{
        color: #aaa;
      }
      .weather .wi-night-showers{
        color: #55acee;
      }
      .weather .wi-night-rain{
        color: #55acee;
      }
      .weather .wi-night-thunderstorm{
        color: #ff00ff;
      }
      .weather .wi-night-snow{
        color: #fff;
      }
      .weather .wi-night-alt-cloudy-windy{
        color: #aaa;
      }
      .weather .wi-strong-wind {
        color: #e0fbff;
      }
      .weather .wi-sunset {
        color: #ffa500;
      }
      .weather .wi-sunrise {
        color: #ffa500;
      }
      

      191f70eb-7d5a-40ea-be50-c5ec8b6a2d6b-image.png

      posted in Custom CSS
      DanielAntos90D
      DanielAntos90

    Latest posts made by DanielAntos90

    • RE: Default weather module modification in custom.css

      I’ve already check this thread. Unfortunatelly this doesn’t work for new weather module. Anyway I finally figure it out:

      .weather .weather-icon .wi-day-sunny{
        color: #ffff00;
      }
      .weather .weather-icon .wi-day-cloudy{
        color: #aaa;
      }
      .weather .weather-icon .wi-cloudy{
        color: #aaa;
      }
      .weather .weather-icon .wi-cloudy-windy{
        color: #aaa;
      }
      .weather .weather-icon .wi-showers{
        color: #55acee;
      }
      .weather .weather-icon .wi-rain{
        color: #55acee;
      }
      .weather .weather-icon .wi-thunderstorm{
        color: #ff00ff;
      }
      .weather .weather-icon .wi-snow{
        color: #fff;
      }
      .weather .weather-icon .wi-fog{
        color: #999;
      }
      .weather .weather-icon .wi-night-clear{
        color: #fff;
      }
      .weather .weather-icon .wi-night-cloudy{
        color: #aaa;
      }
      .weather .weather-icon .wi-night-showers{
        color: #55acee;
      }
      .weather .weather-icon .wi-night-rain{
        color: #55acee;
      }
      .weather .weather-icon .wi-night-thunderstorm{
        color: #ff00ff;
      }
      .weather .weather-icon .wi-night-snow{
        color: #fff;
      }
      .weather .weather-icon .wi-night-alt-cloudy-windy{
        color: #aaa;
      }
      
      .weather .wi-day-sunny{
        color: #ffff00;
      }
      .weather .wi-day-cloudy{
        color: #aaa;
      }
      .weather .wi-cloudy{
        color: #aaa;
      }
      .weather .wi-cloudy-windy{
        color: #aaa;
      }
      .weather .wi-showers{
        color: #55acee;
      }
      .weather .wi-rain{
        color: #55acee;
      }
      .weather .wi-thunderstorm{
        color: #ff00ff;
      }
      .weather .wi-snow{
        color: #fff;
      }
      .weather .wi-fog{
        color: #999;
      }
      .weather .wi-night-clear{
        color: #fff;
      }
      .weather .wi-night-cloudy{
        color: #aaa;
      }
      .weather .wi-night-showers{
        color: #55acee;
      }
      .weather .wi-night-rain{
        color: #55acee;
      }
      .weather .wi-night-thunderstorm{
        color: #ff00ff;
      }
      .weather .wi-night-snow{
        color: #fff;
      }
      .weather .wi-night-alt-cloudy-windy{
        color: #aaa;
      }
      .weather .wi-strong-wind {
        color: #e0fbff;
      }
      .weather .wi-sunset {
        color: #ffa500;
      }
      .weather .wi-sunrise {
        color: #ffa500;
      }
      

      191f70eb-7d5a-40ea-be50-c5ec8b6a2d6b-image.png

      posted in Custom CSS
      DanielAntos90D
      DanielAntos90
    • Default weather module modification in custom.css

      Hi,

      does anyone know how to modify new default weather module in custom.css? I would like to change weather icon colors and size of ‘feels like’ text in custom.css. I was trying something like this:

      .weather .day-sunny {
           color: #ffff00;
      }
      

      but it doesnt work. Thank you in advance

      posted in Custom CSS
      DanielAntos90D
      DanielAntos90