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.

    Alexapi - Any UK Users on here?

    Scheduled Pinned Locked Moved General Discussion
    7 Posts 2 Posters 2.6k Views 2 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.
    • johnnyboyJ Offline
      johnnyboy
      last edited by johnnyboy

      This post is deleted!
      1 Reply Last reply Reply Quote 0
      • michael24hM Offline
        michael24h
        last edited by

        im in london UK

        johnnyboyJ 1 Reply Last reply Reply Quote 0
        • johnnyboyJ Offline
          johnnyboy @michael24h
          last edited by johnnyboy

          This post is deleted!
          michael24hM 1 Reply Last reply Reply Quote 0
          • michael24hM Offline
            michael24h @johnnyboy
            last edited by

            @johnnyboy
            I in Herne Hill SE24.
            yeah no problem mate, I will check which one Bring up mic. icon on to my mm-clock. and let you know. I did run in to same problem. MMM-AlexaPi did not bring mic. icon as expected.

            johnnyboyJ 1 Reply Last reply Reply Quote 0
            • johnnyboyJ Offline
              johnnyboy @michael24h
              last edited by johnnyboy

              This post is deleted!
              1 Reply Last reply Reply Quote 0
              • michael24hM Offline
                michael24h
                last edited by yawns

                Hi
                I did restore my sd card from backup. and start instoling modules. backup only have default modules on it and alexa. Mic icon did not show up until I installed MMM-IMDBComingSoon. Pretty sure last time when I reinstall completely my mm-clock, I have installed something else, different module. I’m not sure which one. Anyway mic show up after i add this module.
                Each time installing new module I reboot device.
                0_1492620952718_Screen Shot 2017-04-19 at 17.55.39.png
                I’m not too sure how helpful this can be for you, also it’s no make any changes the any thing except instilling modules and Adding the module to my config/config.js until mic icon show up.

                modules: [
                		{
                			module: 'MMM-Remote-Control',
                			// uncomment the following line to show the URL of the remote control on the mirror
                		    // position: 'bottom_right',
                			// you can hide this module afterwards from the remote control itself
                			//ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1", "......ip....address..."],
                			ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1", "....ip......address...."],
                		},
                		{
                			module: 'alert',
                		},
                		{
                			module: "updatenotification",
                			position: "top_bar"
                		},
                		{
                			module: 'calendar_monthly',
                			position: 'top_left',
                			config: {
                
                                     }
                             },
                	    {
                			module: 'currentweather',
                			position: 'top_right',
                			config: {
                				location: 'London,GB',
                				locationID: '......................',  //ID from http://www.openweathermap.org
                				appid: '.........................'
                			}
                		},
                		{
                			module: 'clock',
                			position: 'top_center',
                			config: {
                				displayType: 'analog',
                				clockBold:	'true',
                				analogSize:	'240px',
                				analogFace: 'face-008',
                				secondsColor: '#bf1a1a',
                			}
                		},
                		{
                			module: 'weatherforecast',
                			position: 'top_right',
                			header: 'Weather Forecast',
                			config: {
                				location: 'London,GB',
                				locationID: '............',  //ID from http://www.openweathermap.org
                				appid: ......................................',
                				onlyTemp: true
                			}
                		},
                		{
                			module: 'MMM-SystemStats',
                			position: 'bottom_right', // This can be any of the regions.
                			classes: 'small dimmed', // Add your own styling. Optional.
                			config: {
                				updateInterval: 10000,
                				animationSpeed: 0,
                				//header: 'System Stats', // This is optional
                			}
                		},
                		{
                			module: 'MMM-AlexaPi',
                			position: 'lower_third',
                			config: {
                				alexaTimeout: '15000',
                				alexaHBTimeout: '10000',
                            // The config property is optional.
                            // If no config is set, defualt values are used
                            // See 'Configuration options' for more information.
                			
                			}
                		},
                		{
                			module: 'MMM-Globe',
                			position: 'bottom_left',
                			config: {
                			style: 'geoColor', // natColor, geoColor, airMass, fullBand, europeDiscNat, europeDiscSnow, centralAmericaDiscNat
                			imageSize: 175,
                			updateInterval: 10*60*1000
                			}
                		},
                		{
                            module: 'MMM-IMDBComingSoon',
                            position: 'bottom_left',
                            header: "Upcoming Films",
                            config: {
                                apikey: "......................................................",
                                reloadInterval: 8 * 60 * 60 * 1000, //8 hours
                                dataSwapInterval: 60 * 1000, //1 min
                                animationSpeed: 1.5 * 1000 //1.5 secs
                            }
                        },
                
                	]
                };
                /*************** DO NOT EDIT THE LINE BELOW ***************/
                if (typeof module !== 'undefined') {module.exports = config;}
                
                johnnyboyJ 1 Reply Last reply Reply Quote -1
                • johnnyboyJ Offline
                  johnnyboy @michael24h
                  last edited by johnnyboy

                  This post is deleted!
                  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