@sdetweil Yes they work separately but the problem is that i get the data only from one the above. I might doing something wrong with the } and the commas?
Read the statement by Michael Teeuw here.
Posts
-
RE: Multiple Calendars module getting "No upcoming events"
-
RE: Multiple Calendars module getting "No upcoming events"
No one any suggestions?
-
Multiple Calendars module getting "No upcoming events"
I have put multiple calendars in the default module but i am not getting any events but “No upcoming events”. You can see the config below. Any ideas what’s wrong?
{ module: 'calendar', header: "My calendar", position: 'top_left', // This can be any of the regions. Best results in left or right regions. config: { calendars: [ { url: 'https://whatever.com symbol: 'calendar', }, { url: 'https://whatever.com', symbol: 'birthday_cake', }, { url: 'https://whatever.com', symbol: 'calendar', }, ] } }, -
RE: Blank Black screen after the last - 2.11 - update
-
RE: Blank Black screen after the last - 2.11 - update
@sdetweil How? I tried to update snowboy but i am getting an error.
-
RE: Blank Black screen after the last - 2.11 - update
@sdetweil
I am getting “DevTools was disconnected from the page. Once page is reloaded, DevTools will automatically reconnect” and the page now is white blank and thre is nothing on the dev console.
But i managed to take a photo while magic mirror was loading and i got the following: "MODULE NOT FOUND. Require Stack /home/pi/MagicMirror/modules/MMM-Hotword/snowboy/lib/node/index.js
/home/pi/MagicMirror/modules/MMM-Hotword/node_helper.js
/home/pi/MagicMirror/js/app.js
/home/pi/MagicMirror/js/electron.js
/home/pi/MagicMirror/node_modules/electron/dist/resources/default_app.Please note that i already did npm install on Hotword module
-
RE: Blank Black screen after the last - 2.11 - update
I am getting “DevTools was disconnected from the page. Once page is reloaded, DevTools will automatically reconnect” and the page now is white blank and thre is nothing on the dev console.
But i managed to take a photo while magic mirror was loading and i got the following: "MODULE NOT FOUND. Require Stack /home/pi/MagicMirror/modules/MMM-Hotword/snowboy/lib/node/index.js
/home/pi/MagicMirror/modules/MMM-Hotword/node_helper.js
/home/pi/MagicMirror/js/app.js
/home/pi/MagicMirror/js/electron.js
/home/pi/MagicMirror/node_modules/electron/dist/resources/default_app. -
RE: Blank Black screen after the last - 2.11 - update
@sdetweil You mean npm run start dev ? I am sorry i told you i am not expert. By pressing Control - Shift - i the only thing happens is a small window opens.
-
RE: Blank Black screen after the last - 2.11 - update
@sdetweil No i start manually npm start
-
RE: Blank Black screen after the last - 2.11 - update
@sdetweil I have raspberry pi3 b+. I reinstalled npm for all modules that have json file but i am still getting the same problem!
-
Blank Black screen after the last - 2.11 - update
I just unfortunately did the update of 2.11 backing up only the modules folder and config.cs file. Now with either npm start or npm run start, nothing happens. I have a black blank screen. I followed the instructions of MichMich with the commands git pull && npm install.How can i fix that problems guys? Please consider that i am not expert with programming so please explain in a simple way. My node versions is:10.19
-
RE: MMM-AssistantMk2
@Sean thanks for your work in relationship with the google assisstant. I am quite new in all of these set ups and i am facing a problem now which i can’t by pass. I tried to Register-my-Mirror-as-Google-Assistant-related-device but when i insert the foolowing code :curl -s -X POST -H “Content-Type: application/json”
-H “Authorization: Bearer $ACCESSTOKEN” -d @deviceInstance.json
https://embeddedassistant.googleapis.com/v1alpha2/projects/YOUR_PROJECT_ID/devices/i am getting the following error "bash: https://embeddedassistant.googleapis.com/v1alpha2/projects/(my_project_id)/devices/: No such file or directory
.Do you have any idea how i can resolve that issue??
Thank you guys in advance