Adafruit Music Maker VS1053 library on Photon

Anyone get music playing on the Photon & Music Maker shield both on shield shield?

I want to have Photon receive wifi stream and play it.

I’m using only class Adafruit_VS1053 methods:
.begin()
.readyForData()
.playData( chunk pointer, chunk size bytes )

Don’t need SD.

Sorry – I also asked this question at the end (reply #136!) of the following topic, not knowing if anyone would see it, compared with this 'fresh topic.'
Link to attempt on a break out board, with some mention of using shield shield

This also mentions some work using a breakout and Adafruit VS1053 lib modified for Photon here.