• Register
    • Login
    • Search

    Unsolved classes

    EXT-Pages
    2
    5
    51
    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.
    • Spac3man
      Spac3man last edited by

      Can classes be added for EXT-Bring as can be done with the Weather Example found in the wiki?

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

        Sure, you can define class on all plug-ins

        With weather, It’s an example 🙂

        My place in France Top committers of Github:
        committers.top badge

        1 Reply Last reply Reply Quote 0
        • Spac3man
          Spac3man last edited by

          I will try and report my results. Thanks bugs!

          1 Reply Last reply Reply Quote 0
          • Spac3man
            Spac3man last edited by

            With the code below, I get this error:
            [ERROR] Already Activated: EXT-Bring. You can’t use Gateway in server mode!

            If I deactivate EXT-Pages, the error still appears.

            If I remove either of the ‘EXT-Bring’ calls, the error does not appear but I lose the display of one of the lists.

            {
                  module: 'EXT-Bring',
                  classes: "BringGroceries", 
                  position: 'top_left',
                  disabled: false,
                  config: {
                    debug: false,
                    listName: 'Groceries',        
                    email: '****@gmail.com',
                    password: '****',
                    lang: 7,
                    columns: 3,
                    maxRows: 5,
                    updateInterval: 30000,
                    showBackground: false,
                    showBox: false,
                    showHeader: true
                  }
                 },  
                  
                {
                  module: 'EXT-Bring',
                  classes: "BringJustin",
                  position: 'bottom_left',
                  disabled: false,
                  config: {
                    debug: false,
                    listName: 'Justin',
                    email: '****@gmail.com',
                    password: '****',
                    lang: 7,
                    columns: 3,
                    maxRows: 5,
                    updateInterval: 30000,
                    showBackground: false,
                    showBox: false,
                    showHeader: true
                  }       
                },
            
               {
                  module: 'EXT-Pages',
                  position: 'bottom_bar',
                  disabled: false,
                  config: {
                    pages: {
                      0:[ "newsfeed", "Weather01", "BringGroceries", "MMM-GoogleAssistant" ],
                      1:[ "BringJustin", "Weather02" ],
                    },  
                    fixed: [ "clock" ],      
                    hiddenPages: {},
                    animateIn: {},
                    animateOut: {},
                    animationTime: 100,
                    rotationTime: 10000,
                    rotationTimes: {},
                    homePage: 0,
                    indicator: true,
                    Gateway: {},
                    loading: 'loading.png'
                  }
                },
            

            I do not know what would be causing the error. Any insight is appreciated

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

              Hi,

              You can’t make this config, EXTs can be only used one time in config.
              You can’t use 2 different config

              My place in France Top committers of Github:
              committers.top badge

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