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-SunRiseSet

    Scheduled Pinned Locked Moved Education
    51 Posts 10 Posters 32.9k Views 10 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.
    • justjim1220J Offline
      justjim1220 Module Developer @Mykle1
      last edited by

      @mykle1 when I did it, it was a mistake! But the outcome was cool!
      It actually froze my dev machine after about 45 minutes!

      "Life's Too Short To Dance With Ugly People"
      Jim Hallock - 1995

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

        @justjim1220

        Jimbo is back! :-)

        Create a working config
        How to add modules

        1 Reply Last reply Reply Quote 0
        • M Offline
          mrdenmark
          last edited by mrdenmark

          i can’t to seem to get some images to show, i just get surise/sunset and time of day,if i select static i get the diagram but nothing with world or map

          {
          	disabled: false,
          	module: "MMM-SunRiseSet",
          	position: "top_left",
          	config: {
          		lat: "-44.57",      // Your latitude (for the data)
          		lng: "168.50",     // Your longitude (for the data)
          		image: "world",          // "world" (animation), "map" (animation), "static" (graph)
          		imageOnly: "no",       // no = all data, yes = only animated world or map
          		dayOrNight: "day",   // "night" approaching, "day" approaching (imageOnly: must be "yes", image: must be "world") 
          		useHeader: false,      // true if you want a header
          		header: "Header",      // useHeader must be true
          		maxWidth: "515px",
              }
          },
          

          0_1573627515134_2019-11-13-194448_1080x1920_scrot.png

          Mykle1M 1 Reply Last reply Reply Quote 0
          • V Offline
            Vauxdvihl
            last edited by

            @Mykle1
            Me too
            I have the same issue
            No images are shown
            Can you please help
            Thanks a lot

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

              @Vauxdvihl
              @mrdenmark said in MMM-SunRiseSet:

              i can’t to seem to get some images to show,

              My apologies.

              The API in use for this module, http://api.usno.navy.mil, is down for maintenance. They have set a date of April, 2020 for completion. This also affects MMM-Lunartic but at least I was able to fashion a fix for that one. Not so in this case.

              Create a working config
              How to add modules

              F V 2 Replies Last reply Reply Quote 0
              • F Offline
                ForeverBrewing @Mykle1
                last edited by

                @Mykle1 So any way of getting rid of the images completely? I’ve tried updating the custom CSS as you have suggested on the issue raised on GitHub but I don’t know how to format it correctly for it to take effect. Thanks in advance!

                F 1 Reply Last reply Reply Quote 0
                • F Offline
                  ForeverBrewing @ForeverBrewing
                  last edited by

                  @ForeverBrewing Ignore this; I have worked it out. The code that you previously prided needs to be placed OUTSIDE of the “body {}”

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

                    @ForeverBrewing said in MMM-SunRiseSet:

                    The code that you previously prided needs to be placed OUTSIDE of the “body {}”

                    It sure does. :thumbsup:

                    Create a working config
                    How to add modules

                    1 Reply Last reply Reply Quote 1
                    • V Offline
                      Vauxdvihl @Mykle1
                      last edited by

                      @Mykle1
                      Thanks for your feedback
                      ok
                      we need to wait…it is a great module for the kids
                      Thanks a lot

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

                        For those that be using MMM-SunRiseSet, please forgive the outage of the API. You can still use the module, albeit without the animated images. You can still use the module without the image by adding this to your custom.css file. This will remove the broken link from appearing.

                        .MMM-SunRiseSet .img {
                          display: none; 
                        }
                        

                        Example along with MMM-EyeCandy. Animation is seamless loop in the module

                        0_1574729538799_srs.gif

                        Create a working config
                        How to add modules

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

                          What is that a brain sucker starving to death? LOL

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

                            @cowboysdude

                            Yessir. :-)

                            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

                              Unfortunately, the api for this module is down for at least a few more months along with MMM-Lunartic. MMM-Lunartic continues to work with a temporary workaround.

                              usno.png

                              Create a working config
                              How to add modules

                              1 Reply Last reply Reply Quote 0
                              • uros76U Offline
                                uros76
                                last edited by

                                Hi. Is there a way to show 24hr format of sunrise and sunset times?

                                By the way, it still works great without images.

                                My magicmirror projects: https://forum.magicmirror.builders/post/79889, https://forum.magicmirror.builders/post/93241 and https://forum.magicmirror.builders/post/94586

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

                                  @uros76

                                  I added a config option timeFormat: "H:mm", // "h:mm a". However, I cannot push the files to github at the moment. github is acting weird. As soon as github cooperates I’ll upload the files. You can use any format you like now. Thanks for the suggestion and the kind words.

                                  sun.png

                                  Create a working config
                                  How to add modules

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

                                    @Mykle1

                                    Ok, I beat github into submission. Do a git pull in the MMM-SunRiseSet directory to get the new files. Take note of the new config option.

                                    Create a working config
                                    How to add modules

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

                                      @Mykle1

                                      Hopefully, the api will be up and running this summer. That is the api’s current projection.

                                      Create a working config
                                      How to add modules

                                      1 Reply Last reply Reply Quote 0
                                      • uros76U Offline
                                        uros76
                                        last edited by uros76

                                        Excellent stuff @Mykle1!!! Thanks for adding 24hr time config option.

                                        My magicmirror projects: https://forum.magicmirror.builders/post/79889, https://forum.magicmirror.builders/post/93241 and https://forum.magicmirror.builders/post/94586

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

                                          @uros76

                                          It was your idea. So, thank you. :thumbsup:

                                          Create a working config
                                          How to add modules

                                          1 Reply Last reply Reply Quote 1
                                          • K Offline
                                            killing joke
                                            last edited by

                                            Does anybody know if the api running again or has further information about it? it have still the mini icon for pictures on my screen :- (

                                            Mykle1M 1 Reply 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
                                            • 2 / 3
                                            • 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