Giter Site home page Giter Site logo

mmm-wunderlist's People

Contributors

arnecl avatar blackthroat avatar duske avatar jwalaszek avatar nhubbard avatar paviro avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mmm-wunderlist's Issues

Issue creating app on Wunderlist

Hi guys,

I know this is more an issue related to Wunderlist itself but I'm posting it here to know if anyone has find a different solution. When I go to https://developer.wunderlist.com/apps and try to create an app to get an access token and client ID, the system always prompts a message saying "Url is not a url" and "Callback url is not a url".

I've been putting 2 URLs there as in "myurl.com" and "mycallbackurl.com" but it still prompts the same message.

Am I doing anything wrong?

Thanks!

request: add "last updated" time

Hi paviro,
thx for the great app, very useful to us. I'm not entirely sure why but the module sometimes does not update when a new todo item is added (the list is displayed but not updated with the new item).
When I restart the mirror everything works again.

Can you add a line at the bottom of the module that displays the time of the last successful update?

Thx,
Jin

Sync with microsoft Todo

any chances to sync todo with this module? both are from microsoft, but i dont know if the api's are the same

Nothing showing up on the module at all

I edited fetcher_debug_client.js and ran it and this is the only output I got:

Create new todo fetcher for list: Inbox - Interval: 1000

Any advice? Thanks in advance.

More the one List

Can u say, how i can see more than one List with anotjher name ? this is what i need.

plz infos.

Winderlist acess tokken

Hi,

I am a newbie. Need I a Wunderlist tokken to run the module?
Or is a Wunderlist account sufficient?
What is the Job of the tokken?

Regards,

Sebastian

add new todo?

Hi,

How i can add the new todo entry ?

what i have dont understand ?!

MMM config options

i am unfamiliar with this style of programming. could i see how i should type things up for for the config under the MMM modules?

Wunderlist does not start

hi iam from germany sry for my english.

I have installed wunder list in ordner MagicMirror/modules. and run npm install in magic mirror/modules/MMM.Wunderlist.

I have writen the acces token and the client id into the config.js like this:
module: 'MMM-Wunderlist',
position: 'top_right', // This can be any of the regions. Best results in left or right regions.
header: 'Einkaufsliste', // This is optional
config: {
accessToken: "token",
clientID: "id",
"maximumEntries": 5,
"order": "normal",
"lists": ["Eingang"],

but the only thing my mirror shows me is the header " Einkaufsliste" dont know what to do.

At wunderlist the APP url und auth callpack url i write the ip from my rasp.

plz can you help me.?

Config options are ignored

All config options other than "accessToken" and "clientID" are ignored (for example: "lists")

diff --git a/MMM-Wunderlist.js b/MMM-Wunderlist.js
index 7ff8670..470b370 100644
--- a/MMM-Wunderlist.js
+++ b/MMM-Wunderlist.js
@@ -12,7 +12,7 @@ Module.register("MMM-Wunderlist", {
  defaults: {
        maximumEntries: 10,
        order: "normal",
-       lists: ["inbox"],
+       lists: ["Einkaufsliste"],
        interval: 60,

"Fixes" the issue for me. I'm using it with [email protected].

missing assignee and due date

Hi,
could you add two new columns to the tasks list?
I'm sharing "ToDo" list and it's hard to distinguish which tasks are mine.
example how could it look like:

deadlinetaskassignee
yesterdaybuild MagicMirrorM
todayinstall soft
tomorrowstart all over againK

No list shown

I installed wunderlist and on the mirror, only the headline is shown:

my config is:

{
module: 'MMM-Wunderlist',
position: "bottom_right",
header: 'Wunderlist',
config: {
access_token: "b884d3b484....",
client_id: "b1e......",
lists: ["inbox","1"],
maximumEntries: 10,
fade: true,
fadePoint: 0.25,
interval: 60
}
},

I can not find the mistake.

Stop Syncing

After some time the Modul stops syncing with my Wunderlist. When a add or remove anything the modul is syncing it first but when I add/remove anything after some hours the Modul doesen't syncs it. When I restart my Mirror it is working again. I'm using a RPi 3 with Raspbian and latest Packages, Magic Mirror version and npm programs.

List Names not shown

Hi, so I added 2 lists for the module and the content of the lists is also shown but it's not seperated by List name like in the example screenshot.
It's like:

Wunderlist

do thing from list1
do thing from list2

But I'd like to see the list names and sorted by my two lists. Thanks in advance!

Display nothing and hide other modules

If a add the module to my config.js, i only see a black screen and all my modules show nothing.
I added following code:

      {
                module: 'MMM-Wunderlist',
                position: 'top_left',   // This can be any of the regions. Best results in left or right regions.
                header: 'To-Do Liste', // This is optional
                config: {
                        clientID: "[id here]",
                        accessToken: "[token here]"
                }
        },

Stopped working following update

Hi,
MMM-Wunderlist prompted for an update, which I have done, but now it's stopped working.
Original code is still in config.js with my access token and clinet ID, the list names load but the tasks in the lists dont.
I did get the warnings below when running npm install from the module directory:

npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
npm WARN deprecated [email protected]: wrench.js is deprecated! You should check out fs-extra (https://github.com/jprichardson/node-fs-extra) for any operations you were using wrench for. Thanks for all the usage over the years.
npm WARN prefer global [email protected] should be installed with -g

Performance: Retrieve User-Data/Users only for lists that are displayed

Currently, when showAssignee: true all users, the particular account can "see" are fetched (i.e. all Users of all Lists for that account). However, this may be a lot of ballast, as only users with access to the lists displayed are of interest.

The solution would be to also submit the list_id to the endpoint, as described here

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.