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

    sbonn13

    @sbonn13

    0
    Reputation
    22
    Profile views
    7
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    sbonn13 Unfollow Follow

    Latest posts made by sbonn13

    • RE: MMM-Spotify

      @sdetweil
      Following address is opened in browser: https://accounts.spotify.com/de/authorize?response_type=code&client_id=XXXXX&scope=user…

      -> Press Agree button in Browser in order to agree access to spotify

      Afterwards address in browser is changed to:
      http://localhost:8888/callback?code=XXXXX&state=XXXXX…

      I assume the code (anonymized XXXXX) in this address is the relevant one. But how to proceed with that? Because at the time I have received this code I already have the errors in my terminal window.

      posted in Entertainment
      S
      sbonn13
    • RE: MMM-Spotify

      @sdetweil
      Thanks unfortunately probably I do it completely wrong, I do not get it. Is there any instruction? OAuth was working fine for google services, but not with this Spotify solution :-(
      My procedure:
      1.) node first_auth.js as described in MMM-Spotify instruction.
      -> [SPOTIFY] Initialized appeared in terminal window
      2.) Browser opens with Spotify login, after having entered, spotify requesting access
      -> No code yet, no additional terminal window, also no change in existing terminal window
      3.) Click on accept access in browser (spotify)
      -> callback localhost:8888 appeared in domain and shows ?code=**** in parameter.
      But in the meantime the mentioned error has appeared immediately in the terminal window. No time or place to paste the code somewhere else. Where shall I put this code and at what point in the procedure?

      posted in Entertainment
      S
      sbonn13
    • RE: MMM-Spotify

      Somehow the authorization process does not work.

      ...node first auth.js
      [SPOTIFY] Initialized
      

      Browser opened and the log in was succesful as well as accepting the app, but then instead of creating the token.js I receive an error:

      [SPOTIFY] Error in authentication flow!
      [SPOTIFY] ERROR: undefined
      [SPOTIFY] Authorization process finished!
      

      In spotify I can see that I have the mirror app available in approved apps, but there is not token in the modules folder. Therefore the connection does not work.

      Does anybody have an idea?
      Thanks

      posted in Entertainment
      S
      sbonn13
    • RE: MMM-AssistantMk2 (v3)

      Thanks Sam. Sorry I was not aware of. Closed.

      posted in System
      S
      sbonn13
    • RE: MMM-AssistantMk2 (v3)

      AssistantMk2 works awesome also together with 2Display. I am in love with that :)

      User request: I would like to open news as video like https://www.tagesschau.de/100sekunden/ or via youtube play list https://www.youtube.com/user/tagesschau (German public broadcasting service)

      Problem: Searching Youtube + tagesschau is replied by Google assistant that the news function would not be available for this device yet.

      Is there a workaround I could use/implement?
      E.g. Specific search terms opens automatically a specified youtube link or a specific website?

      posted in System
      S
      sbonn13
    • Connection failure error

      Hi all,

      Since I have update MM via git pull I always receive connection failures in the console after starting MM. I do not know if it is related with MM or just a coincidence. Whilst using start dev I have found no error.

      Does anybody have an idea about the root cause or how I can continue searching for this issue?

      [00:12:32.977] [LOG]    Connection failure
      [00:12:32.979] [LOG]    Connection failure
      [00:12:32.981] [LOG]    Connection failure
      

      … (repeating constantly)

      Thanks!

      posted in Bug Hunt
      S
      sbonn13