Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Won't show up #9

Open
ghost opened this issue Apr 8, 2019 · 6 comments
Open

Won't show up #9

ghost opened this issue Apr 8, 2019 · 6 comments

Comments

@ghost
Copy link

ghost commented Apr 8, 2019

the module wont show up for me, idk if im supposed to install it there but i need to with all the other modules and it wont show up but this error came what should i do

Console:
pi@raspberrypi:~/MagicMirror/modules/MMM-CountDown $ npm install
npm WARN grunt-stylelint@0.10.1 requires a peer of stylelint@^9.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN stylelint-config-recommended@2.1.0 requires a peer of stylelint@^8.3.0 || ^9.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN stylelint-config-standard@18.2.0 requires a peer of stylelint@^8.3.0 || ^9.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN MMM-CountDown@1.0.0 No repository field.

audited 439 packages in 24.826s
found 0 vulnerabilities

Config:
{
module: 'MMM-CountDown',
config: {
position: "top_left",
event: "Jahrestag",
date: "2019-07-24"
}
},

@rookiepilot
Copy link

I don't have any coding experience; just reading on this site and putting together my own MM. I had the same problem of module not showing up. All I did was move the "position" code out of the config brackets and nested at the same level as the "module" line (right under it) and that fixed it for me.

@boazarad
Copy link
Owner

See the readme, your config file should be formatted as follows:

var config = {
    modules: [
        {
            module: 'MMM-CountDown',
            config: {
                position: "top_left",
                event: "Jahrestag",
                date: "2019-07-24"
            }
        }
    ]
}

You seem to be missing the "modules" section

@raymiec
Copy link

raymiec commented Oct 3, 2019

It's actually

{
module: 'MMM-CountDown',
position: "top_left",
config: {
event: "Mark's Birthday",
date: "2019-10-18"
}
}

@mattboston
Copy link

I cannot get this to work either. Here's my snippet from the config file. I have added a number of other modules that work fine.

        {
            module: 'MMM-CountDown',
            config: {
                position: "top_left",
                event: "Thanksgiving",
                date: "2021-11-25"
            }
        },

@BlueForrest
Copy link

This module doesn't work - using the latest version of MM (new installation)

@BlueForrest
Copy link

Solved it: It's pointing to a wrong directory.
Change directory MMM_CountDown-master into MMM_CountDown.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants