• 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.

MMM-WeatherOrNot module doesn't change theme

Scheduled Pinned Locked Moved Troubleshooting
6 Posts 3 Posters 606 Views 3 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.
  • T Offline
    TonySmithJr
    last edited by sdetweil Dec 7, 2020, 2:07 AM Dec 4, 2020, 5:45 AM

    I am changing the theme to anything available on the list to no avail.

    {
        disabled: false,
        module: 'MMM-WeatherOrNot',
        position: "top_bar",
        config: {
          location: "elizabeth",                // See instructions
          locationCode: "39d36n104d60",              // See instructions
          languages: "en",                          // See Languages list
          tempUnits: "F",                           // F or C
          font: "Tahoma",                           // See Font list
          textColor: "#ffffff",                     // Hex color codes.
          htColor: "#ffffff",                       // high temp color. Hex color codes.
          ltColor: "#00dfff",                       // low temp color. Hex color codes.
          sunColor: "#febc2f",                      // Hex color codes.
          moonColor: "#dfdede",                     // Hex color codes.
          cloudColor: "#dfdede",                    // Hex color codes.
          cloudFill: "#1f567c",                     // Hex color codes.
          rainColor: "#93bffe",                     // Hex color codes.
          snowColor: "#dfdede",                     // Hex color codes.
          height: "150px",                          // module is responsive to changes
          width: "900px",                          // module is responsive to changes
          label: "Elizabeth",                        // Location seems logical . .
          label2: "Colorado",                  // . . . or anything you like
          days: "7",                                // 3, 5 or 7
          theme: "pure",                            // See Themes list *** theme overrides bgColor. ***
          bgColor: "#000000",                       // theme overrides bgColor.
          icons: "Climacons Animated",              // Iconvault, Climacons or Climacons Animated
          animationSpeed: 3000,
          updateInterval: 10 * 60 * 1000,
        }
    },
    

    It always appears as the dark theme. Any thoughts?

    M 1 Reply Last reply Dec 4, 2020, 9:18 PM Reply Quote 0
    • M Offline
      Mykle1 Project Sponsor Module Developer @TonySmithJr
      last edited by Mykle1 Dec 4, 2020, 9:21 PM Dec 4, 2020, 9:18 PM

      @TonySmithJr said in MMM-WeatherOrNot module doesn't change theme:

      It always appears as the dark theme. Any thoughts?

      First, when posting code to the forum, please use a code block. Thanks.
      https://forum.magicmirror.builders/topic/4247/how-to-post-code-on-the-forum-for-absolute-beginners?_=1607116511978

      To your question. I just tested a few of the themes and some of them are not working. That would be an issue with the source. I will take a look at the source to see if they made any deletions, additions or modifications to the existing theme names. For now, you’ll have to go through them to see which work and which do not. I don’t have the time to do that. “pure” is one that does not work.

      A quick check found that some are working.

      Screenshot from 2020-12-04 16-09-08.png Screenshot from 2020-12-04 16-11-29.png

      When entering the theme names in the config, use lower case. If it is a two word theme use lower case and an underscore between the two words.

      Create a working config
      How to add modules

      1 Reply Last reply Reply Quote 0
      • T Offline
        TonySmithJr
        last edited by Dec 6, 2020, 3:31 AM

        Sorry about the noncode block post.
        I appreciate the feedback and I’ll give a few a try.
        Thank you sir

        M S 2 Replies Last reply Dec 7, 2020, 1:51 AM Reply Quote 0
        • M Offline
          Mykle1 Project Sponsor Module Developer @TonySmithJr
          last edited by Dec 7, 2020, 1:51 AM

          @TonySmithJr said in MMM-WeatherOrNot module doesn't change theme:

          Sorry about the noncode block post.

          No worries, mate. It makes it a whole lot easier to help someone when I can read the code/post.

          I appreciate the feedback and I’ll give a few a try.
          Thank you sir

          You’re welcome. Good luck and have fun.

          Create a working config
          How to add modules

          1 Reply Last reply Reply Quote 0
          • S Offline
            sdetweil @TonySmithJr
            last edited by Dec 7, 2020, 2:07 AM

            @TonySmithJr corrected

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            T 1 Reply Last reply Dec 8, 2020, 3:52 AM Reply Quote 0
            • T Offline
              TonySmithJr @sdetweil
              last edited by Dec 8, 2020, 3:52 AM

              @sdetweil
              Thank you sir, I’ll 100% remember to do that next time. I should have known to go back and edit it.

              1 Reply Last reply Reply Quote 0
              • 1 / 1
              1 / 1
              • First post
                6/6
                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