Bugsounet Coding

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular

    Solved Custom chimes/image not working

    Issues
    2
    4
    49
    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.
    • ?
      A Former User last edited by

      Hi all

      I have an issue that the custom chimes are not working if i place it in the config file as seen in the image. Same issue with the custom .gif files.
      All files are in the MMM-GoogleAssistant/recources folder. the files work when i rename them to the default value but not in the config.
      Is there something i missed all help is appreciated.

      Jens

      087f0ed6-9f79-4a08-83c3-c6731ceace42-image.png

      1 Reply Last reply Reply Quote 0
      • bugsounet
        bugsounet Main Coder last edited by

        hi,

        There is some mismake in your config.

        You have make this:

        {
          module: "MMM-GoogleAssistant",
          position: "top_left",
          configDeepMerge: true,
          config: {
            assistantConfig: {
              responseConfig: {
                chimes: {},
                imgStatus: {},
              },
            },
            ...
        

        and must be this:

        {
          module: "MMM-GoogleAssistant",
          position: "top_left",
          configDeepMerge: true,
          config: {
            assistantConfig: {
              ...
            },
            responseConfig: {
              chimes: {},
              imgStatus: {},
            },
           ...
        

        correct your config with using template and retry 🙂

        ? 1 Reply Last reply Reply Quote 0
        • ?
          A Former User @bugsounet last edited by

          @bugsounet 😬 Thanks so stupid mistake. I’ve already gone through that template a few times and didn’t notice.

          1 Reply Last reply Reply Quote 0
          • bugsounet
            bugsounet Main Coder last edited by

            no problem, the main thing is that it is solved!

            Happy use 😉

            1 Reply Last reply Reply Quote 0
            • First post
              Last post
            Powered by NodeBB | @bugsounet ©2022