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.

    Developing USGS Earthquake Map (2MB Gif Warning)

    Scheduled Pinned Locked Moved Development
    8 Posts 3 Posters 5.2k 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.
    • lolobyteL Offline
      lolobyte @croxis
      last edited by

      @croxis

      your link “Here is my current code…” https://github.com/croxis/MMM-earthquakes

      and the Module is named “Module planetrise” with this Code:

      {
      module: ‘planetrise’,
      position: ‘top_right’, // This can be any of the regions.
      header: ‘PLanet Rise’,
      config: { // Place the latitude and longitude of your mirror
      latitude: 45.5,
      longitude: -122.38,
      // A dictiory of the bodies and unicode character for the symbol
      // This is the default and does not need to be listed.
      // A full list of bodies can be seen on line 1359 in astronomy.js
      // Note: Trying to find the rise time of Earth will crash the Module
      bodies: {‘Sun’: ‘☉’,
      ‘Moon’: ‘☽’,
      ‘Mercury’: ‘☿’,
      ‘Venus’: ‘♀’,
      ‘Mars’: ‘♂’,
      ‘Jupiter’: ‘♃’,
      ‘Saturn’: ‘♄’,
      }
      }

      This Module is the confic.js entry for “Module planetrise”

      at https://github.com/croxis/planetrise

      The i ask again, where can i find your earthquake Module?

      strawberry 3.141S 1 Reply Last reply Reply Quote 0
      • strawberry 3.141S Offline
        strawberry 3.141 Project Sponsor Module Developer @lolobyte
        last edited by

        @croxis there is a problem with namespace in your module, either you rename your github repository to earthquakes or you change your module js file to MMM-earthquakes.js and in there the registering name as well

        and in your config you will fetch every 30 seconds not 5 minutes by default and for update its currently 12 secs

        @lolobyte config options are currently

        fetchInterval: 0.5 * 60 * 1000, // How often to fetch from USGS, which updates their feeds every five minutes
        rotationSpeed: 0.01,
        updateInterval: 0.2 * 60 * 1000 /
        

        but the directory name is different to the module name so there is a conflict if you rename the directory to earthquakes
        the config could look like:

        {module: 'earthquakes', position: 'top_right'}
        

        Please create a github issue if you need help, so I can keep track

        1 Reply Last reply Reply Quote 0
        • C Offline
          croxis
          last edited by

          @lolobyte I forgot to change the readme file from one of my other modules. I fixed it.

          @strawberry-3-141 Is the convention to prefix modules with MMM, or is it s stylistic choice? I did a quick fix for the timings (I set them low for debug purposes)

          strawberry 3.141S 1 Reply Last reply Reply Quote 0
          • strawberry 3.141S Offline
            strawberry 3.141 Project Sponsor Module Developer @croxis
            last edited by strawberry 3.141

            @croxis its a stylistic choice, but the module name has to be the same as the directory name

            and in your case the directory will be MMM-earthquakes and the module earthquakes this will cause an error on start

            Also you forgot to mention in the readme that the user has to install the npm module request to get it to work

            Please create a github issue if you need help, so I can keep track

            1 Reply Last reply Reply Quote 0
            • C Offline
              croxis
              last edited by

              Stop our conversations! I have to make a new thread:
              https://forum.magicmirror.builders/topic/1254/developing-usgs-earthquake-map-2mb-gif-warning-topic-2

              1 Reply Last reply Reply Quote 0
              • 1 / 1
              • 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