Read the statement by Michael Teeuw here.
Wunderlist - your todos on the mirror
-
@Hein-Jan Thanks for the workaround, i suppose rebooting nightly isnt ideal but if it fixes things I’ll give it a shot. I just don’t understand as it was working perfectly for so long, as I’m sure it is for others also. There must be something in either the wunderlist config or in the MM config that it doesnt like.
-
Is there actually a walkthrough on how to install this now that it asks for app URL and callback URL and what is supposed to be entered there?
-
Just used git pull to update to the latest wunderlist and all of a sudden it stopped working and MM wont load. Getting this in my pm2 logs:
0|mm | { Error: Cannot find module 'wunderlist' 0|mm | at Function.Module._resolveFilename (module.js:470:15) 0|mm | at Function.Module._load (module.js:418:25) 0|mm | at Module.require (module.js:498:17) 0|mm | at require (internal/module.js:20:19) 0|mm | at Object. (/home/pi/MagicMirror/modules/MMM-Wunderlist/fetcher.js:10:21) 0|mm | at Module._compile (module.js:571:32) 0|mm | at Object.Module._extensions..js (module.js:580:10) 0|mm | at Module.load (module.js:488:32) 0|mm | at tryModuleLoad (module.js:447:12) 0|mm | at Function.Module._load (module.js:439:3) code: 'MODULE_NOT_FOUND' } 0|mm | MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection? 0|mm | If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
-
@Mar there is a new dependency, so you have to run
npm install
in the MMM-Wunderlist directory -
@strawberry-3.141 Gotcha. thank you!
-
@strawberry-3-141 thanks again i got it (sort of) working.
Now it looks like only one of the wunderlist modules work. I have 2 modules in my config (that worked before the MM and WL update i just did) showing two different lists. Now only one of the lists works. Only list 2 worked the last day, and after doing another npm install only the first widget works… is anyone else having an issue using 2 lists (same account)?
-
Having some difficulties installing this one. I went to the Wunderlist page in the install guide, but it is asking for a Callback URL and App URL. What do I put here?
-
@Mar did a full reinstall of the module and still using 2 wunderlist widgets it will only ever show the list on one of them. Is there a way to go back to test the previous version of the module?
-
@Mar
git checkout 2cdae25e1904835fbcaaee7c7cafe5adeb5907e6
to get the version before the changes on 2nd of april -
@strawberry-3.141 Awesome thanks. Then an npm install i assume?