Read the statement by Michael Teeuw here.
Blocking MagicMirror from the Web.
-
problem Solved, By changing the port of the Mopidy to 8081 and all was well.
-
@Terrence
Hello, can you tell me where and how you managed to change the port?
Thank you -
Ofcourse Damian…
In the config files for both I could just change the port settings.
MagicMirror:
sudo nano ~/MagicMirror/config/config.js
The port is the first Variable in the config section (default: 8080)Mopidy:
sudo nano ~/.config/mopidy/mopidy.conf
Here I uncommented the [http] section and for the hostname I used the Pi’s IP and port is 8081.This solved the problem and I am now able to run my MagicMirror and Mopidy at the same time…
-
sounds interesting. Do you control it with a touchscreen?
Can you maybe upload a screenshot how it looks like? -
No I want to be able to control it from anywhere in the house. So I am using the Mopidy web App to control the music and the display just shows the mirror as per the usual magicmirror…
Will put up some photos when it actually takes shape.
-
@Terrence
Thank you for that, do you import from local, or from external ? If local how did you manage to link to source?Thank you
-
Hey Sorry for the long wait. I’ve been having a lot of trouble with playing it locally actually…
I put all my music on the SD card under the /home/pi/music/ file…
So in the /etc/mopidy/mopidy.conf under the [local] function I added the /home/pi/music/ as the dir…
Then I did a local scan and it pulled all my music in. -
@Terrence
No problem mate. Thanks for info as thats gives me a head start to work on as I intended pulling in from my main networked PC that has all my media on it, and far too much music for even the biggest of sd cards :-) so will play about with your settings and see if I can maybe link it to my PC?Thanks again.