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.

    Default weather module not displaying forecast

    Scheduled Pinned Locked Moved Solved Troubleshooting
    5 Posts 2 Posters 61 Views 2 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.
    • D Offline
      DarrenO 0
      last edited by

      Since updating MM to 2.35 from 2.34, the default weather module is no longer displaying the forecast.
      I use :
      “openweathermap” option for the weatherProvider: key;
      “forecast” option for the type: key; and
      “/forecast” option for the weatherEndpoint: key

      Other than updating the apiVersion from 2.5 to 3.0 in the config, no other changes have been made to any other keys within the module’s config and the module only shows “WEATHER FORECAST” as per the header: key, and then only displays Loading … where the forecast should be displayed.

      My config for the module is as follows:

      {
          module: "weather",
          position: "top_right",
          header: "WEATHER FORECAST",
          config: {
              // General Options
              weatherProvider: "openweathermap",
              type: "forecast",
              roundTemp: true,
              degreeLabel: true,
              updateInterval: 300000,
              showPeriod: true,
              showPeriodUpper: false,
              appendLocationNameToHeader: false,
              // Forecast Options
              tableClass: "xsmall",
              colored: true,
              fade: false,
              maxNumberOfDays: 5,
              // OpenWeatherMap Options
              apiVersion: "3.0",
              apiBase: "https://api.openweathermap.org/data/",
              weatherEndpoint: "/forecast",
              location: "Melbourne,Australia",
              apiKey: "xxxxx",
          
      },
      

      What am i missing in this latest release in the config of this module in MM 2.35?

      S 2 Replies Last reply Reply Quote 0
      • S Do not disturb
        sdetweil @DarrenO 0
        last edited by

        @DarrenO-0 get the new apikey, requires a credit card

        Remove apiVersion, apiBase, weatherEndpoint,
        Let those default

        Remove location
        Add lat, lon

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • S Do not disturb
          sdetweil @DarrenO 0
          last edited by

          @DarrenO-0 see
          https://forum.magicmirror.builders/post/122915

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          D 1 Reply Last reply Reply Quote 0
          • S Do not disturb
            sdetweil @DarrenO 0
            last edited by

            @DarrenO-0 get the new apikey, requires a credit card

            Remove apiVersion, apiBase, weatherEndpoint,
            Let those default

            Remove location
            Add lat, lon

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • D Offline
              DarrenO 0 @sdetweil
              last edited by

              @sdetweil thanks, but i don’t think i’ll be providing my credit card details to a service for them just to keep it on file for the unlikely possibility that i’d make 1000+ API calls a day.
              I’ll just comment out or remove that section of my config.js file.

              S 1 Reply Last reply Reply Quote 0
              • D DarrenO 0 has marked this topic as solved
              • D DarrenO 0 has marked this topic as solved
              • S Do not disturb
                sdetweil @DarrenO 0
                last edited by

                @DarrenO-0 I understand. You might be able to switch to a different provider on the weather module, depending on where you are. Not all providers are world wide

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                1 Reply Last reply Reply Quote 0

                Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                With your input, this post could be even better 💗

                Register Login
                • 1 / 1
                • 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