Read the statement by Michael Teeuw here.
Problems with weather modules on new install
-
Paste your config.js file here. Remove your API keys first and precede the paste with three back ticks.
-
@Mykle1
Got it working somehow :-) thanks for taking the time -
@erik72 said in Problems with weather modules on new install:
Got it working somehow thanks for taking the time
Even better. Enjoy your mirror.
-
@erik72 said in Problems with weather modules on new install:
EADDRINUSE
This usually means that you already have the mirror process running and attempted to start it again.
-
@bhepler
Perhaps I am starting/stopping in a wrong way.
Because often when I have made a config change it will fail, but work after a reboot.
I use npm start and Ctrl-Z in terminal to quit. -
@erik72 If you’re working directly on the pi, you can use
ctrl+q
to stop the interface and return to the terminal. If you’re using SSH to remote into the pi, thenctrl+c
should stop it right nicely.You can always check to see if the mirror is running by typing
ps ax | grep node
. If you get anything in response more than6957 pts/19 S+ 0:00 grep --color=auto node
(where 6975 will be some random number) then the MM process is running and you’ll need to shut it down in order for it to process your changes. -
@bhepler
Thanks, will give it a try.
This is a really friendly forum :-)