• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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 4.2k 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.
  • N Offline
    negrito Project Sponsor
    last edited by Jan 29, 2021, 7:53 PM

    I need help? What do I need to put in to the custom.css or config.js to get all the in red circled text in white colour, because it looks gray out. Thank you in advance.

    default module Current Weather and Weather Forecast.jpg

    1 Reply Last reply Reply Quote 0
    • ? Offline
      A Former User
      last edited by Jan 29, 2021, 9:23 PM

      This post is deleted!
      1 Reply Last reply Reply Quote 0
      • N Offline
        negrito Project Sponsor
        last edited by Jan 29, 2021, 11:57 PM

        Do I need to specify something about the Current Weather and Weather Forecast? Because only adding that to the custom.css makes no difference it stays gray.

        1 Reply Last reply Reply Quote 0
        • ? Offline
          A Former User
          last edited by Jan 30, 2021, 7:06 AM

          This post is deleted!
          1 Reply Last reply Reply Quote 0
          • N Offline
            negrito Project Sponsor
            last edited by Jan 30, 2021, 1:46 PM

            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 Feb 1, 2021, 6:39 PM Jan 30, 2021, 2:38 PM

              This post is deleted!
              1 Reply Last reply Reply Quote 0
              • N Offline
                negrito Project Sponsor
                last edited by Jan 30, 2021, 4:38 PM

                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 Feb 1, 2021, 6:40 PM Jan 30, 2021, 8:40 PM

                  This post is deleted!
                  1 Reply Last reply Reply Quote 0
                  • N Offline
                    negrito Project Sponsor
                    last edited by Jan 30, 2021, 9:23 PM

                    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 Jan 31, 2021, 11:55 AM Reply Quote 0
                    • ? Offline
                      A Former User @negrito
                      last edited by Jan 31, 2021, 11:55 AM

                      This post is deleted!
                      S 1 Reply Last reply Feb 1, 2021, 7:05 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 1 / 3
                      1 / 3
                      • First post
                        1/24
                        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