Giter VIP home page Giter VIP logo

Comments (6)

BlueForrest avatar BlueForrest commented on July 2, 2024 1

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

from mmm-countdown.

rookiepilot avatar rookiepilot commented on July 2, 2024

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.

from mmm-countdown.

boazarad avatar boazarad commented on July 2, 2024

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

from mmm-countdown.

raymiec avatar raymiec commented on July 2, 2024

It's actually

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

from mmm-countdown.

mattboston avatar mattboston commented on July 2, 2024

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"
            }
        },

from mmm-countdown.

BlueForrest avatar BlueForrest commented on July 2, 2024

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

from mmm-countdown.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.