@airborne Well go to know it’s still working but, drats…no I know I goofed something up on my end. Thanks for confirming!
Read the statement by Michael Teeuw here.
Latest posts made by brandongomez
-
RE: MMM-Sonos Still Kickin?
-
MMM-Sonos Still Kickin?
Hey all. Wondering if this module is still working with possible changes on the Sonos side? I had a Pi acting as the API server and the module installed. Life was good. Seems like it has stopped working now. Just shows Loading Music on the Mirror. Now, I could very well have mucked something up but I don’t think I did? Haven’t seemed to find recent info on Sonos Mirror modules either
-
RE: My display so far...
I’m sure there’s a way to do this in css but not sure how. I want to make the icon and temperature smaller.
-
RE: Module(s) causing MagicMirror to lock up?
After removing some of the modules, it looks like my Pi-hole stats module was causing the problem. MagicMirror has been running fine for 24 hrs with that module commented out.
-
RE: Module(s) causing MagicMirror to lock up?
Thanks for the tip! Interesting. I have two iFrame modules displaying and I thought that was the one module that wouldn’t be causing an issue.
-
Module(s) causing MagicMirror to lock up?
Hi all. Newbie here and have built a MagicMirror with some really cool modules. However, I believe one or more of them is causing the mirror to lock up after around 4-5 hours. Is there a log where I can see where it might be happening?
I have the following modules installed:
default clock
default calendar
MMM-Instagram
MMM-MyCommute
MMM-pihole-stats
MMM-ping
MMM-Sonos
MMM-WunderGround
netatmo
iFrameAt first I thought it was something wrong with my Raspberry Pi 3 but that’s not the case. Then I thought turning off the display, coming back later and turning it on again was causing the Pi to halt or sleep, something like that but that doesn’t seem to be the case either. When I run my modified config.js file, it will run for around 4-5 hours and then the screen will freeze. I will be able to ping the IP but will not be able to ssh into it.
I have put the sample config.js file back on and it’s been running with no issues so I can only guess that a module is causing it to eventually lock up. Maybe something with API calls? Or is there a max number of modules you can have?
Really appreciate any help anyone can give. Thanks!
-
RE: MMM-Sonos - To show what your SONOS is playing.
Great module! I am new to all of this and have the module working as intended. I listen to SiriusXM, Google Play and Spotify through Sonos.
Google Play looks great and pulls the Artist and Track Title correctly. However, SiriusXM is sending everything together. Is there a way to format what SiriusXM sends me?
For example, if I go to http://IP_Address:5005/zones when using Google Play, I see… {“currentTrack”:{“artist”:“Aretha Franklin”,“title”:“Respect”,“album”:“I Never Loved A Man The Way I Love You”,“albumArtUri”
But if I put on a SiriusXM channel, it looks like this… {“currentTrack”:{“title”:“BR P|TYPE=SNG|TITLE Cold Little Heart|ARTIST Michael Kiwanuka|ALBUM”,“albumArtUri”
As a result, the SiriusXM channel shows nothing for the Artist and “BR P|TYPE=SNG|TITLE Cold Little Heart|ARTIST Michael Kiwanuka|ALBUM” for the Track. Would love to get it to show something like “Cold Little Heart, Michael Kiwanuka” instead.
Any help is appreciated. Thanks!
-
RE: MMM-Strava
Great module! I tried to implement but my module is stuck at “Loading…”
Guessing it has something to do with the API creation. I have my athlete ID that I see when I look at my Strava profile.
I ended up with a Client ID, Client Secret and Access Token when I created the API. Guessing I should be using only the Access Token?
Also, when I created the API, I had to put in a website and authorization callback domain. Not sure if these have an affect but I used the internal IP for the raspberry pi for both. Is that right? Thanks!