Read the statement by Michael Teeuw here.
MMM-NowPlayingOnSpotify no longer working?
-
@sdetweil said in MMM-NowPlayingOnSpotify no longer working?:
“When the app is running you can access it by opening localhost:8888 in your browser. Provided you are doing this directly on your Raspberry Pi”
No, I am accessing via the 192. address.
-
@droidus did u try on the pi?
-
@sdetweil No, this is a LXC container.
-
@droidus so are the ports mapped? 8888 on the container to something on the host?
unless u did that, that is not accessible
the request will cause a callback to that system
-
@sdetweil I don’t see port 8888 running on the container.
-
the authorization , step 2
cd authorization node app
should run forever
and app.js uses port 8888
so u have to run this IN the container, right? -
@sdetweil Yes, it looks like the ports are mapped. I can reach the IP/port from my laptop.
-
@droidus ip:8888 right?
so when u open that with your laptop browser, you should see
this page https://github.com/raywo/MMM-NowPlayingOnSpotify/authorization/public/index.html -
@sdetweil Correct. I see that.
-
@droidus and u fill in the fields from the spotify dev account
what did you do for this step in the doc?u had to do the host address, right?
Click on “Edit Settings” and add http://localhost:8888/callback to the Redirect URIs and save your settings.
I just did this on my spotify account and it brought up the auth page as expected… and authorize click brought the page with the code in