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

    quetown

    @quetown

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

    quetown Unfollow Follow

    Latest posts made by quetown

    • Error Undefined Property MMM-OpenWeatherForecast

      Error: MMM-OpenWeatherForecast.js:290 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading ‘weather’)

      This is the line of code:
      processWeatherData: function() {
      var timeZoneOffset = this.weatherData.timezone_offset;
      var summary = this.weatherData.current.weather[0].description.substring(0,1).toUpperCase() + this.weatherData.current.weather[0].description.substring(1) + “.”;

      posted in Utilities
      Q
      quetown
    • RE: Config question

      @sdetweil Thanks!

      posted in Utilities
      Q
      quetown
    • Config question

      Re: MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast

      On the config name value pairs for this module and the same for the other modules. Is it better to put the configs in the JS file in the module or in the MM Config.js file?

      2nd question, is which one overrides the other. Does the Config.js override any value found in the module.js file or the other way around?
      Thanks for the help.

      posted in Utilities
      Q
      quetown