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.

    Weather Module showing wrong current temperature

    Scheduled Pinned Locked Moved Solved Troubleshooting
    10 Posts 2 Posters 192 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.
    • S Offline
      sdetweil @wyovino
      last edited by

      @wyovino 6 releases back, 18 months, who knows.

      setup a new version and check it out

      use my backup/restore to help move to new release

      new nodejs doesnt run on buster

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      W 1 Reply Last reply Reply Quote 0
      • W Offline
        wyovino @sdetweil
        last edited by

        @sdetweil

        The MMM-Jast module doesn’t work properly on a Zero2W with more recent versions which is why I did a fallback to this version. Is this related to the Weather API change I saw in the pinned post? Here’s my config. The “current” doesn’t work properly but the “forecast” does.

        {
        module: “weather”,
        position: “top_right”,
        config: {
        weatherProvider: “openweathermap”,
        type: “current”,
        location: “Rockville Centre”,
        locationID: “5134203”,
        apiKey: “{myAPIKey}”
        }
        },
        {
        module: “weather”,
        position: “top_right”,
        header: “Weather Forecast”,
        config: {
        weatherProvider: “openweathermap”,
        type: “forecast”,
        location: “Rockville Centre”,
        locationID: “5134203”,
        apiKey: “{apikey}”,
        fade: false
        }
        },

        S 1 Reply Last reply Reply Quote 0
        • S Offline
          sdetweil @wyovino
          last edited by

          @wyovino i do not know. calendar is my thing

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          W 1 Reply Last reply Reply Quote 0
          • W Offline
            wyovino @sdetweil
            last edited by

            @sdetweil
            I appreciate your efforts. The reason I’m using a Zero2W is that my mirror is in a tiny bathroom and when I used a Pi4 I could hear the hum of the fan. The Zero2W worked well except for the stock ticker which became very jerky. For the weather module, maybe I need a new API key. I’ll give that a try.

            S 1 Reply Last reply Reply Quote 0
            • S Offline
              sdetweil @wyovino
              last edited by

              @wyovino and that age code you will need need to change code.

              the api requires v 3, and a different endpoint .

              i dont know if it will work

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              W 1 Reply Last reply Reply Quote 0
              • W Offline
                wyovino @sdetweil
                last edited by

                @sdetweil Do you know how frequently MM reaches out to pull down the weather data? I’d rather not exceed the daily free limit.

                S 1 Reply Last reply Reply Quote 0
                • S Offline
                  sdetweil @wyovino
                  last edited by sdetweil

                  @wyovino see that in the doc, updateInterval i think

                  https://docs.magicmirror.builders/modules/weather.html#general-options

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  W 1 Reply Last reply Reply Quote 1
                  • W Offline
                    wyovino @sdetweil
                    last edited by

                    @sdetweil

                    The default value is 10 minutes, so it should never go above the free limit.

                    W 1 Reply Last reply Reply Quote 1
                    • W Offline
                      wyovino @wyovino
                      last edited by

                      @wyovino The current temperature displaying is now correct. I’m guessing this was an issue at the source.

                      1 Reply Last reply Reply Quote 1
                      • S sdetweil has marked this topic as solved on
                      • 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