Open konnorve opened 1 year ago
Hey, you need to make sure that both modules are on the last version. The only communication between them is some messages that signa, the existstance of the other module. If you have the log enabled, you can see the module hiding or not. In a couple of hours I'm going to send a configuration snippet that I know that works.
Add:
showConnectionQrOnLoad: false,
startHidden: true,
And turn on the lyirics using <mirror:port>/LiveLyrics
(ex: http://localhost:8080/LiveLyrics/). Check if the issue resolves. It maybe has something to do with the fact that by default I dont use MM2 hide/show functions, as they sometimes are overwritten
I recently updated my MagicMirror with a new Raspberry Pi 4 and the most recent software following the manual installation instructions provided by the MagicMirror documentation (as of a few days ago).
While LiveLyrics is open, the OnSpotify module does not hide. I tried to force the behavior by setting the hideSpotifyModule to true but no luck. My access tokens work just fine.
An example screenshot of the behavior is below.
Additionally I have whitelisted all the IP address using the following line in the config:
ipWhitelist: []
Do I need to configure someone for module cross-talk? Do you have any suggestions on how to debug communications between modules?