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

Problems With Weather

Scheduled Pinned Locked Moved Troubleshooting
41 Posts 6 Posters 11.4k Views 6 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.
  • B Offline
    brendan_c23 @Mykle1
    last edited by Feb 27, 2021, 2:35 AM

    @mykle1 I should not have any other programs running besides the magic mirror as it is the only one I have installed , but not totally sure if there are any default programs already on there.

    M 1 Reply Last reply Feb 27, 2021, 2:37 AM Reply Quote 0
    • M Offline
      Mykle1 Project Sponsor Module Developer @brendan_c23
      last edited by Mykle1 Feb 27, 2021, 2:37 AM Feb 27, 2021, 2:37 AM

      @brendan_c23

      ok,. so try pm2 stop MagicMirror

      then pm2 start MagicMirror

      Create a working config
      How to add modules

      B 1 Reply Last reply Feb 27, 2021, 2:41 AM Reply Quote 0
      • B Offline
        brendan_c23 @Mykle1
        last edited by Feb 27, 2021, 2:41 AM

        @mykle1 pi@raspberrypi:~ $ pm2 stop MagicMirror
        [PM2] Applying action stopProcessId on app [MagicMirror](ids: 0)
        [PM2] MagicMirror ✓
        ┌────┬────────────────────┬──────────┬──────┬───────────┬──────────┬──────────┐
        │ id │ name │ mode │ ↺ │ status │ cpu │ memory │
        ├────┼────────────────────┼──────────┼──────┼───────────┼──────────┼──────────┤
        │ 0 │ MagicMirror │ fork │ 6 │ stopped │ 0% │ 0b │
        └────┴────────────────────┴──────────┴──────┴───────────┴──────────┴──────────┘
        pi@raspberrypi:~ $ pm2 start MagicMirror
        [PM2] Applying action restartProcessId on app [MagicMirror](ids: 0)
        [PM2] MagicMirror ✓
        [PM2] Process successfully started
        ┌────┬────────────────────┬──────────┬──────┬───────────┬──────────┬──────────┐
        │ id │ name │ mode │ ↺ │ status │ cpu │ memory │
        ├────┼────────────────────┼──────────┼──────┼───────────┼──────────┼──────────┤
        │ 0 │ MagicMirror │ fork │ 6 │ online │ 0% │ 2.4mb │
        └────┴────────────────────┴──────────┴──────┴───────────┴──────────┴──────────┘
        pi@raspberrypi:~ $
        Still no luck displaying forecast, thank you again for bearing with me this long

        M 2 Replies Last reply Feb 27, 2021, 2:43 AM Reply Quote 0
        • M Offline
          Mykle1 Project Sponsor Module Developer @brendan_c23
          last edited by Feb 27, 2021, 2:43 AM

          @brendan_c23

          Were there any errors when MM launched?

          Create a working config
          How to add modules

          1 Reply Last reply Reply Quote 0
          • M Offline
            Mykle1 Project Sponsor Module Developer @brendan_c23
            last edited by Feb 27, 2021, 2:46 AM

            @brendan_c23

            MagicMirror should have launched when you issued the pm2 start MagicMirror command

            Create a working config
            How to add modules

            B 2 Replies Last reply Feb 27, 2021, 2:56 AM Reply Quote 0
            • B Offline
              brendan_c23 @Mykle1
              last edited by Feb 27, 2021, 2:56 AM

              @mykle1 No errors and yes MM launched, everything is displaying but the forecast

              1 Reply Last reply Reply Quote 0
              • B Offline
                brendan_c23 @Mykle1
                last edited by Feb 27, 2021, 3:01 AM

                @mykle1 now it is displaying message: “Please set the correct openweather appid in the config for module: weatherforecast.”

                M 1 Reply Last reply Feb 27, 2021, 3:11 AM Reply Quote 0
                • M Offline
                  Mykle1 Project Sponsor Module Developer @brendan_c23
                  last edited by Feb 27, 2021, 3:11 AM

                  @brendan_c23

                  I’m done for the night, mate. I would suggest you double check your appid at openweather. copy and paste it into your config entry for weatherforecast and make sure it is in quotes.

                  Perhaps someone else will continue to help you tonight.

                  Good luck

                  Create a working config
                  How to add modules

                  B 1 Reply Last reply Mar 5, 2021, 2:57 PM Reply Quote 1
                  • B Offline
                    brendan_c23 @Mykle1
                    last edited by Mar 5, 2021, 2:57 PM

                    @mykle1 So I emailed Openweathermap for help and he said I should use the “One Call Api” https://openweathermap.org/api/one-call-api but I am having trouble figuring out how to incorporate the API call code into the weather forecast module?

                    M 1 Reply Last reply Mar 6, 2021, 1:56 AM Reply Quote 0
                    • M Offline
                      Mykle1 Project Sponsor Module Developer @brendan_c23
                      last edited by Mykle1 Mar 6, 2021, 1:59 AM Mar 6, 2021, 1:56 AM

                      @brendan_c23 said in Problems With Weather:

                      So I emailed Openweathermap for help and he said I should use the “One Call Api” https://openweathermap.org/api/one-call-api but I am having trouble figuring out how to incorporate the API call code into the weather forecast module?

                      Uhhh, I’m pretty sure the default weatherforecast module DOES use the One Call API.

                      I would try getting another api key using a different email. However, I suspect there might be something else going on there. Would you object to sending me your current openweather api key so I can test it here? If you agree, send it in a private chat message. I’ve sent you a chat. You can send your api key there if you agree.

                      Create a working config
                      How to add modules

                      M 1 Reply Last reply Mar 7, 2021, 1:32 AM Reply Quote 1
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 3 / 5
                      3 / 5
                      • First post
                        29/41
                        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