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

MMM-OpenWeatherForecast

Scheduled Pinned Locked Moved Solved Troubleshooting
92 Posts 14 Posters 18.2k Views 14 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.
  • R Offline
    Ray
    last edited by Ray Sep 30, 2024, 6:21 PM Sep 30, 2024, 6:18 PM

    Does anyone know what’s going on with MMM-OpenWeatherForecast
    all I’m getting is its loading
    even on my virtual mirror it’s doing exactly the same thing
    I tried different coordinates and it is doing the seem thing
    I went to the website and everything checks out just fine my app key is still intact and I can see the current weather on their weather map
    so I am at a loss on what’s going on here

    {
    			disabled: false,
    			module: "MMM-OpenWeatherForecast",
    			position: "top_right",
    			header: "Concord/Walnut Creek",
    			config: {
    				apikey: " ",     // only string here
    				latitude: 37.9780 ,                             // Concord's coordinates
    				longitude: -122.0311 ,
    			    units: "imperial",
    			    iconset: "3c",
    			    requestDelay: 250,                              // requestDelay In milliseconds
    			    useAnimatedIcons: true,                         // animation can only be on one
                    updateInterval: 10,                             // minutes
                    showFeelsLikeTemp: false,
                    showSummary: true,                              // false stop weather alerts from displaying
           		        
    		        forecastHeaderText: "Hourly Forecast",          // Text for the header
    				forecastLayout: "tiled",                        // Can be set to tiled or table
    				
    				showHourlyForecast: true,                       // show hourly forecast information
    				hourlyForecastInterval: 3,                      // How many hours apart each listed hourly
    				maxHourliesToShow: 3,                           // How many hourly forecasts
    				 
    		        showDailyForecast: false                        // show daily forecast information
    			}
    		},
    
    F 1 Reply Last reply Oct 1, 2024, 12:52 AM Reply Quote 0
    • B Offline
      butchkemper @JohnGalt
      last edited by Oct 6, 2024, 8:30 PM

      @JohnGalt

      The api call daily threshold for billing is 1,000. The default setting is to update every 10 minutes and that equals to 144 daily calls.

      Butch

      Resistance is not Futile!
      It is voltage divided by current.

      1 Reply Last reply Reply Quote 0
      • F Offline
        froboz @Ray
        last edited by Oct 1, 2024, 12:52 AM

        @Ray I have the same issue right after I did the upgrade. I came here to check and the first post I see describes the exact issue I have.

        S 1 Reply Last reply Oct 1, 2024, 2:03 AM Reply Quote 0
        • S Offline
          sdetweil @froboz
          last edited by Oct 1, 2024, 2:03 AM

          @froboz @Ray and you both opened new 3.0 apikeys, right? its required

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          M 1 Reply Last reply Oct 1, 2024, 5:47 AM Reply Quote 0
          • M Offline
            MarcLandis @sdetweil
            last edited by MarcLandis Oct 1, 2024, 5:52 AM Oct 1, 2024, 5:47 AM

            @froboz @Ray make sure you have the following parameter in your config:

            apiBaseURL: “https://api.openweathermap.org/data/3.0/onecall?”

            and get a V3 API key from https://openweathermap.org/

            R F 2 Replies Last reply Oct 1, 2024, 9:44 AM Reply Quote 0
            • R Offline
              Ray @MarcLandis
              last edited by Oct 1, 2024, 9:44 AM

              @MarcLandis I haven’t done any updates on my two mirrors for several years now because they’ve been working just fine
              so I’m pretty sure I do not have version 3

              1 Reply Last reply Reply Quote 0
              • F Offline
                ForestQ @MarcLandis
                last edited by Oct 1, 2024, 10:52 AM

                Are V3 APIs paid-only?

                R 1 Reply Last reply Oct 1, 2024, 10:57 AM Reply Quote 0
                • R Offline
                  Ray @ForestQ
                  last edited by Oct 1, 2024, 10:57 AM

                  @ForestQ so if I’m understanding this correctly
                  it won’t work unless I pay for?

                  S 1 Reply Last reply Oct 1, 2024, 11:02 AM Reply Quote 0
                  • S Offline
                    sdetweil @Ray
                    last edited by Oct 1, 2024, 11:02 AM

                    @Ray @ForestQ openweather has gone to a new model.

                    they count the number of api requests. with a certain number not charged. today they allow 1000 calls per day before charging .

                    BUT , you must supply the card they will charge against to make any calls.

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    R 2 Replies Last reply Oct 1, 2024, 11:04 AM Reply Quote 0
                    • R Offline
                      Ray @sdetweil
                      last edited by Oct 1, 2024, 11:04 AM

                      @sdetweil well how nice is that all these years it was free now you have to pay for

                      S 1 Reply Last reply Oct 1, 2024, 11:10 AM Reply Quote 0
                      • R Offline
                        Ray @sdetweil
                        last edited by Oct 1, 2024, 11:07 AM

                        @sdetweil I also updated the configuration to version 3.0
                        and then got a new app key when I got the new app key it didn’t work
                        I only have two apt keys and I created a new one

                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 4
                        • 5
                        • 9
                        • 10
                        • 1 / 10
                        1 / 10
                        • First post
                          2/92
                          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