Awesome MagicMirror setup.
Any chance of looking at the config.js, please?
Awesome MagicMirror setup.
Any chance of looking at the config.js, please?
Re: MMM-PrayerTime
Aslaam Alaikum,
Does anyone know if this module still works as I’ve added this to my config.js and it doesn’t do anything. i.e. Not showing in MagicMirror.
Please see config below:
module: “MMM-PrayerTime”,
position: “bottom_left”, // This can be any of the regions. Best result is in the top_left/top_right.
config: {
apiVersion: ‘1.0’, // please, leave unchanged. reserved for future use.
lat: 51.506130, // latitude of your position (city)
lon: -2.111366, // longitude of your position (city)
timezone: “Europe/London”, // please refer to http://php.net/manual/en/timezones.php
timeFormat: 24,
method: 3,
playAdzan: [‘fajr’, ‘dhuhr’, ‘asr’, ‘maghrib’, ‘isha’],
notDisplayed: [‘midnight’, ‘sunset’],
useUpdateInterval: true,
updateInterval: 86400 * 1000, // How often do you want to fetch new praying time? (milliseconds)
animationSpeed: 2.5 * 1000, // Speed of the update animation. (milliseconds)
language: “en”,
showAdzanAlert: true,
showTomorrow: true,
vertical: true, // set false for horizontal view
alertTimer: 15000
}
Thank you
Re: MMM-Hotword + google assistant
Any ideas which AI (Alexa or Google Assistant) is still working, please?
I’ve been trying to get Alexa working on my Magic Mirror following various guides but it never installs cleanly.
Managed to fix it myself using the below:
Console: sudo raspi-config Under “7 Advanced Options” / “A7 GL Driver” pick “G2 GL (Fake KMS)”
Desktop: Preferences / Add Remove Software search for “Chrome” and pick “WebDriver driver for the Chromium Browser”, click “OK”
Thank you for the quick response.
I got this:
loader.js:182 Load script: modules/default/alert/modernizr.custom.js
/home/pi/MagicMirror/node_modules/electron/dist/resources/electron.asar/renderer/security-warnings.js:128 Electron Security Warning (Insecure Resources) This renderer process loads resources using insecure protocols. This exposes users of this app to unnecessary security risks. Consider loading the following resources over HTTPS or FTPS.
For more information and help, consult https://electronjs.org/docs/tutorial/security.
This warning will not show up once the app is packaged.
warnAboutInsecureResources @ /home/pi/MagicMirror/node_modules/electron/dist/resources/electron.asar/renderer/security-warnings.js:128
loader.js:182 Load script: modules/MMM-TomTomTrafficIncidents//MMM-TomTomTrafficIncidents.js
module.js:477 Module registered: MMM-TomTomTrafficIncidents
loader.js:152 Bootstrapping module: MMM-TomTomTrafficIncidents
loader.js:157 Scripts loaded for: MMM-TomTomTrafficIncidents
loader.js:197 Load stylesheet: modules/MMM-TomTomTrafficIncidents/tomtom-international-web-sdk-maps/maps.css
loader.js:197 Load stylesheet: modules/MMM-TomTomTrafficIncidents/tomtom-international-web-sdk-maps/traffic-incidents.css
loader.js:159 Styles loaded for: MMM-TomTomTrafficIncidents
loader.js:161 Translations loaded for: MMM-TomTomTrafficIncidents
loader.js:197 Load stylesheet: css/custom.css
MMM-TomTomTrafficIncidents.js:35 Starting module: MMM-TomTomTrafficIncidents
MMM-TomTomTrafficIncidents.js:44 MMM-TomTomTrafficIncidents: Using JS & CSS from local source.
module.js:156 MMM-TomTomTrafficIncidents received a system notification: ALL_MODULES_STARTED
module.js:156 MMM-TomTomTrafficIncidents received a system notification: MODULE_DOM_CREATED
module.js:156 MMM-TomTomTrafficIncidents received a system notification: DOM_OBJECTS_CREATED
module.js:154 MMM-TomTomTrafficIncidents received a module notification: CURRENTWEATHER_DATA from sender: currentweather
maps-web.min.js:1 Error: Failed to initialize WebGL
at A._setupPainter (maps-web.min.js:1)
at new A (maps-web.min.js:1)
at e.mapboxMapFactory (maps-web.min.js:1)
at t.createMap (maps-web.min.js:1)
at new map (maps-web.min.js:1)
at HTMLScriptElement.script.onload (MMM-TomTomTrafficIncidents.js:70)
wt.fire @ maps-web.min.js:1
maps-web.min.js:1 Uncaught Error: Failed to initialize WebGL.
at new A (maps-web.min.js:1)
at e.mapboxMapFactory (maps-web.min.js:1)
at t.createMap (maps-web.min.js:1)
at new map (maps-web.min.js:1)
at HTMLScriptElement.script.onload (MMM-TomTomTrafficIncidents.js:70)
module.js:154 MMM-TomTomTrafficIncidents received a module notification: CALENDAR_EVENTS from sender: calendar
Hi,
I’ve managed to install the Module but I’m getting just a black screen for the module.
Have I forgotten to install something?
Code for my config.js below:
module: "MMM-TomTomTrafficIncidents",
position: "center",
config: {
key: "",
lng: -123.1139529,
lat: 49.2608724,
zoom: 11,
height: "500px",
width: "800px"
Thank you.