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-SimpleTides stuck on loading

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    10 Posts 3 Posters 2.0k 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.
    • S Offline
      sdetweil @Chritix
      last edited by

      @Chritix loading means the hard coded startup message is there, but no new data has come in

      open the developers console on the mirror,. ctrl-shift-i, select the console tab, and scroll up to see any errors (usually in red text)

      Sam

      How to add modules

      learning how to use browser developers window for css changes

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

        I’ve also tried to install MMM-Worldtides.
        It throws back an error saying: please set the correct worldtides.info appid in the config.
        I’ve copy and pasted the apps for worldtides.info, I have 100 credits.
        the format is ----*******
        I’ve tried removing the dashes but no change. I’ve put the apps in both config and worldtides.js, no change.
        Thank you for any help given.

        S 1 Reply Last reply Reply Quote 0
        • S Offline
          sdetweil @Chritix
          last edited by

          @Chritix should never edit the module.js

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          C 1 Reply Last reply Reply Quote 0
          • C Offline
            Chritix @sdetweil
            last edited by

            This post is deleted!
            1 Reply Last reply Reply Quote 0
            • C Offline
              Chritix @sdetweil
              last edited by

              @sdetweil Failed to load resource: the server responded with a stats of 400( )

              S 1 Reply Last reply Reply Quote 0
              • S Offline
                sdetweil @Chritix
                last edited by

                @Chritix sounds like the url or the key is wrong…

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                C 1 Reply Last reply Reply Quote 0
                • C Offline
                  Chritix @sdetweil
                  last edited by

                  @sdetweil Yeah thats what I was leaning on. Is there a dfference between APPID and APIKEY? If the module requests one and the provider gives another, is there a translation?

                  I copied an pasted the key given, plugged it in. The format was different then the weather api used (one long string). This one has dashes within it, would that bug out the coding language used?

                  S Mykle1M 2 Replies Last reply Reply Quote 0
                  • S Offline
                    sdetweil @Chritix
                    last edited by

                    @Chritix no idea. Every API process is different.

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

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

                      @Chritix

                      Once you’ve signed in to your WorldTides account you have access to your settings (https://www.worldtides.info/settings) which will show your API Key. The API Key is in this format. At least, mine is.

                      12345678-1234-1234-1234-1234567890XX.

                      MMM-SimpleTides is sort of deprecated, in that it has been incorporated into MMM-SORT. However, it should still be working. Now, MMM-SORT does everything SimpleTides does. It has better options for the user. I just fired it up and it is working as expected.

                      EDIT

                      I just ran MMM-SimpleTides. It also fires right up

                      {
                      	disabled: false,
                      	module: "MMM-SimpleTides",
                      	position: "bottom_left",
                      	config: {
                      		apiKey: "12345678-1234-1234-1234-1234567890XX",          // free from https://www.worldtides.info/developer
                      		lat: "40.111111",                // your latitude
                      		lon: "-74.111111",               // your longitude
                      		height: "ft",                    // ft = feet, m = meters
                      		useHeader: false,                // False if you don't want a header
                      		header: "",                      // Change in config file. useHeader must be true
                      		maxWidth: "300px",
                      		animationSpeed: 3000,            // fade speed
                      		rotateInterval: 15 * 1000,       // seconds between tides displayed
                      	}
                      },
                      

                      Create a working config
                      How to add modules

                      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