• Categories
    • Recent
    • Tags
    • Popular
    • Register
    • Login

    I can't add a widget to a dashboard

    Scheduled Pinned Locked Moved General Discussion
    21 Posts 2 Posters 3.4k Views 1 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.
    • jkandasaJ Offline
      jkandasa @TomG
      last edited by jkandasa

      @tomg can you give the following details? Status >> About
      Clear cache once, https://forum.mycontroller.org/topic/47/gui-caching-issue-problem

      T 1 Reply Last reply Reply Quote 0
      • T Offline
        TomG @jkandasa
        last edited by

        @jkandasa said in I can't add a widget to a dashboard:

        @tomg can you give the following details? Status >> About
        Clear cache once, https://forum.mycontroller.org/topic/47/gui-caching-issue-problem

        I don't see a "Status/About" in Firefox or Chrome. However, the Firefox "Help/About Firefox" shows "Firefox Quantum 61.0.1 (64-bit)" and the Chrome "Help/About Google Chrome" shows "Version 68.0.3440.75 (Official Build) (64-bit)". Is that the info. you wanted?

        I cleared the Chrome cash as you described in the forum, but that didn't solve the problem. I also cleared the cached in Firefox (Options/Privacy & Security/Cookies and Site Data/Clear Data/Cached Web Content), but that didn't solve the problem.

        MyController 1.4.0.Final on a Raspberry Pi 3+ running Raspbian Stretch
        MySensors 2.3.0 Serial Gateway

        jkandasaJ 1 Reply Last reply Reply Quote 0
        • jkandasaJ Offline
          jkandasa @TomG
          last edited by

          @tomg I am sorry, I asked to see Status >> About in MyController page.

          0_1533267411287_6547ce9d-7b1c-4bd1-953e-0bbec72fb8ba-image.png

          T 1 Reply Last reply Reply Quote 0
          • T Offline
            TomG @jkandasa
            last edited by

            @jkandasa said in I can't add a widget to a dashboard:

            @tomg I am sorry, I asked to see Status >> About in MyController page.

            0_1533267411287_6547ce9d-7b1c-4bd1-953e-0bbec72fb8ba-image.png

            Here it is:

            
            MyController
            
            Version
                1.3.0.Final
            Database schema revision
                1.04.03 - 2018 Jul 01
            Database type
                H2 database embedded
            Database version
                1.4.194 (2017-03-10)
            Git commit:branch
                e1a31b7751172fe8a910424891c927a533b7c232:master
            Built on
                2018-07-30T11:46:48+0530
            Build JDK
                1.8.0_172
            Build tool
                Apache Maven 3.5.0
            
            Java virtual machine specification
            
            VM vendor
                Oracle Corporation
            VM name
                Java HotSpot(TM) Client VM
            VM version
                1.8.0_172-b11
            Java home
                /opt/jdk1.8.0_172/jre
            
            Operating system
            
            Operating system
                Linux
            Architecture
                arm
            Version/Kernel
                4.14.52-v7+
            Location
                /home/pi/mycontroller/
            
            

            I hope you see something I can fix!

            MyController 1.4.0.Final on a Raspberry Pi 3+ running Raspbian Stretch
            MySensors 2.3.0 Serial Gateway

            jkandasaJ 1 Reply Last reply Reply Quote 0
            • jkandasaJ Offline
              jkandasa @TomG
              last edited by

              @tomg I do not see all default configurations only.
              Can you check network tab and console tab when you save your changes on the dashboard?

              T 1 Reply Last reply Reply Quote 0
              • T Offline
                TomG @jkandasa
                last edited by

                @jkandasa said in I can't add a widget to a dashboard:

                @tomg I do not see all default configurations only.
                Can you check network tab and console tab when you save your changes on the dashboard?

                In the Chrome browser I did the right-click/Inspect, then Console tab, and all I see is this error:

                Google Maps JavaScript API warning: NoApiKeys https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys
                

                There were no new messages in the Console tab when I saved a new widget, that subsequently disappeared when changing between dashboards.

                The Network tab has a lot of stuff in it and I'm not sure what to look for. Here is a screenshot of the top of the data (it scrolls down a long way):

                0_1533290801484_2018-08-03 18_03_11-MyController.org - The Open Source Controller.jpg

                MyController 1.4.0.Final on a Raspberry Pi 3+ running Raspbian Stretch
                MySensors 2.3.0 Serial Gateway

                jkandasaJ 1 Reply Last reply Reply Quote 0
                • jkandasaJ Offline
                  jkandasa @TomG
                  last edited by

                  @tomg ok, I do not see any issue on this console. I do not get the root cause of this issue. can you send your database to my email address? jkandasa at gmail dot com

                  T 1 Reply Last reply Reply Quote 0
                  • T Offline
                    TomG @jkandasa
                    last edited by

                    @jkandasa said in I can't add a widget to a dashboard:

                    @tomg ok, I do not see any issue on this console. I do not get the root cause of this issue. can you send your database to my email address? jkandasa at gmail dot com

                    I just emailed you my database. It isn't too big (1.6mb).

                    Thanks much for looking into this problem!

                    MyController 1.4.0.Final on a Raspberry Pi 3+ running Raspbian Stretch
                    MySensors 2.3.0 Serial Gateway

                    1 Reply Last reply Reply Quote 0
                    • jkandasaJ Offline
                      jkandasa
                      last edited by

                      @TomG Thanks for the database, I found the issue and created a ticket in GitHub to track.

                      https://github.com/mycontroller-org/mycontroller/issues/462

                      T 1 Reply Last reply Reply Quote 0
                      • T Offline
                        TomG @jkandasa
                        last edited by

                        @jkandasa said in I can't add a widget to a dashboard:

                        @TomG Thanks for the database, I found the issue and created a ticket in GitHub to track.

                        https://github.com/mycontroller-org/mycontroller/issues/462

                        Thank you very much for your hard work on this. Is there anything I can do to work around this problem (other than making additional dashboards, or simplify my custom button widgets)?

                        I know nothing about Java programming, but it appears the solution is to increase the size of the VALUE2 array or to make it dynamically sized (if possible). Could you make the size of this array a setting so everyone that doesn't have this problem won't have to pay the price of the additional memory that this fix will require (and it wouldn't be a hard coded size that someone will run into sooner or later)? Perhaps the additional memory isn't that big of an issue.

                        MyController 1.4.0.Final on a Raspberry Pi 3+ running Raspbian Stretch
                        MySensors 2.3.0 Serial Gateway

                        jkandasaJ 1 Reply Last reply Reply Quote 0
                        • jkandasaJ Offline
                          jkandasa @TomG
                          last edited by jkandasa

                          @tomg Thank you! For now no workaround, other than creating a new dashboard.
                          I plan to take off dashboard configuration from the database(keep it as a JSON file.). This option will remove this restriction.

                          T 1 Reply Last reply Reply Quote 0
                          • T Offline
                            TomG @jkandasa
                            last edited by

                            @jkandasa said in I can't add a widget to a dashboard:

                            @tomg Thank you! For now no workaround, other than creating a new dashboard.
                            I plan to take off dashboard configuration from the database(keep it as a JSON file.). This option will remove this restriction.

                            ☺ :clapping_hands_medium-light_skin_tone: :clapping_hands_medium-light_skin_tone: :clapping_hands_medium-light_skin_tone:

                            MyController 1.4.0.Final on a Raspberry Pi 3+ running Raspbian Stretch
                            MySensors 2.3.0 Serial Gateway

                            jkandasaJ 1 Reply Last reply Reply Quote 0
                            • jkandasaJ Offline
                              jkandasa @TomG
                              last edited by jkandasa

                              @tomg I have added fix for this issue and this change is available in the SNAPSHOT version. Kindly check it on this version and let me know.
                              Thank you!

                              NOTE: Once you upgrade, you cannot go back to the previous version(without old backup)

                              T 1 Reply Last reply Reply Quote 0
                              • T Offline
                                TomG @jkandasa
                                last edited by TomG

                                @jkandasa said in I can't add a widget to a dashboard:

                                @tomg I have added fix for this issue and this change is available in the SNAPSHOT version. Kindly check it on this version and let me know.
                                Thank you!

                                NOTE: Once you upgrade, you cannot go back to the previous version(without old backup)

                                The snapshot worked great! I was able to combine my two dashboards (that I made to work around the problem) into one dashboard without any problems.

                                Is the dashboard configuration in a JSON file available somewhere?

                                This issue was important to me not for just one dashboard, but I plan to have several dashboards of similar complexity and artificially splitting up dashboards made the user interface more complex and confusing.

                                I'm surprised I'm the first person to report this problem. Perhaps other people just lived with the limitation and added dashboards or I'm pushing the boundaries on custom button widgets.

                                I'd like to point out to everyone listening, that about one week after I reported a problem, the developer provided a fix. I certainly wouldn't expect this level of service all the time, but this is a level of service you won't see from most commercial products. I'll definitely support MyController.org (and MySensors.org) with an annual donation. You should support them too if you find value in these products. I'm sure any amount would be appreciated. FYI, I don't have any connection to these two organizations other than as a satisfied user.

                                MyController 1.4.0.Final on a Raspberry Pi 3+ running Raspbian Stretch
                                MySensors 2.3.0 Serial Gateway

                                jkandasaJ 1 Reply Last reply Reply Quote 1
                                • jkandasaJ Offline
                                  jkandasa @TomG
                                  last edited by

                                  @tomg Thank you for your support! 👍
                                  Please note: I am working on this project in my spare time. Sometimes you may expect a long delay.

                                  Back to the main query:
                                  Yes, At this time we have dashboard configuration in two places,

                                  1. Database - Keeps dashboard name and root layout details
                                  2. JSON file - Keeps widget configurations

                                  This JSON file will be kept under myconteller/conf/resources/dashboards/, NOTE: You should not change the file name.

                                  T 1 Reply Last reply Reply Quote 0
                                  • T Offline
                                    TomG @jkandasa
                                    last edited by

                                    @jkandasa It doesn't look like I'll be editing either of these to dashboard configuration sources by hand. :smiling_face_with_open_mouth_smiling_eyes:

                                    Thanks again for your hard work. I'm look forward to the final release of 1.4.0.

                                    MyController 1.4.0.Final on a Raspberry Pi 3+ running Raspbian Stretch
                                    MySensors 2.3.0 Serial Gateway

                                    jkandasaJ 1 Reply Last reply Reply Quote 1
                                    • jkandasaJ Offline
                                      jkandasa @TomG
                                      last edited by

                                      @tomg 12 hours ago I have updated a patch to fix dashboard deletion issue, Kindly move to the latest SNAPSHOT version.

                                      T 1 Reply Last reply Reply Quote 0
                                      • T Offline
                                        TomG @jkandasa
                                        last edited by

                                        @jkandasa Thanks much.

                                        MyController 1.4.0.Final on a Raspberry Pi 3+ running Raspbian Stretch
                                        MySensors 2.3.0 Serial Gateway

                                        1 Reply Last reply Reply Quote 0
                                        • First post
                                          Last post

                                        0

                                        Online

                                        589

                                        Users

                                        529

                                        Topics

                                        3.4k

                                        Posts
                                        Copyright © 2015-2025 MyController.org | Contributors | Localization