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.

    I can not change module name for MMM-JsonTable

    Scheduled Pinned Locked Moved Troubleshooting
    3 Posts 2 Posters 710 Views 2 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.
    • E Offline
      emrah_asl
      last edited by emrah_asl

      Hi everyone, I insttaled that module , it works fine thanks for author.

      But I need to change module name from “MMM-JsonTable” to “MMMJsonTestKits”

      I foloowed that steps but couldnt get it, after changes module says “awaiting data” but when i revert changes , that works fine,

      Changed config array module
      `{
      module: ‘MMMJsonTestKits’,
      position: ‘bottom_left’,
      header: ‘Test Result’,
      config: {
      url: ‘https://spreadsheets.google.com/feeds/list/1dVwsdP3K49XGTaixhTTzuybEz4nFubtQzB_Qa32c4ZM/2/public/values?alt=json’,
      arrayName: ‘entry’

      }
      2- changed /module directory name to `MMMJsonTestKits
      3- Change Js name to “MMMJsonTestKits.js”
      4- Inside the Js, changed register module name to “MMMJsonTestKits”

      Module.register(“MMMJsonTestKits”, {

      I 'didn’t touch node_helper.js send and get socket labels.

      when I run the code , it didn’t work. (show loading)

      What is wrong with me guys?

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

        @emrah_asl all good steps, do please recheck, Linux is case sensitive. so recheck each place to make sure they are all the same…

        open the developers console, using ctrl-shift-i on the MM keyboard, select the console tab, and scroll up to see any errors, (usually red text)… you should see a 401 error if the folder/filename is wrong…

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        E 1 Reply Last reply Reply Quote 0
        • E Offline
          emrah_asl @sdetweil
          last edited by

          @sdetweil

          You absolutely right , there is no error it takes time, when I wait 5 minutes it worked properly.

          Now I have go back my other problem (remotefile.json) thanks @sdetweil ! I will create another post

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