MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. justjim1220
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 7
    • Followers 5
    • Topics 35
    • Posts 649
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: MMM-fbPageCounter

      @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"
      
      posted in Productivity
      justjim1220J
      justjim1220
    • RE: MMM-fbPageCounter

      @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!

      posted in Productivity
      justjim1220J
      justjim1220
    • NFL Standings chart module

      I would like to have a module or modules of the NFL standings
      Possibly with 2 separate charts, 1 for AFC and the other for NFC
      Either be horizontal for top and bottom placement, or vertical for left and right placement
      Or, have it so it can be a choice.

      On the same note, A Playoff bracket for Post Season would be awesome as well!

      Possibly, someone out there with a bit of patience that maybe could teach me how to make them myself!!!

      posted in Requests
      justjim1220J
      justjim1220
    • RE: MMM-NOAA - Another Weather Module

      @jrcelis

      No Problem. Always glad to help out when I can! :smiling_face_with_sunglasses:

      posted in System
      justjim1220J
      justjim1220
    • RE: MMM-NOAA - Another Weather Module

      @jrcelis

      rename or delete that file from the NOAA3 directory,

      Then try again

      posted in System
      justjim1220J
      justjim1220
    • RE: Updating MagicMirror from v2.1.3 to v2.5.0

      @chetnaik

      that may be your best option

      posted in Troubleshooting
      justjim1220J
      justjim1220
    • RE: Magic Mirror -> Special Caracters won't display in headers

      @galm

      I’m glad you got it figured out!

      posted in Troubleshooting
      justjim1220J
      justjim1220
    • RE: MMM-fbPageCounter

      @hellonoonan

      this is the token you need for the next step…

      EAAE2ASglvOABADkkXv4DXzN0BNIGSbEpfcPk9ZBLtZAZBSgh1pgKueD0ZBbpw9jio4dzeTYpIkVkZBhwByiCe68eE9TuiSaHN1KNxiMDN5tdodeRjMyHUCTBoGwZBTBFk347mXfff3v6Xnk84uZBV9ZAjLtkqlPIFmoZD

      posted in Productivity
      justjim1220J
      justjim1220
    • RE: Help file confing. js

      @gianluca

      I just switched mine to Italian and the only module that changed was MMM-NOAA3 which is a really good weather module.

      posted in Troubleshooting
      justjim1220J
      justjim1220
    • RE: Help file confing. js

      @gianluca

      Every module SHOULD have a sample config entry for them in the Readme file or on the main page of the modules

      posted in Troubleshooting
      justjim1220J
      justjim1220
    • RE: Magic Mirror -> Special Caracters won't display in headers

      @galm

      This is copy/paste…

      0_1538899438729_Screenshot (370).png

      0_1538899455025_Screenshot (371).png

      posted in Troubleshooting
      justjim1220J
      justjim1220
    • RE: Help file confing. js

      @gianluca

      No problem, always glad to help.

      most modules and including MagicMirror should have an Italian translation

      At the top of the config file, just above modules: [
      You should find this…

      
      	language: "en",
      	timeFormat: 24,
      	units: "imperial",
      
      	modules: [
      

      this is where you put in the code for your language. I think yours should be ‘it’

      posted in Troubleshooting
      justjim1220J
      justjim1220
    • RE: Magic Mirror -> Special Caracters won't display in headers

      @galm

      I found this, I don’t know if it would help you or not…

      http://www.columbia.edu/itc/french/matheis/1102fa01/edit/accents.html#PC

      posted in Troubleshooting
      justjim1220J
      justjim1220
    • RE: Magic Mirror -> Special Caracters won't display in headers

      @galm

      You can also copy and paste the characters…

      posted in Troubleshooting
      justjim1220J
      justjim1220
    • RE: Magic Mirror -> Special Caracters won't display in headers

      @galm

      So, how are you putting in the characters?

      French keyboard?

      posted in Troubleshooting
      justjim1220J
      justjim1220
    • RE: Magic Mirror -> Special Caracters won't display in headers

      @galm

      I don’t think it is possible to do without using character codes

      I would think that if you had a french keyboard, id would type right in…

      posted in Troubleshooting
      justjim1220J
      justjim1220
    • RE: Magic Mirror -> Special Caracters won't display in headers

      @galm

      0_1538897651077_Screenshot (368).png

      yes, I typed the code for the characters in the header of the config file…

      0_1538897856874_Screenshot (369).png

      posted in Troubleshooting
      justjim1220J
      justjim1220
    • RE: Magic Mirror -> Special Caracters won't display in headers

      @galm

      show me your header codes

      there are a few ways to get them to show…

      posted in Troubleshooting
      justjim1220J
      justjim1220
    • RE: Updating MagicMirror from v2.1.3 to v2.5.0

      @chetnaik

      delete the package.json and the package lock.json

      then retry git pull && npm install

      posted in Troubleshooting
      justjim1220J
      justjim1220
    • RE: Help file confing. js

      @gianluca

      when you downloaded MagicMirror, you should have a folder named config
      in that folder, you should have a config.js.sample or a config.sample.js
      rename that file to config.js
      it should work then

      posted in Troubleshooting
      justjim1220J
      justjim1220
    • 1
    • 2
    • 19
    • 20
    • 21
    • 22
    • 23
    • 32
    • 33
    • 21 / 33