MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Cr4z33
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 1
    • Followers 1
    • Topics 16
    • Posts 461
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: MMM-awesome-alexa

      I am struggling since 4 hours getting this module to work. 😩

      When I say ‘Alexa’ the module seems to wake up, but then after ie a question nothing happens.

      There’s no evidence of errors when running MM by npm start.

      All the setup went fine so I am out of ideas now…

      posted in Utilities
      Cr4z33C
      Cr4z33
    • RE: MMM-AssistantMk2

      @Sean wow that’s a BIG change in the module! 😲

      Can’t wait to start trying it out mate to use all the good stuff you are adding in it.

      Thanks for letting us know and have a nice Sunday. 😁

      posted in System
      Cr4z33C
      Cr4z33
    • RE: MMM-AssistantMk2

      @Sean can you tell us please anything about what’s coming with versione 3? :smiling_face_with_halo:

      posted in System
      Cr4z33C
      Cr4z33
    • RE: Lighted Bathroom MM

      @frogywill very well done there!

      I too found sooo many things I could do (better) with my smart mirror, but unfortunately once it is done it is done… :persevering_face:

      posted in Show your Mirror
      Cr4z33C
      Cr4z33
    • RE: MMM-Spotify

      @Sean working now!

      For some reason previous installation generated a token without .JSON at the end (I know because I made a backup on the Desktop) while this time it was generated properly!

      Thanks for your support anyway. :grinning_face_with_smiling_eyes:

      posted in Entertainment
      Cr4z33C
      Cr4z33
    • RE: MMM-Spotify

      @Sean OK so to be 100% sure everything is set properly I start installing the module from scratch again generating once more the JSON file and the token.

      posted in Entertainment
      Cr4z33C
      Cr4z33
    • RE: MMM-Spotify

      @Sean said in MMM-Spotify:

      The only thing I suspect is that you are using different account on MMM-Spotify and your real spotify player.

      Even if wasn’t the token OK at MM loading log?

      posted in Entertainment
      Cr4z33C
      Cr4z33
    • RE: MMM-Spotify

      @Sean tried this config

      		{
      			module: "MMM-Spotify",
      			position: "top_left",
      			disabled: false,
      			config: {
      				// onStart: null, // disable onStart feature with `null`
      				// allowDevices: ["Cr4z33 Mirror"],
      				control: "hidden", //"default", "hidden" available
      				}
      		},
      

      and the white big Spotify logo came up at MM loading and then disappeared.

      Isn’t it enough to // onStart line to let the module show all the time? :thinking_face:

      posted in Entertainment
      Cr4z33C
      Cr4z33
    • RE: MMM-Spotify

      @Sean OK here is the console log output of default config with above module entry.
      Please note that I also launched Spotify playing (after launching MM).

      npm start
      
      > magicmirror@2.7.1 start /home/pi/MagicMirror
      > sh run-start.sh
      
      Starting MagicMirror: v2.7.1
      Loading config ...
      Loading module helpers ...
      No helper found for module: alert.
      Initializing new module helper ...
      Module helper loaded: MMM-Spotify
      Initializing new module helper ...
      Module helper loaded: updatenotification
      No helper found for module: clock.
      Initializing new module helper ...
      Module helper loaded: calendar
      No helper found for module: compliments.
      No helper found for module: currentweather.
      No helper found for module: weatherforecast.
      Initializing new module helper ...
      Module helper loaded: newsfeed
      All module helpers loaded.
      Starting server on port 8080 ... 
      Server started ...
      Connecting socket for: MMM-Spotify
      [SPOTIFY_AUTH] Token is fresh.
      Connecting socket for: updatenotification
      Connecting socket for: calendar
      Starting node helper for: calendar
      Connecting socket for: newsfeed
      Starting module: newsfeed
      Sockets connected & modules started ...
      Launching application.
      Create new calendar fetcher for url: http://www.calendarlabs.com/templates/ical/US-Holidays.ics - Interval: 300000
      Create new news fetcher for url: http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml - Interval: 300000
      
      posted in Entertainment
      Cr4z33C
      Cr4z33
    • RE: MMM-Spotify

      @Sean oh OK. :grinning_face_with_smiling_eyes:

      I ran npm start, but unfortunately no error came up.

      Same thing for PM2 logs.

      At the end I tried to delete and reinstall MMM-Spotify, but the issue is still happening.

      By the way this is my current config entry:

      		{
      			module: "MMM-Spotify",
      			position: "top_left",
      			disabled: false,
      			config: {
      				onStart: null, // disable onStart feature with `null`
      				// allowDevices: ["Cr4z33 Mirror"],
      				control: "hidden", //"default", "hidden" available
      				}
      		},
      
      posted in Entertainment
      Cr4z33C
      Cr4z33
    • RE: MMM-Spotify

      @Sean I’ve switched Spotify account so I went to the MMM-Spotify folder, deleted the old token, update Client ID and Secret ID into spotify.config.json and created again (succesfully) the new token.

      The problem is that now the module doesn’t come up when I want to play music from the smart mirror, BUT I still can hear the music (because of Raspotify I suppose).

      Can you think about anything I am missing perhaps? :thinking_face:

      PS: did you remove by chance your Telegram account? I am sending you private chat messages from time to time, but they never get a reply or show to be seen…

      posted in Entertainment
      Cr4z33C
      Cr4z33
    • RE: MMM-PIR-Sensor, Edit command for TVoff?

      @costascontis give a look here.

      I use these commands everyday with my Samsung TV. :)

      posted in Troubleshooting
      Cr4z33C
      Cr4z33
    • RE: MMM-Spotify

      @Sean OK thanks.

      posted in Entertainment
      Cr4z33C
      Cr4z33
    • RE: MMM-Spotify

      @Sean said in MMM-Spotify:

      @mmmmh
      Add this into your css/custom.css

      #SPOTIFY.pausing {
      display:none;
      }

      I stopped and quit the Windows 10 Spotify app, but the artwork keeps showing.

      posted in Entertainment
      Cr4z33C
      Cr4z33
    • RE: MMM-AssistantMk2

      @Sean thank you.

      The steps (suggested by @Sean) to fix the black screen issue after latest MagicMirror update are:

      cd ~/MagicMirror/modules/MMM-AssistantMk2
      npm install --save-dev electron-rebuild
      ./node_modules/.bin/electron-rebuild
      

      and if you use MMM-Hotword too

      cd ~/MagicMirror/modules/MMM-Hotword/node_modules/snowboy
      npm install --save-dev electron-rebuild
      npm install nan
      ./node_modules/.bin/electron-rebuild
      
      posted in System
      Cr4z33C
      Cr4z33
    • RE: MMM-AssistantMk2

      @Sean please check Telegram as I sent you a message with the error I am getting after MM latest update. ;)

      posted in System
      Cr4z33C
      Cr4z33
    • RE: 55" LED TV Cr4z33 Mirror

      @bolish forgot to say that you can contact your country Pilkington office and ask for free glass samples.

      I personally asked for the MirroView 50/50 and the normal version to find out which one is the best.

      posted in Show your Mirror
      Cr4z33C
      Cr4z33
    • RE: 55" LED TV Cr4z33 Mirror

      @bolish well unfortunately I noticed the issue only once I already applied the glue so it was too late.

      Therefore in my experience what has to be done is to apply some matte coating (ie. a black cotton fabric) on all the LCD frame.
      Apart from that if you will still notice it there’s nothing else that can be done. :unamused_face:

      posted in Show your Mirror
      Cr4z33C
      Cr4z33
    • RE: 55" LED TV Cr4z33 Mirror

      @bolish I used the normal one because the 50/50 looked too dark to me once applied over the screen. ;)

      posted in Show your Mirror
      Cr4z33C
      Cr4z33
    • RE: MMM-Spotify

      @ejay-ibm lol for my mirror and thanks for the suggestion. :smiling_face_with_open_mouth_closed_eyes:

      @icripps please note that to be able to use Raspotify a Spotify Premium account is MANDATORY. ;)

      posted in Entertainment
      Cr4z33C
      Cr4z33
    • 1
    • 2
    • 7
    • 8
    • 9
    • 10
    • 11
    • 23
    • 24
    • 9 / 24