MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. ime90
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    I
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 7
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: MMM-voice

      @strawberry-3.141 hi strawberry, thanks for the response.

      I’ve managed to make it work, but the problem is that the operations were uuuuultra slow.

      I’ve timed the response time in 10 different occurrences.

      After saying “MAGIC MIRROR” it takes an average of 7 seconds for the microphone icon to start blinking.

      After saying “HIDE” it takes an average of 15 second (hope this isn’t normal) to hide the modules.

      Is this due to my RPI3? Any and all tips and experiences are welcome.

      posted in Utilities
      I
      ime90
    • RE: MMM-voice

      Hi everyone. I’m having trouble with my voice module.

      It doesn’t seem to register any of my commands. The microphone icon is blinking but whenever I say “hide modules” or any other command it doesn’t register it.

      In the terminal it says “Starting pocketsphinx.” Don’t know it that is of any concerns? If anybody has any tips they are more than welcome.

      posted in Utilities
      I
      ime90
    • RE: Email

      @justjim1220

      Yeah, I did.

      Sorry for bugging you and thanks for the help. I dunno what the error is but it does seem to be connected to the mirrors inability to connect to the gmail servers. I’ll keep on trucking. If anybody has a clue what to do, I’m open for suggestions :D

      posted in Productivity
      I
      ime90
    • RE: Email

      @justjim1220

      Tried it all but still getting “No new Mail” text. I dunno where I’m going wrong. Could you please copy your module text (or send me on private) so I can compare them. Also, did you do anything on your own gmail account that could help? I changed the imap settings.

      I get this error:

      
      Email notifier error:  { Error: Web login required: https://support.google.com/mail/answer/78754 (Failure)
          at Connection._resTagged (/home/pi/MagicMirror/modules/email/node_modules/imap/lib/Connection.js:1502:11)
      
      
      at emitOne (events.js:96:13)
          at Parser.emit (events.js:191:7)
          at Parser._resTagged (/home/pi/MagicMirror/modules/email/node_modules/imap/lib/Parser.js:175:10)
          at Parser._parse (/home/pi/MagicMirror/modules/email/node_modules/imap/lib/Parser.js:139:16)
          at Parser._tryread (/home/pi/MagicMirror/modules/email/node_modules/imap/lib/Parser.js:82:15)
          at TLSSocket.Parser._cbReadable (/home/pi/MagicMirror/modules/email/node_modules/imap/lib/Parser.js:53:12)
          at emitNone (events.js:86:13)
          at TLSSocket.emit (events.js:188:7) type: 'no', textCode: 'ALERT', source: 'authentication' }
      
      posted in Productivity
      I
      ime90
    • RE: Email

      @justjim1220

      Yeah, I changed it of course. I’ll try out the double quotation marks and all you recommended.

      Can you just tell me, does this module work for you at this time for Gmail or any other mail?

      posted in Productivity
      I
      ime90
    • RE: Email

      @justjim1220

      var config = {
      address: “localhost”,
      port: 8080,
      ipWhitelist: [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”],

      language: "en",
      timeFormat: 24,
      units: "metric",
      
      modules: [
      	{
      		module: "alert",
      	},
      
      	{
      		module: 'email',
                      position: 'bottom_left',
                      header: 'Email',
                      config: {
                          accounts: [
                              
                              {
                                  user: '**@gmail.com',
                                  password: '**',
                                  host: 'imap.gmail.com',
                                  port: 993,
                                  tls: true,
                                  authTimeout: 10000,
                                  numberOfEmails: 2,
                              }
                          ],
                          fade: true,
                          maxCharacters: 30,
      		    subjectLength: 50
                      }
      	},
      
      	{
      		module: "updatenotification",
      		position: "top_bar"
      	},
      	{
      		module: "clock",
      		position: "top_left"
      	},
      	{
      		module: "calendar",
      		header: "US Holidays",
      		position: "top_left",
      		config: {
      			calendars: [
      				{
      					symbol: "calendar-check-o ",
      					url: "webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics"
      				}
      			]
      		}
      	},
      	{
      		module: "compliments",
      		position: "lower_third"
      	},
      	{
      		module: "currentweather",
      		position: "top_right",
      		config: {
      			location: "New York",
      			locationID: "",  //ID from http://www.openweathermap.org/help/city_list.txt
      			appid: "YOUR_OPENWEATHER_API_KEY"
      		}
      	},
      	{
      		module: "weatherforecast",
      		position: "top_right",
      		header: "Weather Forecast",
      		config: {
      			location: "New York",
      			locationID: "5128581",  //ID from http://www.openweathermap.org/help/city_list.txt
      			appid: "YOUR_OPENWEATHER_API_KEY"
      		}
      	},
      	{
      		module: "newsfeed",
      		position: "bottom_bar",
      		config: {
      			feeds: [
      				{
      					title: "New York Times",
      					url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml"
      				}
      			],
      			showSourceTitle: true,
      			showPublishDate: true
      		}
      	},
      ]
      

      };

      /*************** DO NOT EDIT THE LINE BELOW ***************/
      if (typeof module !== “undefined”) {module.exports = config;}

      posted in Productivity
      I
      ime90
    • RE: Email

      I’m still having trouble.

      I believe I setup everything correctly. Added the subjectlength at the end, allowed IMAP in my gmail account, but still, after loading the module won’t connect to my mail and doesn’t show anything. Is anyone else having trouble with this?

      posted in Productivity
      I
      ime90
    • 1 / 1