It worked after using the original repo
Read the statement by Michael Teeuw here.
Posts made by scarecrow
-
RE: MMM-MyCommute Module Working But Hidden??
-
MMM-OpenmapWeather - Weather Icon not showing up
Hello,
Suddenly, I am not seeing the weather icon on my MMM-OpenmapWeather module
It just show a broken image icon or sometimes just a square instead of Moon icon.Is anyone facing similar issue?
Any help is much appreciated. -
RE: MMM-Openmapweather & MMM-NOAA3 image error
Hi, I am facing the same issue. Did you issue get resolved?
-
Hello-Lucy sometimes not working
Hi,
First of all I would like to thank you @Mykle1 and @sdetweil for creating such an amazing module. :)I am having problems while giving voice commands.
I am using a Rasberry PI4 which I have connected to a Sceptre monitor via HDMI cable. And connected a USB mic to my PI4.These are all the modules I am using - MMM-GoogleFit , MMM-MyCommute, MMM-OpenmapWeather, MMM-Worldclock, calendar_monthly, MMM-GoogleAssistant, MMM-Assistant2Display, calendar (Default), clock (default), compliments(Default), newsfeed(Default), weatherforecast(Default)
— This is my output for checking the microphone -----
pi@raspberrypi:~ $ arecord -l
**** List of CAPTURE Hardware Devices ****card 2: Device [USB Audio Device], device 0: USB Audio [USB Audio] Subdevices: 1/1 Subdevice #0: subdevice #0
---- This is my config.js file —
{{ falsedisabled: false, falsemodule: "Hello-Lucy", falseposition: "top_center", falseconfig: { false keyword: 'HELLO LUCY', // keyword to activate listening for a command/sentence false timeout: 15, // timeout listening for a command/sentence false standByMethod: 'DPMS', // 'DPMS' = anything else than RPi or 'PI' false microphone: "2,0", // run "arecord -l" card # and device # mine is "0,0" false sounds: ["1.mp3", "11.mp3"], // welcome sound at startup. Add several for a random greetings false confirmationSound: "ding.mp3", // name and extension of sound file false startHideAll: true, // All modules start as hidden EXCEPT PAGE ONE false // *** Page One is your default startup page *** This overrides startHideAll: true, false pageOneModules: ["Hello-Lucy","MMM-EasyPix"] // default modules to show on page one/startup false /*pageTwoModules: ["Hello-Lucy", "MMM-BMW-DS", "MMM-EventHorizon"], // modules to show on page two false */ false } false},
When I start the Magic mirror, it says the welcome message and then the mic icon appears with text “Say, Hello Lucy” in front of it. By default it doesn’t hide all the Modules. On the main page it still shows 2 modules weatherforecast(default one) and MMM-OpenmapWeather. It hides rest of the modules
Question 1 - I am not sure why is it showing these 2 modules? Default weather forecast is already supported by the Hello Lucy module and should be hidden. And I tried adding MMM-OpenmapWeather to be supported by Hello Lucy but it still comes on the default page when I start the mirror first time.Question 2 - Mic worked only few times. Sometimes it doesn’t do anything after saying “Hello Lucy”. I tried to stop and start the MM again. Out of 5 times only 1 time it worked. Any thoughts on what can be wrong?
Question 3- The only commands I am planning to use are “Show Modules” (which should show all the modules) and “Hide Modules” (Which should hide all the modules). How can I set up this command?
I apologies if my questions are very basic :)
Any help is appreciated! -
RE: MMM-MyCommute Module Working But Hidden??
@lavolp3 said in MMM-MyCommute Module Working But Hidden??:
jclarke0000
Yes that’s right, I installed it from the fork. This is the rep.
Cool, I will uninstall that and try it with the original repositoryThanks!
-
RE: MMM-MyCommute Module Working But Hidden??
I am having the same issue. I installed MyCommute for the first time and nothing is showing up (even header “My Commute” doesn’t come up on the screen). I used the by default config given on the page (mentioned at the end). Initially I thought it may be because of API key or any request issues to the Directions API, so I installed MMM-Traffic module just to see if I am seeing problems there but that one works (it does show the time to the destination). Any help is appreciated :) And thank you for creating such an awesome module :)
This is the config I used for MyCommute
{
module: ‘MMM-MyCommute’,
position: ‘top_center’,
config: {
apiKey: ‘XXXXXXXXXXXXXXXXXXXXXXXXXX’,
origin: ‘65 Front St W, Toronto, ON M5J 1E6’,
destinations: [
{
destination: ‘14 Duncan St Toronto, ON M5H 3G8’,
label: ‘Air Canada Centre’,
mode: ‘walking’,
color: ‘#82E5AA’
}
],
// Additional config for calendar routes:
maxCalendarEvents: 2,
calendarOptions: [
{
mode: ‘driving’
},
{
mode: ‘transit’,
transitMode: ‘train’
}
]
}
},