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

Weather Module showing wrong current temperature

Scheduled Pinned Locked Moved Solved Troubleshooting
10 Posts 2 Posters 265 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 Mar 21, 2025, 1:24 AM

    @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 Mar 21, 2025, 1:52 AM Reply Quote 0
    • W Offline
      wyovino @sdetweil
      last edited by Mar 21, 2025, 1:52 AM

      @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 Mar 21, 2025, 2:00 AM Reply Quote 0
      • S Offline
        sdetweil @wyovino
        last edited by Mar 21, 2025, 2:00 AM

        @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 Mar 21, 2025, 2:22 AM Reply Quote 0
        • W Offline
          wyovino @sdetweil
          last edited by Mar 21, 2025, 2:22 AM

          @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 Mar 21, 2025, 2:38 AM Reply Quote 0
          • S Offline
            sdetweil @wyovino
            last edited by Mar 21, 2025, 2:38 AM

            @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 Mar 21, 2025, 2:50 AM Reply Quote 0
            • W Offline
              wyovino @sdetweil
              last edited by Mar 21, 2025, 2:50 AM

              @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 Mar 21, 2025, 3:17 AM Reply Quote 0
              • S Offline
                sdetweil @wyovino
                last edited by sdetweil Mar 21, 2025, 3:20 AM Mar 21, 2025, 3:17 AM

                @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 Mar 21, 2025, 4:02 AM Reply Quote 1
                • W Offline
                  wyovino @sdetweil
                  last edited by Mar 21, 2025, 4:02 AM

                  @sdetweil

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

                  W 1 Reply Last reply Mar 21, 2025, 4:06 PM Reply Quote 1
                  • W Offline
                    wyovino @wyovino
                    last edited by Mar 21, 2025, 4:06 PM

                    @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 Mar 21, 2025, 4:27 PM
                    • 1 / 1
                    1 / 1
                    • First post
                      6/10
                      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