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

Scheduled Pinned Locked Moved Development
14 Posts 3 Posters 3.5k 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.
  • C Offline
    chassain 0
    last edited by Nov 7, 2019, 10:02 AM

    0_1573120925037_aurora.png

    1 Reply Last reply Reply Quote 0
    • M Offline
      Mykle1 Project Sponsor Module Developer @chassain 0
      last edited by Nov 7, 2019, 8:20 PM

      @chassain-0 said in Mmm aurora:

      Is it possible to have animation video for this module like i see on the website noaa.gov ?

      What animation video are you talking about? That link brings me the NOAA homepage where there is no video. :-/

      Create a working config
      How to add modules

      M 1 Reply Last reply Nov 7, 2019, 8:21 PM Reply Quote 0
      • M Offline
        Mykle1 Project Sponsor Module Developer @Mykle1
        last edited by Mykle1 Nov 7, 2019, 8:22 PM Nov 7, 2019, 8:21 PM

        Send a better link

        Create a working config
        How to add modules

        C 1 Reply Last reply Nov 7, 2019, 8:44 PM Reply Quote 0
        • C Offline
          chassain 0 @Mykle1
          last edited by Nov 7, 2019, 8:44 PM

          @Mykle1 https://www.swpc.noaa.gov/

          M 2 Replies Last reply Nov 7, 2019, 9:56 PM Reply Quote 0
          • M Offline
            Mykle1 Project Sponsor Module Developer @chassain 0
            last edited by Mykle1 Nov 7, 2019, 9:58 PM Nov 7, 2019, 9:56 PM

            @chassain-0

            Ok, so this is the source of the animation.

            https://services.swpc.noaa.gov/products/animations/ovation-north.json

            Basically, it’s an animated jpg. made from alot of seperate jpg files. I think that any Pi will struggle to handle this smoothly. From what I gather from looking at the animation is that you’re seeing a representation of the past 20 hours up to nearly the present. The way the module works now is that it retrieves only the most current image as it is the most relevant.

            Give me some time and I will take a look at incorporating that link into the module but don’t expect it to run as smoothly as it does from your desktop PC.

            Or, you could fork the repo and make the changes yourself and send a PR to the repo.

            Create a working config
            How to add modules

            1 Reply Last reply Reply Quote 0
            • M Offline
              Mykle1 Project Sponsor Module Developer @chassain 0
              last edited by Nov 8, 2019, 1:36 AM

              @chassain-0

              In the repo conversation, you said, “it’s working when i change adress to see /animation/enlil :)”. Can you give me the entire url because I can’t seem to make that work.

              Create a working config
              How to add modules

              C 1 Reply Last reply Nov 8, 2019, 7:07 AM Reply Quote 0
              • C Offline
                chassain 0 @Mykle1
                last edited by Nov 8, 2019, 7:07 AM

                @Mykle1
                hello mykle…i added some parameters for my magicmirror interessting for my work with your module…

                if (this.config.pole === "north") {
                          this.url = 'https://services.swpc.noaa.gov/images/animations/ovation-north/latest.jpg';
                    } else if (this.config.pole === "south"){
                          this.url = 'https://services.swpc.noaa.gov/images/animations/ovation-south/latest.jpg';
                        } else if (this.config.pole === "solar"){
                          this.url = 'https://services.swpc.noaa.gov/images/animations/enlil/latest.jpg';
                    } else if (this.config.pole === "coronal"){
                          this.url = 'https://services.swpc.noaa.gov/images/animations/lasco-c3/latest.jpg';
                    } else if (this.config.pole === "sunX"){
                          this.url = 'https://services.swpc.noaa.gov/images/animations/GOES-14-CS-PTHNA-0.4/latest.png';
                        }
                
                M 2 Replies Last reply Nov 9, 2019, 2:03 AM Reply Quote 0
                • M Offline
                  Mykle1 Project Sponsor Module Developer @chassain 0
                  last edited by Nov 9, 2019, 2:03 AM

                  @chassain-0

                  I’ll add it to the module if you like. I asked you to send a PR to the repo if you wanted it incorporated into the module but I don’t see a PR waiting for me. I’m glad you are interested in the module. Let me know how you want me to proceed. :thumbsup:

                  Create a working config
                  How to add modules

                  C 1 Reply Last reply Nov 9, 2019, 8:09 AM Reply Quote 0
                  • C Offline
                    chassain 0 @Mykle1
                    last edited by Nov 9, 2019, 8:09 AM

                    @Mykle1
                    My request is more about the animation. i know the difficult to have this. Maybe not the 20 hours before if raspberry can’t run . the other parameters is for my work. i send you a PR and you will decide but it’s not really mmm Aurora.

                    1 Reply Last reply Reply Quote 0
                    • M Offline
                      Mykle1 Project Sponsor Module Developer @chassain 0
                      last edited by Nov 10, 2019, 4:21 PM

                      @chassain-0

                      I think I’ll add the solar, coronal and sunX options that you’ve provided above but forgo the animation at this time. I’ll work on it tonight. :thumbsup:

                      Create a working config
                      How to add modules

                      C 1 Reply Last reply Nov 10, 2019, 4:32 PM Reply Quote 0
                      • 1
                      • 2
                      • 1 / 2
                      1 / 2
                      • First post
                        6/14
                        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