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.

    v2.29.0 weather module issue

    Scheduled Pinned Locked Moved Bug Hunt
    21 Posts 8 Posters 4.3k Views 8 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.
    • H Offline
      HeikoGr @kent79
      last edited by

      @kent79 @dawookie1979
      it’s all in the docs - but you need to read it carefully.

      in short: forecast needs

      • lat/lon , locationID isn’t working for forecast
      • weatherEndpoint: ‘/onecall’, must be set

      This works for me;

              {
                  disabled: false,
                  module: "weather",
                  position: "top_right",
                  config:
                  {
                      // See 'Configuration options' for more information.
                      weatherProvider: 'openweathermap',
                      weatherEndpoint: '/onecall',
                      apiKey: 'xxx',
                      apiVersion: '3.0',
                      lat: '49.8',
                      lon: '8.49',
                      type: 'forecast',
                      colored: true,
                      fade: false,
                      maxNumberOfDays: 3,
                      degreeLabel: 'true',
                      showWindDirectionAsArrow: 'true',
                      decimalSymbol: ','
                  }
              },
      
      R S 2 Replies Last reply Reply Quote 0
      • R Offline
        reilley @HeikoGr
        last edited by

        @HeikoGr - What are you seeing for the header? Does it say [country]/[city] and if so, is it correct? Mine is saying “America/New York”, when I’m in Canton, Georgia.

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

          @Peter yes, every 10 minutes, 6 times per hour
          IMG_0367.png

          Sam

          How to add modules

          learning how to use browser developers window for css changes

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

            @HeikoGr is that gepos right?

            i am in texas and my lat is 30

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            H 1 Reply Last reply Reply Quote 0
            • H Offline
              HeikoGr @sdetweil
              last edited by

              @sdetweil yes, lat/lon is correct as I am in Germany :-D

              @reilley unfortunately openweather doesnt respond with geoname but with timeszone… so it’s euroe/berlin in my case.

              1 Reply Last reply Reply Quote 0
              • K Offline
                kent79 @reilley
                last edited by

                @reilley

                It works. Thank you

                1 Reply Last reply Reply Quote 0
                • 1
                • 2
                • 3
                • 2 / 3
                • 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