MonkeyMusic don't work

https://github.com/garmin/connectiq-apps/tree/master/audio-provider/monkeymusic

Has anyone tried to run the Garmin example?

For my case I do not have the menu to make the sync I do not really understand why.
I just have my watch that says No Media

Thank you in advance.

  • Looks like the code is a couple years old so something may have changed.  You might want to post this in the CIQ Bug Reports, or maybe   or Former Member know off hand.

  • I managed to get out of it by modifying something server level and a little bit in the code. But it is especially that with the simulator I do not know how to test suddenly I pass all the time by my watch it is suddenly very long.

  • I managed to get the simulator to work with no changes, but to get it to work on the actual watch I had to change localhost to the ip address of my PC in Constants.mc and commenting out the if statement in ConfigureSyncView onShow() so that it skips the check for a null token, apparently bypassing the authentication which I'm not sure how is supposed to work.