• Register
    • Login
    • Search

    Unsolved limited modules per page?

    EXT-Pages
    3
    10
    34
    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.
    • J
      JonnyAG Donators last edited by JonnyAG

      Hi, I was adding some modules to the pages, and now when I run the MM it stays all black . Here is my config:

      {
            module: 'EXT-Pages',
            position: 'bottom_bar',
            
            disabled: false,
            config: {
              pages: {
      			0: [,
                  'newsfeed',
                  'weather',
                  'MMM-Spotify','MMM-PushBulletNotifications',],
                  
      			1: ['MMM-GoogleTasks',
                  'MMM-Formula1','MMM-soccer'],
      	    2: ['MMM-GmailFeed','MMM-GooglePhotos']
      			},
              fixed: ['clock',
                'MMM-GoogleCalendar',
                ,'EXT-SCREEN','MMM-GoogleAssistant','MMM-SmartTouch'],
              hiddenPages: {},
              animateIn: {},
              animateOut: {},
              animationTime: 1000,
              rotationTime: 0,
              rotationTimes: {},
              homePage: 0,
              indicator: true,
              Gateway: {},
              loading: 'loading.png'
            }
          },
      

      I know it is not from the new modules beacause i already removed them and also changed the EXT-pages config to only one page and is always black

      1 Reply Last reply Reply Quote 0
      • jeff
        jeff Donators last edited by

        Salut
        Je ne suis pas un spécialiste comme bugsounet mais il me semble la virgule n’a rien a faire là
        0: [,
        😉

        1 Reply Last reply Reply Quote 0
        • J
          JonnyAG Donators last edited by

          hi, it wasn’t because of that. I don’t know what caused the error but i reinstalled it and now it seems fine 🙂

          1 Reply Last reply Reply Quote 0
          • jeff
            jeff Donators last edited by

            Parfait alors 😉

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

              corrected with this

              {
                module: 'EXT-Pages',
                position: 'bottom_bar',
                disabled: false,
                config: {
                pages: {
                  0: [
                    'newsfeed',
                    'weather',
                    'MMM-Spotify',
                    'MMM-PushBulletNotifications'
                  ],
                  1: [
                    'MMM-GoogleTasks',
                    'MMM-Formula1',
                    'MMM-soccer'
                  ],
                  2: [
                    'MMM-GmailFeed',
                    'MMM-GooglePhotos'
                  ]
                },
                fixed: [
                  'clock',
                  'MMM-GoogleCalendar'
                  'EXT-Screen',
                  'MMM-SmartTouch'
                ],
                hiddenPages: {},
                animateIn: {},
                animateOut: {},
                animationTime: 1000,
                rotationTime: 0,
                rotationTimes: {},
                homePage: 0,
                indicator: true,
                Gateway: {},
                loading: 'loading.png'
                }
              },
              

              Warn:

              • You have make some , and i think it return error there : 0: [,
                , is needed only after a string, number ] or }
                *EXT-SCREENis not the same asEXT-Screen` (take care to syntaxe of the module name)
              • It’s better to align you module definition like i have done (it’s better for reading)

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

              1 Reply Last reply Reply Quote 0
              • J
                JonnyAG Donators last edited by

                hi, you are absolutely right, sorry, i didn’t uploaded my newest version.
                BTW, when using MMM-GooglePhotos, I want it only on the third page, but it doesn’t work there, only on the second and first, but the gmailFeed works on the 3rd page. do you know why?

                {
                  module: "EXT-Pages",
                  position: "bottom_bar",
                  config: {
                    pages: {
                      0: [ "newsfeed","weather","MMM-Spotify",'MMM-PushBulletNotifications' ,"updatenotification","MMM-SmartTouch"],
                      1: [ "MMM-GoogleTasks","MMM-Formula1","MMM-soccer" ],
                      2: ["MMM-GmailFeed","MMM-GooglePhotos"]//n deteta google photos nesta pagina
                    },
                    fixed: [ "clock","MMM-GoogleCalendar"], //se necessario adicionar o googleassistant, ext e etc
                    hiddenPages: {},
                    animateIn: {},
                    animateOut: {},
                    animationTime:1000,
                    rotationTime:0,
                    rotationTimes: {},
                    homepage:0,
                    indicator: true,
                    Gateway: {},
                    loading: "loading.png"
                  }
                },
                
                1 Reply Last reply Reply Quote 0
                • bugsounet
                  bugsounet Main Coder last edited by bugsounet

                  I don’t know how MMM-GooglePhotos display his module

                  maybe try with EXT-GooglePhotos, I have corrected many things

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

                  1 Reply Last reply Reply Quote 0
                  • J
                    JonnyAG Donators last edited by

                    oh, i didnt knew the existence of that plugin, i will try it, thank you 😉

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

                      see wiki

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

                      1 Reply Last reply Reply Quote 0
                      • J
                        JonnyAG Donators last edited by

                        Hi, i installed it and it is working perfectly, meanwhile, any idea of what this means? “Will not show MMM-MyScoreBoard. LockStrings active: module_26_MMM-MyScoreboard”

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