MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Current Weather and Weather Forecast looks grey out.

    Scheduled Pinned Locked Moved Custom CSS
    24 Posts 6 Posters 5.5k Views 5 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ? Offline
      A Former User
      last edited by

      This post is deleted!
      1 Reply Last reply Reply Quote 0
      • N Offline
        negrito Project Sponsor
        last edited by

        first of all I would like to emphasize that I really appreciate your help. I’ve tried both, but no change. I cleared the settings for color icons to see if it worked, but nothing. See my custom.css here…

        20210130_143515.jpg

        .newsfeed .small {
        font-size: 30px;
        line-height: 25px;
        }
        
        .newsfeed .medium {
        font-size: 35px;
        line-height: 30px;
        }
        
        .clock .date {
        	color: #fff;
        }
        
        .calendar td {
        color: #fff;
        }
        
        .calendar .header {
        	color: #fff;
        }
        .MMM-COVID19-SPARKLINE{
          color:#fff;
        }
        
        .calendar .time {
          color:#fff;
        }
        
        .normal {
            color: white !important;
        }
        
        1 Reply Last reply Reply Quote 0
        • ? Offline
          A Former User
          last edited by A Former User

          This post is deleted!
          1 Reply Last reply Reply Quote 0
          • N Offline
            negrito Project Sponsor
            last edited by

            Yes, the rest of the custom.css is working an here is the config.js part for that:

            		{
            			module: "currentweather",
            			position: "top_right",
            			config: {
            				location: "Heemskerk",
            				locationID: "2754696",
            				appid: "key removed"
            			}
            		},
            		{
            			module: "weatherforecast",
            			position: "top_right",
            			header: "",
            			config: {
            				location: "Heemskerk",
            				locationID: "2754696",
            				appid: "key removed",
            				fade: false
            			}
            		},
            
            
            1 Reply Last reply Reply Quote 0
            • ? Offline
              A Former User
              last edited by A Former User

              This post is deleted!
              1 Reply Last reply Reply Quote 0
              • N Offline
                negrito Project Sponsor
                last edited by

                I don’t have any reference to the custom.css in my config.js I feel bad al ready:disappointed_face:

                ? 1 Reply Last reply Reply Quote 0
                • ? Offline
                  A Former User @negrito
                  last edited by

                  This post is deleted!
                  S 1 Reply Last reply Reply Quote 0
                  • R Offline
                    raf
                    last edited by

                    /home/pi/MagicMirror/modules/default/weatherforecast/weatherforecast.js
                    in this file change colored from false to true

                    S 1 Reply Last reply Reply Quote 0
                    • S Offline
                      sdetweil @raf
                      last edited by

                      @raf please dont edit the code. use config.js

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      1 Reply Last reply Reply Quote 0
                      • ? Offline
                        A Former User
                        last edited by A Former User

                        This post is deleted!
                        S 1 Reply Last reply Reply Quote 1
                        • 1
                        • 2
                        • 3
                        • 1 / 3
                        • First post
                          Last post
                        Enjoying MagicMirror? Please consider a donation!
                        MagicMirror created by Michael Teeuw.
                        Forum managed by Sam, technical setup by Karsten.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy