MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. karde
    K
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 6
    • Best 0
    • Controversial 0
    • Groups 0

    karde

    @karde

    0
    Reputation
    670
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    karde Unfollow Follow

    Latest posts made by karde

    • RE: change current weather colors - time and wind

      I’m no expert on CSS, got my information from @Anachor’s post:
      https://forum.magicmirror.builders/topic/356/change-currentweather-colors,

      But you seem to have the hang on it, not sure if it helps you, but look in:
      ~/MagicMirror/modules/default/currentweather/ and do a grep in the .js file:
      cat currentweather.js | grep wi-

      To find out what the icons look at/represent, look at:
      https://erikflowers.github.io/weather-icons/

      I have also done some of this with the following code:

      #module_4_currentweather header {
      color: #FFFFFF;
      border-bottom: 1px solid #FFFFFF;
      }

      #module_4_currentweather .wi-sunrise {
      color: #F2E791;
      }

      Not sure what’s best, the module number is from your config.js file and the module_4 is the just module number from your config file, the fourth module.
      But like I said, might be some better way to do things, but It works for me :).

      posted in Development
      K
      karde
    • RE: change current weather colors - time and wind

      THANK YOU! And thanks everyone for all your time, I really appreciate it - alot!!!

      posted in Development
      K
      karde
    • RE: change current weather colors - time and wind

      @strawberry-3.141 I’ll be happy to!
      But, to be honest, the picture I have included in the post isn’t my actual mirror, I’ve sent you a private message :)!

      posted in Development
      K
      karde
    • RE: change current weather colors - time and wind

      THANKS YOU @pugsly and @cowboysdude!!!
      You guys are great!! Thanks for all your help!

      I got the text next to the wind icon to work as well, with:
      .dimmed.wi-strong-wind + span {
      color: #FFFFFF;
      }

      But… I missed one thing in my picture, you also have a wind direction next to the windspeed, say: “1.5 VNV”, anyone know who to change the “VNV” as well, couldn’t get it to work…:(

      posted in Development
      K
      karde
    • RE: change current weather colors - time and wind

      Thanks for your help!!
      But that’s for the icon right? I’m trying to change the texts, “1.5” and “21:38”, but thanks for your help!

      posted in Development
      K
      karde
    • change current weather colors - time and wind

      Hi,

      Have successfully changed all desired colors on “current weather” module thanks to Anachors post (https://forum.magicmirror.builders/topic/351/add-a-background-image), but haven’t been able to change wind speed text and sunrise / sunset time, does anyone know how to do this in custom.css :(, thanks!

      What I wan’t to change is the “1.5” and “21:38” (and the sunrise time as well) in the below picture:
      0_1477460746746_currentweather.jpg

      THANKS for all/any help! 🙂

      posted in Development
      K
      karde