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.
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;}