• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

Advent Module not working for me...?

Scheduled Pinned Locked Moved Troubleshooting
8 Posts 3 Posters 3.9k Views 3 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    lolobyte @valid8r
    last edited by Dec 8, 2016, 10:03 PM

    @valid8r

    Maybe this will help you.
    It’s my part of config with the Advent module after updating by the developer with the possibility to implement 4 candles.:

                {
                        module: 'MMM-Advent',
                        position: 'bottom_center',
                        config: {
                                updateInterval: 10 * 60 * 1000,
                                marks: 0, //default is 24
                                height: 400,
                                showFlameBeforeStart: false,
                                start: ["2016-11-27 00:00:01", "2016-12-11 00:00:01", "2016-12-18 00:00:01", "2016-12-04 00:00:01"],
                                end: ["2016-12-24 23:59:59", "2016-12-24 23:59:59", "2016-12-24 23:59:59", "2016-12-24 23:59:59"],
        //                      start: "2016-11-25 00:00:01", //Geburtstag Anfang
        //                      end: "2016-11-25 23:59:59", //Geburtstag Ende
        //                      start: "2016-12-01 00:00:01", //Eine Kerze; default is "2016-12-01 08:00:00"
        //                      end: "2016-12-24 23:59:59", //Eine Kerze; default is "2016-12-24 22:00:00"
                                enableAnimation: true,
                                fontColor: "#000000", //default is #000000 (black)
                                candleColor: "#FFFFFF", //default is #FFFFFF (white)
                                }
                },
    
    1 Reply Last reply Reply Quote 0
    • J Offline
      Jopyth Moderator
      last edited by Dec 9, 2016, 8:47 AM

      @valid8r Did you copy and paste the example config from the readme? The section should work as is. If you did not copy it exactly, pay attention to the braces and commas, maybe you have got a syntax error.

      Full disclosure: I am the author of the module.

      Helpful sticky: How to troubleshoot

      1 Reply Last reply Reply Quote 0
      • V Offline
        valid8r
        last edited by Dec 9, 2016, 11:17 AM

        Thanks guys - I’m embarrassed to admit that I had typed “bottom-center” instead of “bottom_center”!

        L 1 Reply Last reply Dec 9, 2016, 5:59 PM Reply Quote 1
        • L Offline
          lolobyte @valid8r
          last edited by Dec 9, 2016, 5:59 PM

          @valid8r

          have u tried the snow module?

          looks nice with advent together.

          https://github.com/nhubbard/MagicPlugins/tree/master/snow

          V 1 Reply Last reply Dec 10, 2016, 2:28 AM Reply Quote 0
          • V Offline
            valid8r @lolobyte
            last edited by Dec 10, 2016, 2:28 AM

            @lolobyte Thanks!!! This helped. I saw from this that I had mis-typed “bottom_center” as “bottom-center”!

            You would think that as an Engineer, details would be something I would excel at, apparently that is not the case!

            @lolobyte said in Advent Module not working for me...?:

            @valid8r

            have u tried the snow module?

            looks nice with advent together.

            https://github.com/nhubbard/MagicPlugins/tree/master/snow

            I’m having trouble using git clone with the https:// link you provided. can you confirm that is the correct fork? Also does the module use position: ?

            1 Reply Last reply Reply Quote 0
            • L Offline
              lolobyte
              last edited by Dec 10, 2016, 8:18 AM

              @valid8r

              Hi, thats the web link. There is no fork link.
              Create a folder “snow” in your module folder.

              Copy snow.js and snow.css in this folder.

              Edit your config.js an put folowing code into

                  {
                  module: 'snow',
                  },
              

              restart your mm with

              pm2 restart mm

              Good luck

              V 1 Reply Last reply Dec 10, 2016, 10:27 AM Reply Quote 0
              • V Offline
                valid8r @lolobyte
                last edited by Dec 10, 2016, 10:27 AM

                @lolobyte Got it! Thanks! Wife love it.

                1 Reply Last reply Reply Quote 0
                • 1 / 1
                1 / 1
                • First post
                  6/8
                  Last post
                Enjoying MagicMirror? Please consider a donation!
                MagicMirror created by Michael Teeuw.
                Forum managed by Sam, technical setup by Karsten.
                This forum is using NodeBB as its core | Contributors
                Contact | Privacy Policy