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-Buller: Auth file in place, but no link displayed upon running

    Scheduled Pinned Locked Moved Solved Troubleshooting
    2 Posts 1 Posters 384 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.
    • N Offline
      nakulbende
      last edited by

      Hello,

      I am trying to get the Buller module work. For authenticating, I downloaded the credentials file, pasted contents in a credentials.json file in MMM-Buller folder (see image below). When I used npm start, I do not get any link from the script to authenticate further. What am I doing wrong?

      ***Config: ***

      		// // Buller - this one will be todo in house
      		{
      			module: 'MMM-Buller',
      			position: 'top_right',
      			header: 'To Do',
      			config: {
      				debug: false,
      				lists: [
      					{
      						type: 'gTasks',
      						name: 'HomeToDo',
      						updateInterval: 1000 * 60 * 1 * 5, //every minutes
      						icon: 'fas tasks',
      					}
      				],
      			}
      		},
      

      Output to npm start:
      0_1577926303220_4ab4ddf8-c45a-465f-b601-2aa74a0c0bef-image.png

      Buller folder

      0_1577926227161_ea985598-4325-47e7-b83b-360e62043eb6-image.png

      1 Reply Last reply Reply Quote 0
      • N Offline
        nakulbende
        last edited by

        Realized that I have to give path for credential file. Config file should look like this.

        config: {
        				debug: true,
        				credentials: "/home/pi/MagicMirror/modules/MMM-Buller/credentials.json",
        				lists: [
        

        Ran with this, and was given the right link for authenticating. Works!

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