• 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.

Replacing snow flakes with hearts in the MMM-SNOW module

Scheduled Pinned Locked Moved Solved Troubleshooting
snowheartsmodule
31 Posts 8 Posters 24.0k Views 8 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.
  • M Offline
    morozgrafix Moderator @Hein-Jan
    last edited by Feb 5, 2017, 1:51 AM

    @Hein-Jan I’m not very familiar with MMM-ModuleScheduler but I have some experience with cron jobs

    It typically goes like this [minute] [hour] [day of the month] [month] [day of the week]

    in your module_schedule: {from: '0 7 14 02 *', to: '30 23 14 02 *' } I would replace month number from 02 to 2 (allowed values for that field are 1 through 12). So it would read like module_schedule: {from: '0 7 14 2 *', to: '30 23 14 2 *' }

    Your from value would translate to something like at 07:00am on 14th day of the month in February (it can be any day of the week) in human language

    and your to value would read as at 11:30pm (or 23:30) on 14th day of the month in February (it can be any day of the week).

    Hope this helps.

    H 1 Reply Last reply Feb 17, 2017, 3:23 PM Reply Quote 0
    • R Offline
      roramirez Core Contributors @morozgrafix
      last edited by Feb 5, 2017, 1:54 AM

      @morozgrafix So cool!

      Easy module development with MagicMirror Module Template

      1 Reply Last reply Reply Quote 0
      • R Offline
        roramirez Core Contributors @morozgrafix
        last edited by Feb 5, 2017, 1:56 AM

        @morozgrafix The other idea is create a module template like this where include this type, snow, new year, etc… in one module.

        Easy module development with MagicMirror Module Template

        M 1 Reply Last reply Feb 5, 2017, 2:00 AM Reply Quote 0
        • M Offline
          morozgrafix Moderator @roramirez
          last edited by Feb 5, 2017, 2:00 AM

          @roramirez Yes you are right, I also thought about idea of general module that can be configured with various images or possibly have a schedule that will pick images from different folders and be hidden rest of the time.

          C 1 Reply Last reply Feb 5, 2017, 3:00 AM Reply Quote 2
          • C Offline
            cowboysdude Module Developer @morozgrafix
            last edited by Feb 5, 2017, 3:00 AM

            @morozgrafix That’s exactly what I was thinking…

            R 1 Reply Last reply Feb 5, 2017, 3:13 AM Reply Quote 0
            • R Offline
              roramirez Core Contributors @cowboysdude
              last edited by Feb 5, 2017, 3:13 AM

              @cowboysdude If are there some people interesting in working on this I can help. Maybe a future check is possible integregate into the core.
              cc @MichMich

              Also, the MMM-ModuleScheduler seems to me too nice. I’ve not been have time to test yet.

              Easy module development with MagicMirror Module Template

              C 1 Reply Last reply Feb 17, 2017, 10:24 PM Reply Quote 2
              • H Offline
                Hein-Jan @morozgrafix
                last edited by Feb 17, 2017, 3:23 PM

                @morozgrafix & @ianperrin

                On scheduling and Cron Jobs.

                To my regret the Schedule did not work out the way that had I planned it. My mirror did not show cute, drifting Valentine icons on Valentines Day. Some further experimentation today has shown that MMM-ModuleScheduler does not work with either an 02 or a 2 but does work with a “feb”.

                M 1 Reply Last reply Feb 18, 2017, 4:33 PM Reply Quote 0
                • C Offline
                  cowboysdude Module Developer @roramirez
                  last edited by Feb 17, 2017, 10:24 PM

                  @roramirez said in Replacing snow flakes with hearts in the MMM-SNOW module:

                  @cowboysdude If are there some people interesting in working on this I can help. Maybe a future check is possible integregate into the core.
                  cc @MichMich

                  Also, the MMM-ModuleScheduler seems to me too nice. I’ve not been have time to test yet.

                  I love working on stuff but not confident enough to pull that off LOL I know php but just learning js so I’m just tinkering with small easy to create things for now.

                  1 Reply Last reply Reply Quote 0
                  • M Offline
                    morozgrafix Moderator @Hein-Jan
                    last edited by Feb 18, 2017, 4:33 PM

                    @Hein-Jan sorry it didn’t work, as I mentioned earlier I’m not familiar with ModuleScheduler.

                    1 Reply Last reply Reply Quote 0
                    • M Offline
                      mirror.master
                      last edited by May 31, 2017, 12:52 AM

                      i did one with leaves for fall

                      Y S 2 Replies Last reply May 31, 2017, 4:33 PM Reply Quote 1
                      • 1
                      • 2
                      • 3
                      • 4
                      • 3 / 4
                      • First post
                        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