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

    Posts

    Recent Best Controversial
    • RE: Won't restart/stuck at prompt

      @motdog Probably easier and cheaper to buy a new card. There are some tools out there that you can use to check for bad sectors. But again it is probably cheaper and easier to buy a new one.

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • RE: How to open magic mirror on a tablet without a keyboard?

      @640008915 Nothing wrong with answering your own question. Thanks for sharing your solution with the community. Mark the post as solved so that others may know that it has been resolved. Enjoy your mirror.

      posted in General Discussion
      mumblebajM
      mumblebaj
    • RE: Mirror starts not correct

      @thedk Please remember to check every module folder that has a package.json in it and run npm install in those folders as well.

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • RE: Magic Mirror only shows black screen

      @maddinmirror So, a few things. Is this a fresh install? Did you run npm install in the MagicMirror after the install? Can you do a shit+ctrl+i to open the developer console? Select the Console Tab and scroll up and look for any errors usually marked in red.

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • RE: mail module problem

      @papinel I just installed the module and set it up and it works perfect with the setings that I gave you above. As @strawberry-3-141 mentioned, you may want to start from scratch with the module installation.

      • git clone https://github.com/ronny3050/email-mirror.git email

      • cd email

      • npm install

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • RE: Mirror starts not correct

      @thedk Have you upgraded your installation of Raspbian before updating the MM? You would also have to check every module folder that has a package.json and run npm install in the module folder. This has generally worked for most of the guys with the same issue as you have.

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • RE: config,js beginner

      @berne You are missing a comma after the closing bracket of MMM-awesome-alexa. It should be },

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • RE: mail module problem

      @papinel Hi. Your config looks wrong. Can you try changing it to match the below?

      {
      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
           }
      }
      
      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • RE: Audio not working through Magic Mirror

      @edenx858 That is correct. You need a premium account for it.

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • RE: Pi 4 won't run

      @darbos have you tried shift + cntrl + i? Select the consol tab and scroll up and see if there are any errors. They are usually in red text.

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • RE: new script to install/fix PM2 config for start on boot

      @sdetweil said in new script to install/fix PM2 config for start on boot:

      https://www.dropbox.com/s/cy2z7lbkpifcbrk/fixuppm2.sh?dl=0)

      Nice one buddy :thumbs_up:

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • RE: Magic mirror not starting on boot!!

      @mishkalidas Are you perhaps looking for this? AutoStart MagicMirror with PM2 ?

      posted in Hardware
      mumblebajM
      mumblebaj
    • RE: Modifying existing module

      @SirVer Data returned is definitely in a different format.

      From your link:
      {"Aksam":"21:27","AyinSekliURL":"http://namazvakti.diyanet.gov.tr/images/r1.gif","Gunes":"05:48","GunesBatis":"21:20","GunesDogus":"05:55","HicriTarihKisa":"1.12.1440","HicriTarihUzun":"1 ZİLHİCCE 1440","Ikindi":"17:51","Imsak":"04:18","KibleSaati":"11:18","MiladiTarihKisa":"02.08.2019","MiladiTarihKisaIso8601":"02.08.2019","MiladiTarihUzun":"02 Ağustos 2019 Cuma","MiladiTarihUzunIso8601":"2019-08-02T00:00:00.0000000+03:00","Ogle":"13:42","Yatsi":"22:47"}

      From the link used by the MMM-PrayerTimes:
      {"code":200,"status":"OK","data":{"timings":{"Fajr":"05:27","Sunrise":"06:47","Dhuhr":"12:14","Asr":"15:20","Sunset":"17:42","Maghrib":"17:42","Isha":"18:57","Imsak":"05:17","Midnight":"00:15"},"date":{"readable":"02 Aug 2019","timestamp":"1564760362","hijri":{"date":"30-11-1440","format":"DD-MM-YYYY","day":"30","weekday":{"en":"Al Juma'a","ar":"\u0627\u0644\u062c\u0645\u0639\u0629"},"month":{"number":11,"en":"Dh\u016b al-Qa\u02bfdah","ar":"\u0630\u0648\u0627\u0644\u0642\u0639\u062f\u0629"},"year":"1440","designation":{"abbreviated":"AH","expanded":"Anno Hegirae"},"holidays":[]},"gregorian":{"date":"02-08-2019","format":"DD-MM-YYYY","day":"02","weekday":{"en":"Friday"},"month":{"number":8,"en":"August"},"year":"2019","designation":{"abbreviated":"AD","expanded":"Anno Domini"}}},"meta":{"latitude":-26.250013,"longitude":27.985634,"timezone":"Africa\/Johannesburg","method":{"id":3,"name":"Muslim World League","params":{"Fajr":18,"Isha":17}},"latitudeAdjustmentMethod":"ANGLE_BASED","midnightMode":"STANDARD","school":"STANDARD","offset":{"Imsak":0,"Fajr":0,"Sunrise":0,"Dhuhr":0,"Asr":0,"Maghrib":0,"Sunset":0,"Isha":0,"Midnight":0}}}}

      posted in Development
      mumblebajM
      mumblebaj
    • RE: Error code EADDRINUSE

      @PXNDA It was suggested with the v2.8 update that anybody running Electron should update to the latest Raspbian version prior to upgrading to v2.8. Have you updated your Raspbian to the latest version?

      posted in Requests
      mumblebajM
      mumblebaj
    • RE: Problems with starting pm2 start mm.sh

      @Raksasas Exellent. Great it is working now.

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • RE: PM2 MagicMirror - not working

      @sdetweil I am just wondering, are the guys running Raspbian updating to the latest version before updating to 2.8? I did the Raspbian update and and then updated the MM to 2.8, did the npm install in all the modules with a package.json and no issues.

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • RE: Error code EADDRINUSE

      @PXNDA As @sdetweil mentioned, the EADDRINUSE means that something is already listening on port 8080. You need to check what it is and kill the process and try restarting the MM again.

      posted in Requests
      mumblebajM
      mumblebaj
    • RE: Problems with starting pm2 start mm.sh

      @Raksasas My mm.sh resides in my /pi/ folder and not in the MagicMirror folder so should work. It might be that there was an error while you were setting up pm2 or setting up the autostart perhaps?

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • RE: Temperature MagicMirror (Raspberry)

      @Notch Mine runs at between 55 and 65 degrees. I use the MMM-SystemStats module. works fine for me. I am only using a heatsink.

      posted in Hardware
      mumblebajM
      mumblebaj
    • RE: MMM-Lunartic

      @Mykle1 No problem. Thanks for a really nice module.

      posted in Education
      mumblebajM
      mumblebaj
    • 1
    • 2
    • 36
    • 37
    • 38
    • 39
    • 40
    • 38 / 40