i’ve seen the log…a "npm instal"l has resolved this…sorry ! thanks
Read the statement by Michael Teeuw here.
Posts
-
RE: V2.10.0 - Impressive...
-
RE: V2.10.0 - Impressive...
hello sdetweil,
After your script i have this
0|mm | at Object.Module._extensions…js (internal/modules/cjs/loader.js:722:10)
0|mm | at Module.load (internal/modules/cjs/loader.js:620:32)
0|mm | A JavaScript error occurred in the main process
0|mm | Uncaught Exception:it’s ok for the new version of magic but no start mm…
happy new year
-
RE: MMM-Hotword won't recognize the hotword
Hello,
after some difficults this module works…but i can’t use hotword jarvis as model (snowboy and computer are ok)…what 's the difference ?
Thanks -
RE: MMM-Jeedom
@sdetweil said in MMM-Jeedom:
getScripts: function() { // return ["moment.js"] // },that’s why i m noob and you…the professor :)
Perfect !!! thanks
-
RE: MMM-Jeedom
just this with console
Uncaught ReferenceError: moment is not defined
at Class.start (MMM-Jeedom.js:39)
at startModules (loader.js:55)
at loader.js:40
at HTMLLinkElement.stylesheet.onload (loader.js:200)npm install on vendor done
-
RE: MMM-Jeedom
Hello ,
I have tried this module (after an intallation of jeedom on rasp4) and i have no results on mirror… my config is certainly false because the result on terminal is good like this
curl -H “Content-Type: application/json” -X POST -d ‘{“jsonrpc”: “2.0”, “id”: “1000”, “method”: “cmd::execCmd”, “params”: {“apikey”: “my key”, “id”: 1}}’ http://192.168.1.28/core/api/jeeApi.php | python -m json.tool
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 248 100 123 100 125 1556 1582 --:–:-- --:–:-- --:–:-- 3179
{
“id”: “1000”,
“jsonrpc”: “2.0”,
“result”: {
“collectDate”: “2019-12-28 10:00:35”,
“value”: “A570; A57; Quai Marcel Pagnol Toulon”
}
}my config is like
{ module: 'MMM-Jeedom', header: 'Jeedom Maison', position: "center", config: { updateInterval: 3000, jeedomAPIKey: "my key", jeedomURL: "192.168.1.28", jeedomPORT: 443, jeedomHTTPS: false, jeedomAPIPath: "/core/api/jeeApi.php", sensors: [ { idx: "1", customTitle: "Itinéraire1", }, ], }, },if you have an idea…thanks
-
RE: Google assistant does not respond to hotwords
Hello everybody,
Just a question about MMM-AssistantMk2. Is it possible one day to use this module with my mini google home as speaker and microphone ? it can be interesting to display some google’s results on the magic like on my phone
-
RE: My First
@ELMAGO bonjour. écran sympa. je ne connais pas trop jeedom…peux t on utiliser le raspberry comme box domotique en parallèle de MagicMirror, et ainsi utiliser le module à cet effet ? J’ai un Rasp4. Merci
-
RE: MagicMirror is voted number 1 in the MagPi Top 50!
The best project i’ve seen …thanks to all developpers…to be continued !!
-
RE: Instagram problem
i found an another way to display pictures from instagram…Let’s explain.
I have the module MMM-ImageSlideshow in association with samba. i have a shared folder from the module on my computer to put images…but it’s not simple …So, i have take an application on Android (Sweet Home WiFi Picture Backup ) to select the folder of instagram and it share automatically files to the module when i have a new picture
-
RE: Instagram problem
empty list i thing because on console i have : MMM-Instagram received a module notification and no error
-
Instagram problem
Hello,
UPDATE: Starting October 15, 2019, new client registration and permission review on Instagram API platform are discontinued in favor of the Instagram Basic Display API.
i can’t display pictures with the module Instagram…The guide to have acess_token is not the same with new permission review.
My access token comes from https://instagram.pixelunion.net/ and i can see results to web browser but nothing on magicmirror.No error with npm start dev…I don’t understand…
-
RE: London DLR arrival times
You can use Mmm Widget and may be embed code with this :
https://travelwest.info/journey-planner/journey-planner-widget-embed
-
RE: disabled modules MMM-moduleScheduler
The best way wil be to disabled MMM-Pages at 7h00…at 12h00…
-
disabled modules MMM-moduleScheduler
Hello everybody,
i have a lot of modules on my magicmirror and i’m using MMM-Pages to rotate them…it’s a good configuration for me…but i’m trying to perfect it. i need only to display only four modules at 7h00 , 12H00 et 18h00…So, i’m testing MMM-Modulescheduler…and it’s not the best solution because other modules are only hidde and not disabled…At 7h00, four modules are display but MMM-Pages is always active. I would like to have modules with rotate except at 7, 12 and 18h00 to have four modules fix with their positions
here an exemple of my config.js for 7h00 (and sorry for english) :{ module: 'MMM-ModuleScheduler', config: { // Montre tous les modules de 06h00 à 18h35. Montre que les modules ignorés à partir de 18h35 global_schedule: {from: '05 7 * * *', to: '59 11 * * *', ignoreModules: ["MMM-EmbedYoutube" , "clock" , "newsfeed" , "MMM-DarkSkyForecast"] }, } }, { module: "MMM-pages", disabled: false, config: { modules: [[ "MMM-EmbedYoutube" , "clock" , "newsfeed" , "MMM-DarkSkyForecast" ], [ "MMM-EmbedYoutube" , "clock" , "newsfeed" , 'MMM-Lunartic' , 'MMM-rfacts' ], [ "MMM-EmbedYoutube" , "clock" , "newsfeed" , "calendar", "calendar_monthly" ], [ "MMM-EmbedYoutube" , "clock" , "newsfeed" , "MMM-cryptocurrency" ], [ "MMM-EmbedYoutube" , "clock" , "newsfeed" , "MMM-Cocktails" , 'MMM-SystemStats' ], [ "MMM-EmbedYoutube" , "clock" , "newsfeed" , "MMM-NowPlayingOnSpotify" , 'MMM-rfacts' ], [ "MMM-EmbedYoutube" , "clock" , "newsfeed" , 'MMM-MovieListings' , 'MMM-SystemStats' ]], rotationTime: 7000, } },Thanks if you have some idea…
See you
-
RE: troubles with rfacts, lunartic et google maps
that was the solution. Thanks sdetweil and Mykle…have a good day
