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

    raedonlpa

    @raedonlpa

    0
    Reputation
    99
    Profile views
    9
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    raedonlpa Unfollow Follow

    Latest posts made by raedonlpa

    • RE: MMM-AssistantMk2

      @Sean said in MMM-AssistantMk2:

      set pauseOnYoutube:false.

      Hello.
      -Where do I set this parameter? “set pauseOnYoutube:false”

      posted in System
      R
      raedonlpa
    • RE: MMM-Assistantmk2 and MMM-Hotword not picking up

      @juantata yes, my mistake was that the .wav file was very large.

      posted in Troubleshooting
      R
      raedonlpa
    • RE: MMM-Assistantmk2 and MMM-Hotword not picking up

      0_1567514567654_975d58f8-6bf2-46c4-a723-36258b9667d5-imagen.png

      posted in Troubleshooting
      R
      raedonlpa
    • RE: MMM-Assistantmk2 and MMM-Hotword not picking up

      yes, I get spawn error

      posted in Troubleshooting
      R
      raedonlpa
    • RE: MMM-Assistantmk2 and MMM-Hotword not picking up

      @sdetweil said in MMM-Assistantmk2 and MMM-Hotword not picking up:

      it was only on the edit of the forum post…

      Do you mean the end of everything?

      posted in Troubleshooting
      R
      raedonlpa
    • RE: MMM-Assistantmk2 and MMM-Hotword not picking up

      @sdetweil I know, don’t let me put it in the forum

      posted in Troubleshooting
      R
      raedonlpa
    • RE: MMM-Assistantmk2 and MMM-Hotword not picking up

      @sdetweil Better this way, I’m sorry I use google traslator

      posted in Troubleshooting
      R
      raedonlpa
    • RE: MMM-Assistantmk2 and MMM-Hotword not picking up

      Hi, why?
      When I change the activation word, it doesn’t work for me?,
      I want to change it to another word, like alexa, jarvis, etc, and it doesn’t work for me.
      I have copied the parameters of @ejay-ibm and nothing.

      language: "es",
      timeFormat: 24,
      units: "metric",
      
      modules: [
      	{
      		module: "alert",
      	},
      	{
      		module: "updatenotification",
      		position: "top_bar"
      	},
      	{
      		module: "clock",
      		position: "top_left"
      	},
      	{
      		module: "calendar",
      		header: "Calendario",
      		position: "top_left",
      		config: {
      			calendars: [
      				{
      					symbol: "calendar-check",
      					url: "https://www.calendarlabs.com/ical-calendar/ics/70/Spain_Holidays.ics"					
      				},
      				{
      					symbol: "MyCalendar",
      					url: "https://calendar.google.com/calendar/ical/............/public/basic.ics"					
      				}
      			]
      		}
      	},
      	{
      		module: "compliments",
      		position: "lower_third"
      	},
      	{
      		module: "currentweather",
      		position: "top_right",
      		config: {
      			location: "New York",
      			locationID: "",  //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
      			appid: "YOUR_OPENWEATHER_API_KEY"
      		}
      	},
      	{
      		module: "weatherforecast",
      		position: "top_right",
      		header: "Weather Forecast",
      		config: {
      			location: "Arrecife, ES",
      			locationID: "2521570",  //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
      			appid: "..........................."
      		
      		}
      	},
      		{
      
          		module: 'currentweather',
          		position: 'top_right',
      		config: {
      		        location: 'Arrecife, es',
      		        locationID: '2521570', //ID from bulk.openweather.org/sample/
      		        appid:" .............................'',
      		        updateInterval: '3600000',
      		        onlyTemp: true
      
      		}
      
      	},
      
      		{
      		module: "newsfeed",
      		position: "bottom_bar",
      		config: {
      			feeds: [
      				{
      					title: "Canarias7",
      					url: "https://www.canarias7.es/rss/portada.xml"
      				}
      			],
      			showSourceTitle: true,
      			showPublishDate: true,
      			broadcastNewsFeeds: true,
      			broadcastNewsUpdates: true
      		}
      	},
      		{
      		module: "MMM-Hotword",
      		position: "top_right",
      		config: {
      			chimeOnFinish: null,
      			mic: {
      				recordProgram: "arecord",
      				device: "plughw:1"
      			},
      			models: [
      				{
      					hotwords    : "Smart_mirror",
      					file        : "smart_mirror.umdl",
      					sensitivity : "0.5",
      				},
      			],
      			commands: {
      				"smart_mirror": {
      					notificationExec: {
      						notification: "ASSISTANT_ACTIVATE",
      						payload: (detected, afterRecord) => {
      							return {profile:"default"}
      						}
      					},
      					restart:false,
      					afterRecordLimit:0
      				}
      			}
      		}
      	},
      	{
      		module: "MMM-AssistantMk2",
      		position: "top_right",
      		config: {
      			deviceLocation: {
      				coordinates: {
      					latitude: 28.969593, // -90.0 - +90.0
      					longitude: -13.556344, // -180.0 - +180.0
      				},
      			},
      			record: {
      				recordProgram : "arecord",  
      				device        : "plughw:1",
      			},
      			notifications: {
      				ASSISTANT_ACTIVATED: "HOTWORD_PAUSE",
      				ASSISTANT_DEACTIVATED: "HOTWORD_RESUME",
      			},
      			useWelcomeMessage: "brief today",
      			profiles: {
      				"default" : {
      					lang: "es-ES"
      				}
      			},
      		}
      	},
      ]
      

      };

      posted in Troubleshooting
      R
      raedonlpa