• 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 362.1k 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.
  • J Offline
    Johans @Mykle1
    last edited by Nov 9, 2018, 9:34 AM

    @mykle1 said in MMM-Lunartic:

    "
    nl translation

    “New Moon - No visible moon”: “Nieuwe Maan - Niet zichtbaar”,
    "The last full moon was ": “Laatste volle Maan was”,

    Thanks for updating this nice module.

    M 1 Reply Last reply Nov 9, 2018, 11:51 AM Reply Quote 0
    • M Offline
      Mykle1 Project Sponsor Module Developer @Johans
      last edited by Nov 9, 2018, 11:51 AM

      @johans said in MMM-Lunartic:

      Thanks for updating this nice module.

      You’re welcome, mate. Thanks for helping out. I’ll add these to the nl.json file tonight. Off to work! TGIF!

      Create a working config
      How to add modules

      1 Reply Last reply Reply Quote 0
      • P Offline
        Pr05t3n @Mykle1
        last edited by Nov 9, 2018, 4:49 PM

        @mykle1
        Partly working actually.
        Månen är nu 2 dagar gammal correct
        Månen är 4% illuminated(belyst) illuminated is wrong
        Waxing crescent moon not ok
        Distance from Earth`s core not ok
        Distance from sun not ok
        Nästa fullmåne är correct
        Nästa nymåne är correct

        “New Moon - No visible moon”: “Nymåne - Ingen synlig måne”,

        and

        "The last full moon was ": “Sista fullmånen var”,

        I Will come back with answer of your request tomorrow
        Thanks for the support

        M 1 Reply Last reply Nov 9, 2018, 10:51 PM Reply Quote 0
        • M Offline
          Mykle1 Project Sponsor Module Developer @Pr05t3n
          last edited by Nov 9, 2018, 10:51 PM

          @pr05t3n

          You could have done the translation in the time it took you to write that post. ;-)

          Create a working config
          How to add modules

          1 Reply Last reply Reply Quote 0
          • P Offline
            Pr05t3n @Mykle1
            last edited by Nov 10, 2018, 8:45 AM

            @mykle1 said in MMM-Lunartic:

            {
            "Distance from Earth’s core = ": "Avstånd från jordens kärna = ",
            "Distance from sun = ": "Avstånd från solen = ",
            "The next full moon is ": "Nästa fullmåne är ",
            "The next new moon is ": "Nästa nymåne är ",
            "The current moon is ": "Månen är nu ",
            "The moon is “: “Månen är “,
            “% illuminated”: " % belyst”,
            " days old”: " dagar gammal”,
            “New Moon Phase”: “Nymåne”,
            “Waxing Crescent Moon”: “Tilltagande skära”,
            “First Quarter Half Moon”: “Halvmåne”,
            “Waxing Gibbous Moon”: “Tilltagande halvmåne”,
            “Full Moon”: “Fullmåne”,
            “Waning Gibbous Moon”: “Avtagande halvmåne”,
            “Third Quarter Half Moon”: “Halvmåne”,
            “Waning Crescent Moon”: “Avtagande skära”,
            “When the Moon hits your eye . . .”: “När månen träffar dina ögon . . .”
            }

            Missunderstood you request, sorry Mykle1

            M 1 Reply Last reply Nov 10, 2018, 9:35 PM Reply Quote 1
            • M Offline
              Mykle1 Project Sponsor Module Developer @Pr05t3n
              last edited by Nov 10, 2018, 9:35 PM

              @pr05t3n said in MMM-Lunartic:

              Missunderstood you request, sorry Mykle1

              No worries, mate. Thanks for the sv translations! :thumbsup:

              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 Mykle1 Nov 10, 2018, 9:43 PM Nov 10, 2018, 9:40 PM

                Download:

                [card:mykle1/MMM-Lunartic]

                Version Update 1.0.4

                Thanks to @Johans and @Pr05t3n for their translations into nl and sv, respectively. My thanks to you both. :thumbsup:

                git pull in the MMM-Lunartic directory or install as per the readme

                Create a working config
                How to add modules

                Q 1 Reply Last reply Nov 13, 2018, 10:46 PM Reply Quote 0
                • Q Offline
                  qu1que Project Sponsor @Mykle1
                  last edited by Nov 13, 2018, 10:46 PM

                  @mykle1

                  Hi! I really like this module! It’s so cool!! I’ve just recently updated it to the last version, and I can’t wait for next full moon to hear the wolf audio. I have one doubt about it, when that sound it will be played? Ramdomly or how?

                  Thanks!

                  M 2 Replies Last reply Nov 14, 2018, 12:57 AM Reply Quote 0
                  • M Offline
                    Mykle1 Project Sponsor Module Developer @qu1que
                    last edited by Mykle1 Nov 14, 2018, 1:42 AM Nov 14, 2018, 12:57 AM

                    @qu1que

                    Thank you for your kind words. :thumbsup:

                    1. Config entry for MMM-Lunartic, sounds must be set to yes. Example -> sounds: "yes",

                    2.For rotating mode, depending on your rotateInterval, the sound will play each time the full moon element is reached. There are 7 elements.

                    Example:

                    My rotateInterval: 30 * 1000, . That’s 30 seconds, times each element to be displayed, because the sound file will only play when the full moon element is displayed. So,

                    The formula will be 7 X your rotateInterval
                    30 X 7 = 3:30 (that’s 3 minutes 30 seconds) in this case.

                    You can substitute your own sound file if you have one you like better.

                    EDIT:

                    If you are using mode: "static", the sound will play each time the config updateInterval: 3 * 60 * 1000, is reached. In this case, 3 minutes.

                    Create a working config
                    How to add modules

                    1 Reply Last reply Reply Quote 0
                    • P Offline
                      Pr05t3n
                      last edited by yawns Nov 15, 2018, 3:32 PM Nov 14, 2018, 5:25 PM

                      Need some help with moon animation.
                      No moon visible for me.

                      module: 'MMM-Lunartic',
                              position: 'bottom_center', // Best in left, center, or right regions
                              config: {
                                  mode: "rotating", // rotating or static
                                  image: "current", // animation, current, DayNight or static
                                  distance: "km", // miles or km
                      	    sounds: "yes", // 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: "300px",
                                  animationSpeed: 0,
                                  rotateInterval: 15000,
                      
                      M 1 Reply Last reply Nov 15, 2018, 1:00 AM Reply Quote 0
                      • 1
                      • 2
                      • 5
                      • 6
                      • 7
                      • 8
                      • 9
                      • 26
                      • 27
                      • 7 / 27
                      7 / 27
                      • First post
                        66/266
                        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