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

    TonySmithJr

    @TonySmithJr

    0
    Reputation
    8
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    TonySmithJr Unfollow Follow

    Latest posts made by TonySmithJr

    • RE: MMM-WeatherOrNot module doesn't change theme

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

      posted in Troubleshooting
      T
      TonySmithJr
    • RE: MMM-WeatherOrNot module doesn't change theme

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

      posted in Troubleshooting
      T
      TonySmithJr
    • MMM-WeatherOrNot module doesn't change theme

      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?

      posted in Troubleshooting
      T
      TonySmithJr