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.

    hourly forecast openweathermap doesn't show data, MagicMirror v2.28

    Scheduled Pinned Locked Moved Solved Troubleshooting
    10 Posts 2 Posters 863 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 Do not disturb
      sdetweil @stephanvdplas
      last edited by

      @stephanvdplas yes there may be changes required

      Sam

      How to add modules

      learning how to use browser developers window for css changes

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

        @sdetweil
        Ok. Can you (or any reader) confirm the hourly forecast is no longer working?
        And is there something we can do to fix this?
        At the Home Assistant website, I read something about Mode setting to 3.0:

        6f4f56b6-70e3-4098-a33a-ae993f5b6cbc-image.png

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

          @stephanvdplas the default weather module works

                {
                  module: "weather",
                  disabled: false,
                  position: "top_right",
                  classes: "current",
                  label: "instance 1",
                  order: "*",
                  index: 0,
                  config: {
                    apiKey: // mine,
                    //locationID: "5128581", // removed
                    //location: "New York",  // removed
                    lat: /// mine,
                    lon: // mine,
                    units: "imperial",
                    tempUnits: "metric",
                    windUnits: "mph",
                    timeFormat: "12",
                    useBeaufort: true,
                    lang: "en",
                    degreeLabel: true,
                    useKmh: false,
                    showHumidity: false,
                    type: "hourly",
                    maxEntries: 10,
                    fadePoint: 0.12,
                    colored: true,
                    fade: false,
                    weatherEndpoint:"/onecall"  // added 
                  }
                },
          

          Screenshot at 2024-10-27 14-38-04.png

          I do not know about this module. it is 3 years since last update

          Sam

          How to add modules

          learning how to use browser developers window for css changes

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

            @sdetweil said in hourly forecast openweathermap doesn't show data:

            units: “imperial”,
            tempUnits: “metric”,
            windUnits: “mph”,
            timeFormat: “12”,
            useBeaufort: true,
            lang: “en”,
            degreeLabel: true,
            useKmh: false,
            showHumidity: false,
            type: “hourly”,
            maxEntries: 10,
            fadePoint: 0.12,
            colored: true,
            fade: false,
            weatherEndpoint:“/onecall” // added

            Hmm, with these same settings (but with my lon/lat and api-kay) it doesn’t work.

            Yesterday I changed my subscription to this:
            65dafb38-b081-4aac-94cc-49a53a971e8d-image.png

            The API is working:
            31bee9ae-9a9f-4184-afc0-49797b263905-image.png

            I’ll send you a PB with my API key so you can test this yourself.

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

              @stephanvdplas that is what we have been saying

              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 @stephanvdplas
                last edited by

                @stephanvdplas are you on MagicMirror version 2.29?
                if not, then add

                apiVersion:"3.0",
                

                Sam

                How to add modules

                learning how to use browser developers window for css changes

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

                  @sdetweil said in hourly forecast openweathermap doesn't show data:

                  @stephanvdplas are you on MagicMirror version 2.29?
                  if not, then add

                  apiVersion:"3.0",
                  

                  Thank you! This did the trick!
                  I am on 2.28 (and updating is not possible at the moment), but this extra line makes it work again!

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