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.

    MMM-fbPageCounter

    Scheduled Pinned Locked Moved Productivity
    23 Posts 7 Posters 10.7k Views 6 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.
    • H Offline
      Hellonoonan
      last edited by

      I cant even get by step 2. I get this error

      {“access_token”:“EAAE2ASglvOABADkkXv4DXzN0BNIGSbEpfcPk9ZBLtZAZBSgh1pgKueD0ZBbpw9jio4dzeTYpIkVkZBhwByiCe68eE9TuiSaHN1KNxiMDN5tdodeRjMyHUCTBoGwZBTBFk347mXfff3v6Xnk84uZBV9ZAjLtkqlPIFmoZD”,“token_type”:“bearer”,“expires_in”:5184000}

      any idea what Im doing wrong?

      justjim1220J 1 Reply Last reply Reply Quote 0
      • justjim1220J Offline
        justjim1220 Module Developer @Hellonoonan
        last edited by

        @hellonoonan

        this is the token you need for the next step…

        EAAE2ASglvOABADkkXv4DXzN0BNIGSbEpfcPk9ZBLtZAZBSgh1pgKueD0ZBbpw9jio4dzeTYpIkVkZBhwByiCe68eE9TuiSaHN1KNxiMDN5tdodeRjMyHUCTBoGwZBTBFk347mXfff3v6Xnk84uZBV9ZAjLtkqlPIFmoZD

        "Life's Too Short To Dance With Ugly People"
        Jim Hallock - 1995

        H 1 Reply Last reply Reply Quote 0
        • H Offline
          Hellonoonan @justjim1220
          last edited by

          @justjim1220 I think I may have gotten the info I need. What files do I need to change? Sorry I have no clue what Im doing. I added the code to the config.js file but it doesnt come up. Are there other files I need to alter?

          Thanks

          justjim1220J 2 Replies Last reply Reply Quote 0
          • justjim1220J Offline
            justjim1220 Module Developer @Hellonoonan
            last edited by

            @hellonoonan

            shouldn’t be, you just need to make sure you put in the correct tokens and codes in the right places.

            Did you go all the way through the steps?

            The last output should look something like this…

            {
               "data": [
                  {
                     "access_token": "ABCDEFGHIJKLMNOPQRSTUVWXYZ123567890987654321ABCDEFGHIJKLMNOPQRSTUVWXYZ123567890987654321ABCDEFGHIJKLMNOPQRSTUVWXYZ123567890987654321ABCDEFGHIJKLMNOPQRSTUVWXYZ123567890987654321ABCDEFGHIJKLMNOPQRSTUVWXYZ123567890987654321",
                     "category": "Computer Repair Service",
                     "category_list": [
                        {
                           "id": "123567890987654321",
                           "name": "Computer Repair Service"
                        },
                        {
                           "id": "123567890987654321",
                           "name": "Business Service"
                        },
                        {
                           "id": "123567890987654321",
                           "name": "Business Service"
                        }
                     ],
                     "name": "Hallock Technical Services",
                     "id": "123567890987654321",
                     "tasks": [
                        "ANALYZE",
                        "ADVERTISE",
                        "MODERATE",
                        "CREATE_CONTENT",
                        "MANAGE"
                     ]
                  }
               ],
               "paging": {
                  "cursors": {
                     "before": "NDAxxxxxxxxxxxxxxxxxxxx",
                     "after": "NDAxxxxxxxxxxxxxxxxxxxx"
                  }
               }
            }
            

            You need the access_token & the LAST “id” from this data…

            For example:

            {
            			disabled: false,
            			module: "MMM-fbPageCounter",
            			header: "Hallock Technical Services",
            			position:"bottom_left",
            			config: {
            				access_token: "ABCDEFGHIJKLMNOPQRSTUVWXYZ123567890987654321ABCDEFGHIJKLMNOPQRSTUVWXYZ123567890987654321ABCDEFGHIJKLMNOPQRSTUVWXYZ123567890987654321ABCDEFGHIJKLMNOPQRSTUVWXYZ123567890987654321ABCDEFGHIJKLMNOPQRSTUVWXYZ123567890987654321",
            				page_id: "123567890987654321",
            				refresh_interval_sec: 12, //minimum 10. If your daily visitors of page are under 10, use 30 as this value.
            				size: "huge"
            			}
            		},
            

            Hope this helps!

            "Life's Too Short To Dance With Ugly People"
            Jim Hallock - 1995

            H 1 Reply Last reply Reply Quote 0
            • justjim1220J Offline
              justjim1220 Module Developer @Hellonoonan
              last edited by

              @hellonoonan

              This is what I meant by the LAST “id”

              from this section:

              "name": "Hallock Technical Services",
                       "id": "123567890987654321",
                       "tasks": [
                          "ANALYZE",
                          "ADVERTISE",
                          "MODERATE",
                          "CREATE_CONTENT",
                          "MANAGE"
              

              "Life's Too Short To Dance With Ugly People"
              Jim Hallock - 1995

              1 Reply Last reply Reply Quote 0
              • H Offline
                Hellonoonan @justjim1220
                last edited by

                @justjim1220 I did not get that. I keep getting errors. Ive only been able to get the basic magic mirror modules to work by help forums and copy/paste. This is beyond my knowledge. Honestly Id rather venmo you like $10 to do this for me haha. It seems like its easy for those who know what theyre doing but I dont.

                I have the screen up in my office similar to what the OP shows (without any mirror) just as an information screen and I think this would be a nice touch to boost social media presence.

                Any interest in taking on the job?

                justjim1220J 2 Replies Last reply Reply Quote 1
                • justjim1220J Offline
                  justjim1220 Module Developer @Hellonoonan
                  last edited by

                  @hellonoonan

                  I sent you a chat message

                  "Life's Too Short To Dance With Ugly People"
                  Jim Hallock - 1995

                  1 Reply Last reply Reply Quote 0
                  • justjim1220J Offline
                    justjim1220 Module Developer @Hellonoonan
                    last edited by

                    @hellonoonan

                    Not sure what venmo is, but no need to send money!

                    "Life's Too Short To Dance With Ugly People"
                    Jim Hallock - 1995

                    1 Reply Last reply Reply Quote 0
                    • justjim1220J Offline
                      justjim1220 Module Developer
                      last edited by justjim1220

                      here’s what mine looks like…

                      0_1538969875457_Screenshot (376).png

                      "Life's Too Short To Dance With Ugly People"
                      Jim Hallock - 1995

                      1 Reply Last reply Reply Quote 0
                      • Atelier-Made-in-iKiA Offline
                        Atelier-Made-in-iKi @Guest
                        last edited by

                        @Sean thanks you for your module, many steps to follow for final result but… wonderful effect!

                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 2 / 3
                        • First post
                          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