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

    Posts

    Recent Best Controversial
    • RE: google home mini

      Re: google home mini
      thank you for the response as a speaker I do not know, but I read that we could establish dialogues with alexia, I thought to do the same with google home, see the site of the colts
      https://www.youtube.com/watch?v=ndIg7PREHRM, I don’t know more yet
      thank you

      posted in General Discussion
      P
      papinel
    • google home mini

      Hello
      I’m making my magic mirror
      I come to the voice part, I just bought a speaker connected to google home mini and my question is as follows
      is it possible to use my, home mini by connecting it in my magic mirror if yes with which module thank you very much
      and happy holidays
      jean -claude from picardie france

      posted in General Discussion
      P
      papinel
    • RE: oversized fonts and mixed modules

      RESOLVED

      posted in Custom CSS
      P
      papinel
    • RE: oversized fonts and mixed modules

      Hello
      and full of thanks for the 2 very detailed tips you gave me,
      actually after changing the resolution in raspberry and add
      zoom: 0.5,
      in my config everything is perfect attached here the photo
      thanks again
      could i ask you another question that has nothing to do with custom css
      papinel

      0_1567245949254_20190831_094800 (1).jpg

      posted in Custom CSS
      P
      papinel
    • RE: oversized fonts and mixed modules

      language: ‘from’,
      timeFormat: 24,
      units: ‘metric’,
      zoom: 0.5,
      Thank you but how to install these 4 lines and I place or in my config there is no accollade {}? and in language I replace ‘de’ with ‘fr’?

      posted in Custom CSS
      P
      papinel
    • RE: oversized fonts and mixed modules

      @papinel said in oversized fonts and mixed modules:
      sorry I made a mistake
      current weather -------------- top right
      water forecast ----------------- center right

      posted in Custom CSS
      P
      papinel
    • oversized fonts and mixed modules

      Hello
      I just installed in my MM, 7 modules

      Clock --------------------------- top left
      mmm-images photos -------- full center which turns in loop in bottom of stain
      mmm-mail --------------------- bottom left
      compliment ------------------- center
      current weather -------------- top left
      water forecast ----------------- center left
      newfeed ------------------------ at the bottom

      My first problem that happens to me is that all my modules are not quite in their place
      My second problem is that fonts are too big
      While browsing the forum I understood that it would be necessary to modify variables in custom css
      But then it’s me who has a problem I went to the forum https://forum.magicmirror.builders/topic/10831/7-touchscreen-module-size-and-overlapping-issues/2 and I read with a translator the different solution but it’s really hard to work and understand, I’m French and do not speak English so if you could give me very detailed advice it would be great, I would try to understand with the translator I I’ll try to put a picture so you can see
      Thanks for your help
      papinel
      0_1567066977157_20190827_120724.jpg

      posted in Custom CSS
      P
      papinel
    • RE: mail module problem

      hello
      je tiens avous remercier pour votre aide
      mon module fonctionne a 99 pour cent
      il me dit '…no read mail … j’ai configurer comme ca
      host: ‘imap.gmail.com’,
      port: 993,
      dans gmail j’ai active imap mais mes mails n’apparaisse pas sur l’ecran de magic m
      une petite idee pour cloturer ma demande
      merci beaucoup
      papinel
      343/5000
      Hello
      I want to thank you for your help
      my module works at 99 percent
      he told me '… no read mail … I set it up
      host: ‘imap.gmail.com’,
      port: 993,
      in gmail i have active imap but my mails do not appear on the screen magic m
      a little idea to close my request
      thank you so much
      papinel

      posted in Troubleshooting
      P
      papinel
    • RE: mail module problem

      the answer I want to make is enterdite it goes into spam
      bad luck for the helpers
      papinel

      posted in Troubleshooting
      P
      papinel
    • RE: mail module problem

      @sdetweil

      posted in Troubleshooting
      P
      papinel
    • RE: mail module problem

      Hello
      thank you for your answer, but could develop a little more because I have trouble understanding to execute this module
      thank you so much
      papinel

      posted in Troubleshooting
      P
      papinel
    • RE: mail module problem

      Hello,
      I’m sorry, but really sorry I still did not pay the email module for my magicmirror I did everything you told me
      first the 3 orders by the terminal

      git clone https://github.com/ronny3050/email-mirror.git email
      cd email
      npm install

      return by image

      pi @ raspberrypi: ~ $ git clone https://github.com/ronny3050/email-mirror.git emailCloning in ‘email’ …
      remote: Enumerating objects: 3, done.
      remote: Counting objects: 100% (3/3), done.
      remote: Compressing objects: 100% (3/3), done.
      remote: Total 63 (delta 0), reused 0 (delta 0), pack-reused 60
      Unpacking objects: 100% (63/63), done.
      pi @ raspberrypi: ~ $ cd email
      pi @ raspberrypi: ~ / email $ npm install
      (node: 2831) [DEP0022] DeprecationWarning: os.tmpDir () is deprecated. Use os.tmpdir () instead.
      npm WARN package.json email@0.0.1 No repository field.
      npm WARN package.json email@0.0.1 No license field.
      npm WARN deprecated mailparser@0.6.2: Mailparser versions older than v2.3.0 are deprecated
      npm WARN deprecated mimelib@0.3.1: This project is unmaintained
      underscore@1.9.1 node_modules / underscore

      debug@2.6.9 node_modules / debug
      └── ms@2.0.0

      imap@0.8.19 node_modules / imap
      ├── utf7@1.0.2 (semver@5.3.0)
      └── readable-stream@1.1.14 (string_decoder@0.10.31, isarray@0.0.1, inherits@2.0.4, core-util-is@1.0.2)

      mailparser@0.6.2 node_modules / mailparser
      ├── mime@1.6.0
      ├── mimelib@0.3.1 (addressparser@1.0.1)
      ├── uue@3.1.2 (escape-string-regexp@1.0.5, extend@3.0.2)
      └── encoding@0.1.12 (iconv-lite@0.4.24)
      pi @ raspberrypi: ~ / email $

      as indicate by
       mumblebaj

      then I copy in config.js

      {
      module: ‘email’,
      position: ‘top_left’,
      header: ‘Email’
      config: {
      accounts: [
      user: ‘xxxxx@gmail.com’,
      password: ‘xxxxx’,
        host: ‘imap.gmail.com’,
        port: 993,
        tls: true,
        authTimeout: 10000,
        numberOfEmails: 5,
      ]
        fade: true
           }
      }

      as indicated by
      mumblebaj

      in my home / pi I have an email folder, but when I run pm2 start mm, I find my page that marks me errors, I really do not know or I make a mistake I am to the letter your advice

      I really do not know where I am making a mistake I am on the letter your advice
      I will stop bothering you with my problem, I will not use the clone mail
      I pass you all this through a .odt file
      thank you so much
      papinel

      posted in Troubleshooting
      P
      papinel
    • RE: mail module problem

      Hello sir
      could you tell me if I use the right orders? with the terminal
      cd ~ / MagicMirror / modules
      git clone https://github.com/ronny3050/email-mirror.git
      cd email
      npm install
      because when i install your answer in my config.js
      I have my black page with the error message
      please create config file
      if you this message is ready for your config file probaly contains an error
      this message only happens when I install
      in the config.js
      Thank you very much for your help
      papinel

      posted in Troubleshooting
      P
      papinel
    • mail module problem

      Hello
      I just installed MagicMirror and all the native modules works fine, I have to change the language,
      I adapted weatherforecast, currentweather, newsfeed, for calendar I stopped it because it’s american, I put pictures that turn in loop,
      but when I want to install my mailbox with a terminal I have a problem!
      I open a terminal I start with
      cd ~ / MagicMirror / modules
      then
      git clone https://github.com/ronny3050/email-mirror.git
      then
      cd email
      npm install
      i will then go to config.js where i install
      {
      module: ‘email’,
      position: ‘top_left’,
      config: {
      user: “xxxxx@gmail.com”,
      password: “xxxxx”,
        host: “imap.gmail.com”,
      port: 993,
      tls: true,
      authTimeout: 10000,
        numberOfEmails: 5,
        fade: true
           }
      }
      of course I put my personal details
      and when I restart MagicMirror
      with the command … pm2 start mm … in a terminal I returned a black page with an error message
      here you can help me
      Thank you papinel

      posted in Troubleshooting
      P
      papinel
    • 1 / 1