@schlachtkreuzer6 I really don’t know. Maybe network problem during git clone? But I would guess you’ve got an error in that case.
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-SpotifyConnectUI
-
RE: MMM-SpotifyConnectUI
Really not sure what you are talking about!
You have understood that Spotify Connect Web is a third party service/application? I didn’t make this, so sorry for it has to go somewhere else.
Spotify Connect UI is the module for MM I made. Just follow the instructions I referred to in my last post.
-
RE: MMM-SpotifyConnectUI
What do you mean it’s “no module on my MM”? Did you follow the instructions under “Installation of the module”?
-
RE: google keep
@schlachtkreuzer6 I’m using Facebook too. Since you mention it, I think I had to add an additional authentication method to the Facebook account in Spotify.
-
RE: google keep
How did you register?
I’m not sure if Spotify has changed the way to sign up for an api key. Maybe head over to Spotify Connect Web and see if they have any tips…
(I will check myself later, but don’t have time before Christmas)
-
RE: google keep
@schlachtkreuzer6 Screen scraping is hard and very prone to errors. I would never go that way…
Edit: There is not a view (as I’ve found) that is simple enough to be put in an iframe. You would get alot of “stuff” around your list.
-
RE: google keep
At the moment there is no API for Google Keep.
A note/list in Keep is basically just a “document” in Google Drive in a proprietary format that Keep understand.
I have seen the requirement for an API for Keep been raised many times with Google. But my hopes are not high…
-
RE: Something I'm working on ...
Ok, I’ll reformat my documentation when I get time.
I found this nice tool: https://dlaa.me/markdownlint/ for checking syntax.
-
RE: Something I'm working on ...
@MichMich Are you sure about that?
I thought InLine HTML was perfectly allowed. See:
-
RE: Something I'm working on ...
@MichMich I guess both @LukeCodewalker and me have the same issue. I’ve included my markdown below and as far as I can see there should be no issue with it. The only thing might be the inclusion of
tags for new line.Configuration option | Comment | Default ---|---|--- url | Video Streaming URL.<br><br>You find it in <i>Motion Eye</i> in the <i>Video Streaming Section</i> under <i>Usefull URLs</i> by by clicking the <i>Streaming URL</i> link.<br><br>It should look something like this: `http://motioneye:8081` (probably an IP instead of hostname) | No default autoHide | If you want the camera to only be visible on the mirror when there is motion, set this to true. You will then have to enable "Call a Web Hook" in Motion Eye under the Motion Notifications section: <br><br> - Web Hook URL: <b>[http://URL of your mirror]/motioneye</b>. Example: http://192.168.1.11:8080/motioneye<br> - HTTP Method: <b>GET</b><br><br>Remember to update IP white list to enable access from your Motion Eye box.|false autoHideDelay|If autoHide is enabled you can decide how long to wait before hiding the camera|60000 (60 seconds) width|Width of camera image. You have to try out what fits YOUR monitor | 400px debug|Show messages in the log|false