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 not working

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    26 Posts 2 Posters 6.3k 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 @KI6UVE
      last edited by

      @KI6UVE I just did this

      		{
      			module: "weather",
      			position: "top_right",
      			config: {
      				weatherProvider: "openweathermap",
      				type: "current",
      			//	location: "New York",
      			//	locationID: "5128581", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
      				apiKey: ".....",
      				lat:30.xxxxxx,
      				lon:-97.xxxxxx
      			}
      		},
      

      and it worked (top right)
      Screenshot_2022-11-27_22-20-54.png

      and the other used locationID… with my apiKey

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

        @KI6UVE

        if you open the developers window using the instructions i gave before, do you see any errors?

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        K 1 Reply Last reply Reply Quote 0
        • K Offline
          KI6UVE @sdetweil
          last edited by

          @sdetweil
          Something must be wrong with my api key. I did not see the instructions for opening a developers window. Could you send again?

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

            @KI6UVE https://forum.magicmirror.builders/topic/17411/weather-not-working/9?_=1668880346563

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            K 1 Reply Last reply Reply Quote 0
            • S sdetweil referenced this topic on
            • K Offline
              KI6UVE @sdetweil
              last edited by

              @sdetweil

              That brought up module weather.js, Uncaught SyntaxError: unexpected token .

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

                @KI6UVE what line number?

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                K 1 Reply Last reply Reply Quote 0
                • K Offline
                  KI6UVE @sdetweil
                  last edited by

                  @sdetweil

                  159

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

                    @KI6UVE how did you install MM? my script or manually?

                    what version of nodejs is installed?

                    node -v

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    K 1 Reply Last reply Reply Quote 0
                    • K Offline
                      KI6UVE @sdetweil
                      last edited by

                      @sdetweil

                      Used in the install script npm install-mm from the website instructions. nodejs version is 16.18.1

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

                        @KI6UVE hm… I think that is manual install …

                        my scripts (listed in alternative install section)
                        are here
                        https://github.com/sdetweil/MagicMirror_scripts

                        did u ever edit the weather.js file?
                        if so, you can restore it

                        cd ~/MagicMirror
                        git checkout modules/default/weather/weather.js

                        what MM version are u running? 2.21 is current

                        cd ~/MagicMirror
                        grep version package.json

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

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