Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    I can not change module name for MMM-JsonTable

    Troubleshooting
    2
    3
    18
    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
      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
        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…

        E 1 Reply Last reply Reply Quote 0
        • E
          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
          • 1 / 1
          • First post
            Last post
          Enjoying MagicMirror? Please consider a donation!
          MagicMirror created by Michael Teeuw.
          Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
          This forum is using NodeBB as its core | Contributors
          Contact | Privacy Policy