@paviro In that case, your updated version works great! (Which by the way is incredibly cool!!! :dark_sunglasses: )
Read the statement by Michael Teeuw here.
Posts made by laknermi
-
RE: Wunderlist - your todos on the mirror
-
RE: Wunderlist - your todos on the mirror
@laknermi "@paviro
Referencing my post for posterity
I got it to work! I created a new app in Wunderlist and set the App URL to “https://a.wunderlist.com/api/v1/lists” and Auth Callback URL to “http://localhost:8080” then applied the accessToken and clientID as @jagerpower did above. -
RE: Wunderlist - your todos on the mirror
@paviro Okay. I’ll try creating a new token with app URL and callback URL set to http://localhost.
-
RE: Wunderlist - your todos on the mirror
@paviro Hmmm… The developer portal at Wunderlist will not allow me to create a new app if I don’t provide an app URL and Auth callback URL.
-
RE: Wunderlist - your todos on the mirror
Sorry to start a new question thread but how do you determine the app url and auth callback url to get the token from Wunderlist? I know it must be very simple but I can’t seem to figure it out. Is the app url just http://localhost:8080?
-
Hourly Weather Forecast
This is my first project with raspberry pi so I am a complete noob at this. I was wondering if it’s possible to add an “hourly weather conditions” interface to MM? For example, I know forecast.io has an api with 1,000 free calls/day and has a “lines” output (http://forecast.io/lines/) that offers the interface I’m looking for. Is it possible to insert a module with that display or does the api only get raw data (temp/wind direction/ etc)?