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

MMM-Lunartic

Scheduled Pinned Locked Moved Education
266 Posts 30 Posters 355.3k 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.
  • E Offline
    Egnos
    last edited by Egnos Mar 5, 2020, 5:00 PM Mar 5, 2020, 5:00 PM

    HI @Mykle1
    I don’t know why but the module started working!
    I have some questions:

    • How should I modify the config.js to not display the image of the moon but only the text?

    • I am Italian, how can I translate the text?

    • If you want to use “Hello Lucy” to call up the page with my voice, could you recommend a good microphone?

    Thank you so much for your patience.:winking_face:

    My Mirror https://forum.magicmirror.builders/topic/17262/the-raspimirror-was-born/7

    M 1 Reply Last reply Mar 6, 2020, 1:24 AM Reply Quote 0
    • M Offline
      Mykle1 Project Sponsor Module Developer @Egnos
      last edited by Mar 6, 2020, 1:24 AM

      @Egnos said in MMM-Lunartic:

      don’t know why but the module started working!

      Uhh, I don’t know why either.

      How should I modify the config.js to not display the image of the moon but only the text?

      Well, you can achieve that this way. Add this to you custom.css file:

      .MMM-Lunartic img.photo {
        display: none;
      }
      

      I am Italian, how can I translate the text?

      You can contribute to this module by replacing the Spanish in the following file with Italian. I will then add it to the module. By doing so, you make Italian available to everyone that uses this module.

      {
      "Distance from Earth's core = ": "Distancia desde la Tierra: ",
      "Distance from sun = ": "Distancia desde el Sol: ",
      "The next full moon is ": "Próxima Luna llena ",
      "The next new moon is ": "Próxima Luna nueva: ",
      "The current moon is ": "La fase actual lleva ",
      "The moon is ": "Esta Luna está  ",
      "% illuminated": "% iluminada",
      " days old": " dias transcurridos",
      "New Moon Phase": "Luna Nueva",
      "Waxing Crescent Moon": "Luna Creciente",
      "First Quarter Half Moon": "Primer cuarto de media luna",
      "Waxing Gibbous Moon": "Luna creciente Gibosa",
      "Full Moon": "Luna Llena",
      "Waning Gibbous Moon": "Luna Gibosa menguante",
      "Third Quarter Half Moon": "Tercer cuarto de Media Luna",
      "Waning Crescent Moon": "Luna creciente menguante",
      "When the Moon hits your eye . . .": "Cuando la Luna ilumina tus ojos . . ."
      }
      

      If you want to use “Hello Lucy” to call up the page with my voice, could you recommend a good microphone?

      Are you using a Pi? I think the PSEye cam works well from what I’ve read here. I really don’t know. I don’t use Pi’s any longer.

      Create a working config
      How to add modules

      1 Reply Last reply Reply Quote 0
      • E Offline
        Egnos
        last edited by Egnos Mar 9, 2020, 11:16 AM Mar 9, 2020, 10:52 AM

        For you:

        {
        "Distance from Earth's core = ": "Distanza dal nucleo della Terra",
        "Distance from sun = ": "Distanza dal Sole",
        "The next full moon is ": "La prossima Luna piena è",
        "The next new moon is ": "La prossima Luna nuova è",
        "The current moon is ": "La fase lunare corrente è",
        "The moon is ": "La Luna è",
        "% illuminated": "% illuminata",
        " days old": "Giorni trascorsi",
        "New Moon Phase": "Luna Nuova",
        "Waxing Crescent Moon": "Luna Crescente",
        "First Quarter Half Moon": "Primo Quarto di Luna",
        "Waxing Gibbous Moon": "Luna Gibbosa Crescente",
        "Full Moon": "Luna Piena",
        "Waning Gibbous Moon": "Luna Gibbosa Calante",
        "Third Quarter Half Moon": "Ultimo Quarto di Luna",
        "Waning Crescent Moon": "Luna Calante",
        "When the Moon hits your eye . . .": "Quando la Luna illumina i tuoi occhi..."
        }
        

        @Mykle1 said in MMM-Lunartic:

        Are you using a Pi? I think the PSEye cam works well from what I’ve read here. I really don’t know. I don’t use Pi’s any longer.

        No, now for convenience I’m using a virtual machine with VirtualBox, could it work?

        My Mirror https://forum.magicmirror.builders/topic/17262/the-raspimirror-was-born/7

        1 Reply Last reply Reply Quote 0
        • M Offline
          Mykle1 Project Sponsor Module Developer
          last edited by Mykle1 Mar 9, 2020, 11:15 PM Mar 9, 2020, 11:12 PM

          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
          • M Offline
            Mykle1 Project Sponsor Module Developer
            last edited by Apr 12, 2020, 2:13 AM

            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

            S 2 Replies Last reply Apr 12, 2020, 7:59 AM Reply Quote 0
            • S Offline
              Stoffbeuteluwe Project Sponsor @Mykle1
              last edited by Apr 12, 2020, 7:59 AM

              @Mykle1 Super… thanks Mykle

              1 Reply Last reply Reply Quote 0
              • S Offline
                Stoffbeuteluwe Project Sponsor @Mykle1
                last edited by Apr 12, 2020, 8:00 AM

                This post is deleted!
                1 Reply Last reply Reply Quote 0
                • M Offline
                  Mykle1 Project Sponsor Module Developer
                  last edited by May 1, 2020, 8:07 PM

                  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
                  • M Offline
                    Mykle1 Project Sponsor Module Developer
                    last edited by May 2, 2020, 12:21 AM

                    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
                    • M Offline
                      Mykle1 Project Sponsor Module Developer
                      last edited by May 2, 2020, 1:22 AM

                      From the USNO website.

                      usno.png

                      :(

                      Create a working config
                      How to add modules

                      S S 2 Replies Last reply May 2, 2020, 1:54 AM Reply Quote 0
                      • 1
                      • 2
                      • 20
                      • 21
                      • 22
                      • 23
                      • 24
                      • 25
                      • 26
                      • 27
                      • 22 / 27
                      • 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