funsocietyirc / MMM-Wunderlist-Enhanced

Wunderlist-Enhanced module for the Magic Mirror.
16 stars 9 forks source link

Nothing displaying AND blocks other modules from displaying correctly... #13

Open hsukup1 opened 6 years ago

hsukup1 commented 6 years ago

Is this an installation error?

~/MagicMirror/config.js

{
    module: "MMM-Wunderlist-Enhanced",
    position: "top-right",
    header: "Wunderlist",
    config: {
        accessToken: "accessToken", //fetched from [here](https://developer.wunderlist.com/apps/new)
        cliendID: "clientID", //fetched from [here](https://developer.wunderlist.com/apps/new)
        lists: ["Super Foods", "Torpin's", "To-Do"],
        order: "normal",
        maximumEntries: "60",
        interval: "60", //int in seconds
        fade: "true",
        fadePoint: "0.25",
        spaced: "false",
        showAssignee: "true", //show due date of task
        iconPosition: "left",
        showBullets: "true",
    },
},

image

Upon npm install in the module directory, all goes well until end that says I should commit a package-lock.json. Is this necessary? I don't know...but after git push my terminal told me access to me was blocked...fail.