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

I can not change module name for MMM-JsonTable

Scheduled Pinned Locked Moved Troubleshooting
3 Posts 2 Posters 378 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 Aug 7, 2020, 9:19 PM Aug 7, 2020, 9:17 PM

    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 Aug 7, 2020, 9:27 PM Reply Quote 0
    • S Offline
      sdetweil @emrah_asl
      last edited by sdetweil Aug 7, 2020, 9:39 PM Aug 7, 2020, 9:27 PM

      @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 Aug 7, 2020, 9:42 PM Reply Quote 0
      • E Offline
        emrah_asl @sdetweil
        last edited by Aug 7, 2020, 9:42 PM

        @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
        1 / 1
        • First post
          1/3
          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