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.

    Module Refresh Time

    Scheduled Pinned Locked Moved Forum
    11 Posts 3 Posters 3.6k 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.
    • mumblebajM Offline
      mumblebaj Module Developer @sdetweil
      last edited by

      @sdetweil Thanks for that Sam. Let me have a look at what you set on your module.

      So setting a specific time like one would in say crontab is not possible.

      Check out my modules at: https://github.com/mumblebaj?tab=repositories
      Check my blog-post: https://mumblebaj.xyz/

      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @mumblebaj
        last edited by

        @mumblebaj correct. setTimeout() and setInterval() take milliseconds from now

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • cowboysdudeC Offline
          cowboysdude Module Developer @mumblebaj
          last edited by cowboysdude

          @mumblebaj in some modules at the top of the main js file you may see this ->

          updateInterval: 50 * 60 * 1000,
          

          Or you could add it to a module if need be.

          S 1 Reply Last reply Reply Quote 0
          • S Offline
            sdetweil @cowboysdude
            last edited by sdetweil

            @cowboysdude but he wanted to wake up at a specific time of day

            so,
            create a date object with the target date and time,
            extract its milliseconds,
            subtract now ms from that= wait_ms,
            setTimeout(fn, wait_ms)

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            cowboysdudeC 1 Reply Last reply Reply Quote 1
            • cowboysdudeC Offline
              cowboysdude Module Developer @sdetweil
              last edited by

              @sdetweil Yes you are right on both accounts :)

              mumblebajM 1 Reply Last reply Reply Quote 0
              • mumblebajM Offline
                mumblebaj Module Developer @cowboysdude
                last edited by

                @cowboysdude I love it when you old timers get into it… I am looking at the @sdetweil suggestions. Thought there might have been an easier way.

                Check out my modules at: https://github.com/mumblebaj?tab=repositories
                Check my blog-post: https://mumblebaj.xyz/

                S 1 Reply Last reply Reply Quote 0
                • S Offline
                  sdetweil @mumblebaj
                  last edited by sdetweil

                  @mumblebaj u can of course add ANOTHER library, only accessable from node_helper…

                  https://www.npmjs.com/package/node-cron

                  seems a lot of work for one little routine… with 1 line of code

                  and you can use moment too

                  https://stackoverflow.com/questions/36158193/javascript-set-a-new-date-to-tomorrow-8am

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  mumblebajM 1 Reply Last reply Reply Quote 0
                  • mumblebajM Offline
                    mumblebaj Module Developer @sdetweil
                    last edited by

                    @sdetweil Yep, i will look at your suggestion. Keeps it nice and tidy

                    Check out my modules at: https://github.com/mumblebaj?tab=repositories
                    Check my blog-post: https://mumblebaj.xyz/

                    S 1 Reply Last reply Reply Quote 0
                    • S Offline
                      sdetweil @mumblebaj
                      last edited by

                      @mumblebaj that last link shows both Date() and moment() approaches

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 1 / 2
                      • 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