Read the statement by Michael Teeuw here.
MMM-synology-ds
-
Hi
Another module that I did for my own needs, maybe it’ll be useful for you to.
This module display the current tasks of your Synology Download Station
Screenshots available on github readme.
[card:Thlb/MMM-synology-ds]
-
Cool! Now I want a DS just to have that module… 😀
-
Looks Nice. I’m curious if this will work with qnap nas as well, maybe with some tweaks
-
Hi,
I got this error when i launch the Magic Mirror :
Loading module helpers ... No helper found for module: alert. Initializing new module helper ... App threw an error during load Error: /home/plumcraft/MagicMirror/modules/MMM-synology-ds/node_modules/mmmagic/build/Release/magic.node: undefined symbol: _ZN2v816FunctionTemplate3NewEPNS_7IsolateEPFvRKNS_20FunctionCallbackInfoINS_5ValueEEEENS_5LocalIS4_EENSA_INS_9SignatureEEEi at Error (native) at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:178:20) at Object.Module._extensions..node (module.js:583:18) at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:178:20) at Module.load (module.js:473:32) at tryModuleLoad (module.js:432:12) at Function.Module._load (module.js:424:3) at Module.require (module.js:483:17) at require (internal/module.js:20:19) at Object.<anonymous> (/home/plumcraft/MagicMirror/modules/MMM-synology-ds/node_modules/mmmagic/lib/index.js:3:13) Whoops! There was an uncaught exception... Error: /home/plumcraft/MagicMirror/modules/MMM-synology-ds/node_modules/mmmagic/build/Release/magic.node: undefined symbol: _ZN2v816FunctionTemplate3NewEPNS_7IsolateEPFvRKNS_20FunctionCallbackInfoINS_5ValueEEEENS_5LocalIS4_EENSA_INS_9SignatureEEEi at Error (native) at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:178:20) at Object.Module._extensions..node (module.js:583:18) at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:178:20) at Module.load (module.js:473:32) at tryModuleLoad (module.js:432:12) at Function.Module._load (module.js:424:3) at Module.require (module.js:483:17) at require (internal/module.js:20:19) at Object.<anonymous> (/home/plumcraft/MagicMirror/modules/MMM-synology-ds/node_modules/mmmagic/lib/index.js:3:13)
npm dependencies are installed, here is my config file :
{
module: ‘MMM-synology-ds’,
position: ‘left_bottom’,
header: ‘Download Station’,
config: {
host: ‘xxxxxxx’,
port: ‘5000’, // Server port (not required if default port (5000) is used)
login: ‘xxxxxxx’,
passwd: ‘xxxxxxx’,
refreshInterval: 10, // in seconds
compactMode: true, // recommanded in left or right position.
}
}Thanks
-
Hi, i am getting this below error
-
Could be a cool module