Coder Social home page Coder Social logo

mirror's Issues

The speech privacy policy was not accepted

Hey IEvangelist sorry for my question again but i can't find anything on google..

I am so fascinated by your project that I decided to build my own SmartMirror with voice recognition.

Components:
microsoft hd-lifecam 3000
Raspberry Pi3
22" HDMI monitor

I have connected all togther set the microphone & webcam capabilities but after deployment to raspberry pi i get this error:

"System.Runtime.InteropServices.COMException" in HiGHTECHNiX.SmartMirror.UI.exe
WinRT-Informationen: The speech privacy policy was not accepted prior to attempting a speech recognition.

on my dev machine everything worked fine.
Can u pls help me?

BR,
Dark!

How can I add GoogleCalender?

Hey,
How do I add google calendar?
I have a link to the calendar and enter this into the configuration.resw in raw form, but this does not work. Then I entered this here:

{
   "Url": "Https://calendar.google.com/calendar/ical/blub/bla/basic.ics ",
   "Username": "",
   "Password": "",
   "IsUsingCredentials": false
}

But that did not work also.

Sorry, am a noob

Build error dll could not be found

Hello,

I'm trying to run this project and I'm getting:

'C:\Users~\Mirror-master\Mirror.Speech\bin\x64\Debug\Mirror.Speech.dll' could not be found

'C:\Users~\Mirror-master\Mirror.Extensions\bin\x64\Debug\Mirror.Extensions.dll' could not be found

And the same for Mirror.Core.dll.

Do I just need to delete the objs/bin and try again?

Calendars

Hey!

I have downloaded your project. first of all very good job man!
But i am not able to add my google calendar to the mirror.

Can u help`

Thx BR,
Dark!

TryParseExtensions

Me again..

I am not able to build the whole solution.
I get one more error in TryParseExtension:

 public static T TryParse<T>(this string value, ParseDelegate<T> parse)
            where T : struct => parse(value as string, out var result) ? result : default(T);

i cannot init the "var"-result in the lambda expression.
See screenshot below:

error

Can someone pls explain me this error. I dont know how to solve it. As Workaround a have comment out this method and the call from the Emotion Enum. But then i cannot use "How do i look" because the Mirror is using this Method for the response to my question.

I am using VS2015 up-to-date

Thx,BR,
Dark!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.