Hello,
Has anyone got Alexa working using speaker and microphone? I can’t find a straight forward module for raspberry pi.
Thanks.
Hello,
Has anyone got Alexa working using speaker and microphone? I can’t find a straight forward module for raspberry pi.
Thanks.
I have run through the setup for the Google Drive Slide Show but in my mirror I am just getting a white square. I created Credentials as asked but there was no option to select “other” as stated in the instructions so I don’t know if this makes any difference. Please be aware I am not an expert at this or coding, complete newbie.
Code is as follows in config file:
{
module: "MMM-GoogleDriveSlideShow",
position: "top_center",
config: {
rootFolderId: null,
maxFolders: 10,
maxResults: 100,
playMode: "AUTO",
nextOnNotification: null,
stopOnNotification: null,
startOnNotification: null,
refreshDriveDelayInSeconds: 24 * 3600,
refreshSlideShowIntervalInSeconds: 10,
maxWidth: "800",
maxHeight: "600",
theme: "whiteFrame",
opacity: 1,
debug: false
}
},
Apologies if this is in the wrong section.
I want to add multiple pages so I can have more modules, how do I do this?
Thanks.
Ok thanks all, will try :) Sorry for being clueless :man_facepalming_light_skin_tone:
I have no idea Sam. Honestly complete newb, don’t know what I’m donig half the time :man_facepalming_light_skin_tone:
Sorry only getting back now. Not sure how to get the file I need for this?
http://showrss.info/user/244209.rss?magnets=true&namespaces=true&name=null&quality=null&re=null
Would this be it? I did set up an account and some shows from showRSS website.
Sorry realised I hadn’t opened Mirror…
diff --git a/package.json b/package.json
index 317969e…10a0407 100644
— a/package.json
+++ b/package.json
@@ -39,7 +39,7 @@
“chai”: “^4.1.2”,
“chai-as-promised”: “^7.1.1”,
“current-week-number”: “^1.0.7”,
@sdetweil said in Mirror Update Permissions Error:
git diff package.json
pi@raspberrypi:~ $ git diff package.json
Not a git repository
To compare two paths outside a working tree:
usage: git diff [–no-index]
Hi,
Now getting this when I try to update.
pi@raspberrypi:~/MagicMirror $ git pull && npm install
Updating 447c0bf…018cb91
error: Your local changes to the following files would be overwritten by merge:
package-lock.json
package.json
Please commit your changes or stash them before you merge.
Aborting