Skip to content

Black Screen on Magic Mirror start #5

@wasyl00

Description

@wasyl00

Thanks for a nice module but I'm having strange issue. Maybe you can help. I'm such a noob.
My installation process looked like this:

npm install synology-api
cd ~/MagicMirror/modules
git clone https://github.com/Thlb/MMM-synology-ds
cd MMM-synology-ds
npm install

All above installed well. Below is my config part:

{
module: 'MMM-synology-ds',
position: 'bottom_left',
header: 'Download Station',
config: {
host: '192.168.0.15',
port: '5000', // Server port (not required if default port (5000) is used)
user: 'mylogin',
passwd: 'pass',
refreshInterval: 10, // in seconds
compactMode: true, // recommanded in left or right position.
}
},
Not sure whats wrong. Magic Mirror starts but I get black screen (all modules are not showing)
Help

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions