Read the statement by Michael Teeuw here.
Problems With Weather
-
-
Well, it says right in the error message that your appid is not set. Hmmm
-
-
Something else is using port 8080. Most commonly it is because you have more than one instance of MM running at the same time. Or, there is another program on your pi using the same port.
-
@mykle1 Is it because I am using the same APPid for both weather modules? I have triple checked that I have the correct appid that was also working for the current weather.
-
@brendan_c23 said in Problems With Weather:
Is it because I am using the same APPid for both weather modules?
No, you can use the appid twice. However, MM can not share port 8080
-
@mykle1 How could I try fixing this?
-
try running
pm2 status
in the terminal (I think that’s the command) and post the result here please.Don’t post a picture. Copy the terminal output and paste it into your reply.
Also, do you have any other programs running on the Pi besides Magic Mirror?
-
This post is deleted! -
output should look like this
pi@Pi3:~ $ pm2 status ┌──────┬──────┬────────┬───┬─────┬──────────┐ │ Name │ mode │ status │ ↺ │ cpu │ memory │ ├──────┼──────┼────────┼───┼─────┼──────────┤ │ mm │ fork │ online │ 0 │ 0% │ 1.3 MB │ └──────┴──────┴────────┴───┴─────┴──────────┘ Use `pm2 show <id|name>` to get more details about an app pi@Pi3:~ $