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 config

    Scheduled Pinned Locked Moved Troubleshooting
    19 Posts 2 Posters 4.8k 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 @mrlowndes
      last edited by sdetweil

      @mrlowndes for numbers or true/false, no quotes, all else with quotes, doesn’t matter which kind as long as both ends are the same
      in a list it can be either for each entry, as long as both ends are the same

      updateInterval" “3600000”,

      should be name: value
      so
      updateInterval : “3600000”,

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • M Offline
        mrlowndes
        last edited by

        @sdetweil thanks. That got rid of the errors, now when I npm start the weather module seems to be just loading indefinitely. Any ideas?

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

          @mrlowndes did u get an apiid? ‘loading’ means waiting for data … so, the component getting the data did not succeed

          npm start
          then look at the messages

          or possibly open the developers window (f12 or ctrl-shift-i) select the console tab, and scroll up looking for errors…

          Sam

          How to add modules

          learning how to use browser developers window for css changes

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

            @mrlowndes said in Weather module config:

            index):1 Refused to apply style from ‘http://localhost:8080/css/custom.css’ because its MIME type (‘text/html’) is not a supported stylesheet MIME type, and strict MIME checking is enabled.

            ok, don’t know for the slow network.

            but for this one

            do

            touch ~/MagicMirror/css/custom.css
            

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • M Offline
              mrlowndes @sdetweil
              last edited by

              @sdetweil Thanks for the tip. The errors were at the bottom. This is what I found:

              Failed to load resource: the server responded with a status of 400 ()
              weathergov.js:55 Could not load data ...  
              XMLHttpRequest
              weather.js:151 New weather information available.
              main.js:301 [Intervention] Slow network is detected. See https://www.chromestatus.com/feature/5636954674692096 for more details. Fallback font will be used while loading: http://localhost:8080/vendor/node_modules/weathericons/font/weathericons-regular-webfont.woff
              api.openweathermap.o…xxxxxxxxxxxxxxxx:1 Failed to load resource: the server responded with a status of 401 (Unauthorized)
              weatherforecast.js:266 weatherforecast: Your AppID does not support long term forecasts. Switching to fallback endpoint.
              (index):1 Refused to apply style from 'http://localhost:8080/css/custom.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled
              
              1 Reply Last reply Reply Quote 0
              • M Offline
                mrlowndes
                last edited by

                @sdetweil do you know where I could get an appid for weathergov? The documentation for the module is very thin

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

                  no key required for that point… only works for US locations

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  M 1 Reply Last reply Reply Quote 0
                  • M Offline
                    mrlowndes @sdetweil
                    last edited by

                    @sdetweil Do you have any suggestions as to what I should try next?

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

                      @mrlowndes u can test that the api works from your location

                      put this in your browser

                      https://api.weather.gov/points/LAT,LON/forecast
                      

                      replace the LAT,LON
                      by the values from the google maps (maps.google.com) of your location…
                      in the url, you will see two numbers xx.yyyyyy,-uu.zzzzzz
                      just cut/paste that whole set of numbers and paste over the LAT,LON (notice the comma comes with the numbers too)

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      1 Reply Last reply Reply Quote 0
                      • M Offline
                        mrlowndes
                        last edited by

                        @sdetweil Thanks so much, the documentation doesn’t make that clear at all

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