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.

    MMM-Lunartic

    Scheduled Pinned Locked Moved Education
    266 Posts 30 Posters 476.5k Views 29 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.
    • Mykle1M Offline
      Mykle1 Project Sponsor Module Developer
      last edited by Mykle1

      MMM-Lunartic now has Italian translation!

      • Thanks to @Egnos

      I’m using a virtual machine with VirtualBox, could it work?

      I have no way of testing that.

      git pull in the MMM-Lunartic directory ot visit https://github.com/mykle1/MMM-Lunartic

      Create a working config
      How to add modules

      1 Reply Last reply Reply Quote 0
      • Mykle1M Offline
        Mykle1 Project Sponsor Module Developer
        last edited by

        Notice from the USNO api for MMM-Lunartic

        “This US Naval Observatory Website is undergoing modernization and will be offline starting Thursday, 24 October 2019. The expected completion of work and return of service is estimated as 30 April 2020.”

        So, hopefully, the module will be back to normal soon.

        Create a working config
        How to add modules

        StoffbeuteluweS 2 Replies Last reply Reply Quote 0
        • StoffbeuteluweS Offline
          Stoffbeuteluwe Project Sponsor @Mykle1
          last edited by

          @Mykle1 Super… thanks Mykle

          1 Reply Last reply Reply Quote 0
          • StoffbeuteluweS Offline
            Stoffbeuteluwe Project Sponsor @Mykle1
            last edited by

            This post is deleted!
            1 Reply Last reply Reply Quote 0
            • Mykle1M Offline
              Mykle1 Project Sponsor Module Developer
              last edited by

              What a surprise! The USNO api has not resumed normal operations by the expected completion date. I’ll keep checking the site but it’s anyone’s guess now. :(

              Create a working config
              How to add modules

              1 Reply Last reply Reply Quote 0
              • Mykle1M Offline
                Mykle1 Project Sponsor Module Developer
                last edited by

                So, I went outside just as the sun was setting a little while ago and noticed the sky had cleared (it has been raining for days) and the moon was shining brightly. Ran inside, got my camera, click!

                moon.png

                Create a working config
                How to add modules

                1 Reply Last reply Reply Quote 0
                • Mykle1M Offline
                  Mykle1 Project Sponsor Module Developer
                  last edited by

                  From the USNO website.

                  usno.png

                  :(

                  Create a working config
                  How to add modules

                  S StoffbeuteluweS 2 Replies Last reply Reply Quote 0
                  • S Offline
                    sdetweil @Mykle1
                    last edited by

                    @Mykle1 can’t help myself.alt text

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    Mykle1M 1 Reply Last reply Reply Quote 0
                    • Mykle1M Offline
                      Mykle1 Project Sponsor Module Developer @sdetweil
                      last edited by

                      @sdetweil
                      :thumbsup:

                      Create a working config
                      How to add modules

                      1 Reply Last reply Reply Quote 0
                      • StoffbeuteluweS Offline
                        Stoffbeuteluwe Project Sponsor @Mykle1
                        last edited by

                        @Mykle1 Ohh no:disappointed_but_relieved_face:

                        1 Reply Last reply Reply Quote 0
                        • Mykle1M Offline
                          Mykle1 Project Sponsor Module Developer
                          last edited by

                          I found this very interesting.

                          “You’ve never seen the moon like in this ‘all terminator’ image (and you never will).”

                          "Shadows creep down the banks of every crater on the near-side of the moon, highlighting the pockmarked face of Earth’s gravitationally-bound buddy with a clarity never before seen.

                          According to photographer Andrew McCarthy, who posted the stunning image to his Instagram in April, there’s a simple explanation for the unprecedented level of detail in his work — this lunar view is actually “impossible.”

                          “This moon might look a little funny to you, and that’s because it is an impossible scene,” McCarthy wrote on Instagram. “From two weeks of images of the waxing moon, I took the section of the picture that has the most contrast … aligned and blended them to show the rich texture across the entire surface.”

                          The high-contrast section of the moon that McCarthy referred to is called the “lunar terminator” — the long line in the sand (or regolith, if you prefer) that divides the moon’s Earth-facing side between darkness and light. This terminator line moves around constantly depending on the phase of the moon, revealing or concealing new sections of the lunar surface each day. Because the terminator line heightens the contrast between the light and dark sides of the moon’s face, shadows look elongated and intensified in craters closest to the terminator.

                          moon.jpg

                          Create a working config
                          How to add modules

                          1 Reply Last reply Reply Quote 1
                          • Y Offline
                            yomm
                            last edited by sdetweil

                            Hello,

                            Thanks a lot for your work on this addon.
                            I would like to hide the information about the distance to get just the image. I read carefully the README but I cannot find this configu trick.
                            Could you please tell me how ?

                            Here is my conf :

                                           {
                                                    disabled: false,
                                                    module: 'MMM-Lunartic',
                                                    position: 'top_center', // Best in left, center, or right regions
                                                    classes: 'scheduler',
                                                    config: {
                                                            module_schedule: {from: '0 21 * * *', to: '0 8 * * *' },
                                                            mode: "rotating", // rotating or static
                                                            image: "current", // animation, current, DayNight or static
                                                            distance: "km", // miles or km
                                                            sounds: "no", // howling wolf, only on a full moon
                                                            useHeader: false, // true if you want a header
                                                            /* header: "The Lunartic is in my head", // Any text you want*/
                                                            maxWidth: "200px",
                                                            animationSpeed: 10,
                                                            rotateInterval: 15000,
                                                    }
                                            },
                            

                            Thanks for advance.

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

                              @yomm please edit the post and use the code block, mark the section of text and hit the </> thing above the edit window

                              Sam

                              How to add modules

                              learning how to use browser developers window for css changes

                              1 Reply Last reply Reply Quote 0
                              • Y Offline
                                yomm
                                last edited by

                                I got this… its all in the css.

                                S Mykle1M 2 Replies Last reply Reply Quote 1
                                • S Offline
                                  sdetweil @yomm
                                  last edited by

                                  @yomm thanks for your help, corrected

                                  Sam

                                  How to add modules

                                  learning how to use browser developers window for css changes

                                  1 Reply Last reply Reply Quote 0
                                  • Mykle1M Offline
                                    Mykle1 Project Sponsor Module Developer @yomm
                                    last edited by

                                    @yomm said in MMM-Lunartic:

                                    I got this… its all in the css.

                                    Yup. Glad you figured it out.

                                    Create a working config
                                    How to add modules

                                    1 Reply Last reply Reply Quote 0
                                    • Mykle1M Offline
                                      Mykle1 Project Sponsor Module Developer
                                      last edited by

                                      Update

                                      The api is still down for both MMM-Lunartic and MMM-SunRiseSet. http://api.usno.navy.mil/

                                      Their first announcement for a return to service was April 2020. The second announcement was revised to the Summer of 2020. I will keep checking. In the meantime, MMM-Lunartic still works with the temporary fix.

                                      Peace

                                      Create a working config
                                      How to add modules

                                      Mykle1M 1 Reply Last reply Reply Quote 1
                                      • Mykle1M Offline
                                        Mykle1 Project Sponsor Module Developer @Mykle1
                                        last edited by Mykle1

                                        @Mykle1

                                        Update

                                        The api is still down for both MMM-Lunartic and MMM-SunRiseSet. http://api.usno.navy.mil/

                                        Create a working config
                                        How to add modules

                                        StoffbeuteluweS 1 Reply Last reply Reply Quote 0
                                        • StoffbeuteluweS Offline
                                          Stoffbeuteluwe Project Sponsor @Mykle1
                                          last edited by

                                          @Mykle1 thanks 🙏

                                          Mykle1M 1 Reply Last reply Reply Quote 0
                                          • Mykle1M Offline
                                            Mykle1 Project Sponsor Module Developer @Stoffbeuteluwe
                                            last edited by Mykle1

                                            @Stoffbeuteluwe

                                            This is a quote from their website. Upper left of the page. https://www.usno.navy.mil/USNO/astronomical-applications/data-services

                                            The USNO websites aa.usno.navy.mil, ad.usno.navy.mil, aristarchus.usno.navy.mil, maia.usno.navy.mil, rorf.usno.navy.mil, toshi.usno.navy.mil, and tycho.usno.navy.mil are undergoing modernization efforts. The expected completion of the work and the estimated return of service is Fall 2020, subject to change due to potential impacts of COVID-19.

                                            Create a working config
                                            How to add modules

                                            qu1queQ StoffbeuteluweS T 3 Replies Last reply Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 6
                                            • 7
                                            • 8
                                            • 13
                                            • 14
                                            • 6 / 14
                                            • 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