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

    Posts

    Recent Best Controversial
    • RE: MMM-Assistantmk2

      @sean

      It works well. Thank you very much.^^

      posted in General Discussion
      F
      fri4end
    • RE: MMM-Assistantmk2

      @sean

      No, onIdle and onActivate operate normally
      We checked the status using the notification viewer module.

      Manual operation below
      0_1544615172984_1.png
      Below, when onActivate
      0_1544615183173_2.png
      I think the payload return is incorrect.

      posted in General Discussion
      F
      fri4end
    • RE: MMM-Assistantmk2

      @sean

      Here’s what it says

       {
      		module: "MMM-AssistantMk2",
      		position: "bottom",
      		config:
      		{
      			useScreen: true,
      			youtubeAutoplay: true,
      			responseAlert: false,
      			alertError: false,
      			pauseOnYoutube:false,
      
      			deviceLocation:
      			{
      				coordinates: 
      				{
      					latitude: 37.57,
      					longitude: 126.98
      				},
      			},
      			profiles: 
      			{
      				"default": 
      				{
      					lang: "en-EN"
      				}
      			},
      			notifications: 
      			{
          				ASSISTANT_ACTIVATED: "HOTWORD_PAUSE",
      				ASSISTANT_DEACTIVATED: "HOTWORD_RESUME",
      			},
      			
      
      	
      			onIdle: {
      

      timer: 1000 * 30, // in 30sec after last Assistant Query, command “PAGE_1” will be activated.
      command: “PAGE_1”
      },

      onActivate: { //When you wakeup Assistant, command "PAGE_2" will be activated.
         timer: 0,
        command: "PAGE_2"
      

      },

      command: {
         "PAGE_1": {
         notificationExec: {
            notification: "PAGE_CHANGED",
            payload: 0
          }
        },
      "PAGE_2": {
         notificationExec: {
            notification: "PAGE_CHANGED",
            payload: 1
         }
        }
      },   
                		}
         	},
      
      posted in General Discussion
      F
      fri4end
    • RE: MMM-Assistantmk2

      @sean

      I’ve tested it,
      You will be redirected to another page instead of 1, 2.0_1544614195972_eacf22b0-19c3-4f76-9027-23240fb4433d-image.png

      posted in General Discussion
      F
      fri4end
    • MMM-Assistantmk2

      This is the case of MMM-pages during onIdle or onActivate operation in MMM-Assistantmk2.I want to run sendNotification (“PAGE_CHANGED”, 2); but I don’t know how.

      posted in General Discussion
      F
      fri4end
    • 1 / 1