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.
    Offline
    • Profile
    • Following 0
    • Followers 6
    • Topics 33
    • Posts 783
    • Groups 2

    Posts

    Recent Best Controversial
    • RE: MMM-Lunartic

      @cowboysdude That returned the following result:
      {"age":19.928838935009,"illumination":72.74035463065,"stage":"waning","DFCOE":403666.04,"DFS":151987757.36,"FM":{"UT":1563313171.7967,"DT":"21:39:31-16 Jul 2019"},"NNM":{"UT":1564629175.4546,"DT":"3:12:55-1 Aug 2019"}}

      posted in Education
      mumblebajM
      mumblebaj
    • RE: MMM-Lunartic

      @Mykle1 It says :
      This site can’t be reached api.usno.navy.mil’s server IP address could not be found. from South Africa. I guess that it’s restricted somehow.

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

      @berne Can you paste your config.js? We can then have a look to see if it is correct and point to where you may have to make the changes.

      As @sdetweil pointed out, a good text editor like notepad++ would show you the matching “{” and “}” etc.

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • RE: MMM-Lunartic

      @Mykle1 Thanks for this module. I am having an issue with the module in that the image moon.png is not loading. I can see the following on the Console:
      0_1563556739390_e7d07eb1-0699-4317-85af-01fde4cc1cce-image.png

      Is there anything I am missing perhaps? My config:

              disabled: false,
              module: 'MMM-Lunartic',
              position: 'bottom_right', // Best in left, center, or right regions
              config: {
                  mode: "rotating", // rotating or static
                  image: "current", // animation, current, DayNight or static
                  distance: "km", // miles or km
                  sounds: "yes", // howling wolf, only on a full moon
                  useHeader: "true", // true if you want a header
                  header: "Moon Phase", // Any text you want
                  maxWidth: "300px",
                  animationSpeed: 0,
                  rotateInterval: 15000,
              }
          },
      
      posted in Education
      mumblebajM
      mumblebaj
    • RE: Blackscreen after update to v.2.8.0

      @potts-mike Are there any issues in your config.js? Can you run npm run config:check and see if there are errors?

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • RE: Blackscreen after update to v.2.8.0

      @Blackmirror Hi. Are there any errors in pm2 logs?

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • RE: Opening hours for stores/places thru Google API

      @Menturan Thanks for a great module. I had the module working for a two weeks but for the past few days it has stopped working. So, I have been working through the issue and after stopping and starting the mirror I am getting results returned but it is not being sent to the screen. Is there a reason for this?

      [09:48:50] - DEBUG - MMM-OpeningHours : Sending to frontend - [{"name":"Makro Store Crown Mines","opening_hours":{"open_now":true,"periods":[{"close":{"day":0,"time":"1400"},"open":{"day":0,"time":"0900"}},{"close":{"day":1,"time":"1730"},"open":{"day":1,"time":"0830"}},{"close":{"day":2,"time":"1730"},"open":{"day":2,"time":"0830"}},{"close":{"day":3,"time":"1730"},"open":{"day":3,"time":"0830"}},{"close":{"day":4,"time":"1730"},"open":{"day":4,"time":"0830"}},{"close":{"day":5,"time":"1730"},"open":{"day":5,"time":"0830"}},{"close":{"day":6,"time":"1600"},"open":{"day":6,"time":"0800"}}],"weekday_text":["Monday: 8:30 AM – 5:30 PM","Tuesday: 8:30 AM – 5:30 PM","Wednesday: 8:30 AM – 5:30 PM","Thursday: 8:30 AM – 5:30 PM","Friday: 8:30 AM – 5:30 PM","Saturday: 8:00 AM – 4:00 PM","Sunday: 9:00 AM – 2:00 PM"]},"place_id":"ChIJl8h2VlIJlR4Rn5311bQlcXQ"},{"name":"Builders Warehouse Glen Eagles","opening_hours":{"open_now":true,"periods":[{"close":{"day":0,"time":"1600"},"open":{"day":0,"time":"0800"}},{"close":{"day":1,"time":"1800"},"open":{"day":1,"time":"0700"}},{"close":{"day":2,"time":"1800"},"open":{"day":2,"time":"0700"}},{"close":{"day":3,"time":"1800"},"open":{"day":3,"time":"0700"}},{"close":{"day":4,"time":"1800"},"open":{"day":4,"time":"0700"}},{"close":{"day":5,"time":"1800"},"open":{"day":5,"time":"0700"}},{"close":{"day":6,"time":"1700"},"open":{"day":6,"time":"0700"}}],"weekday_text":["Monday: 7:00 AM – 6:00 PM","Tuesday: 7:00 AM – 6:00 PM","Wednesday: 7:00 AM – 6:00 PM","Thursday: 7:00 AM – 6:00 PM","Friday: 7:00 AM – 6:00 PM","Saturday: 7:00 AM – 5:00 PM","Sunday: 8:00 AM – 4:00 PM"]},"place_id":"ChIJB0lb_mgPlR4Rje4UAMJnOvY"},null,null]

      posted in Requests
      mumblebajM
      mumblebaj
    • RE: Raspberry Pi 4 Released !

      @dazza120 I assume we dont need all that cooling power just to run the mirror? :rolling_on_the_floor_laughing:

      posted in Hardware
      mumblebajM
      mumblebaj
    • RE: Magic Mirror Update process

      @BKeyport From my experience they don’t get touched. I have never had any issues with my mirror or modules after running that command and updating the mirror.

      posted in Feature Requests
      mumblebajM
      mumblebaj
    • RE: Magic Mirror Update process

      @BKeyport I simple terms, it gets rid of local changes.

      posted in Feature Requests
      mumblebajM
      mumblebaj
    • RE: Magic Mirror Update process

      @BKeyport Does the git reset --hard not work for you?

      posted in Feature Requests
      mumblebajM
      mumblebaj
    • RE: Getting an error on update

      @CliffordW From within the MagicMirror folder do the following:

      git reset --hard
      

      Then do

      git pull && npm install
      

      That should solve your problem

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • RE: First MagicMirror

      @HayyatAli
      In my opinion, get a Pi 3 B+, download the software and follow the instructions to install. Then play around with some of the modules and see how far you get. Took me only a few hours to get mine up an running and I explore different modules as often as I can.

      posted in Show your Mirror
      mumblebajM
      mumblebaj
    • RE: 2nd try Smart Mirror, 30" monitor and 110cm wide

      @DiyMagnus Wow, that looks really awesome. Love the frame-less look…

      posted in Show your Mirror
      mumblebajM
      mumblebaj
    • RE: MMM-Globe

      @Eunanibus Awesome, can’t wait. I actually tried this the first time i setup my mirror and it worked for me on my Pi 3B+. Although some of the locations were wrong at the time but I assume that was my error. Nice work with this project and again, can’t wait for the light version.

      posted in Entertainment
      mumblebajM
      mumblebaj
    • RE: Raspberry Pi 4 Released !

      They will be R910 in South Africa when they arrive which makes them around 56 Euro.

      posted in Hardware
      mumblebajM
      mumblebaj
    • RE: Contribute to a module. Volunteers wanted! Easy!

      @Mykle1 n111 South Africa - Johannesburg

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • RE: Considering taking donations to support the MagicMirror project. Interested in your thoughts!

      @MichMich Thanks for this project. I made my donation. Sorry it has taken so long after you posted this but I don’t get much time to spend on the forum. It is because of this project that I am now developing skills for Alexa. Thanks for inspiration. I have been running my mirror for close to a year now and it has been a great journey. Not sure if there are any other users from South Africa using this but I have had fun with it and it amazes my friends and family. Keep up the good work and I hope my donation will at least buy you 1 or 2 cold ones at the pub

      posted in MagicMirror
      mumblebajM
      mumblebaj
    • RE: MMM-NewsFeedTicker

      @justjim1220 Have you ever managed to get this resolved? I a not getting the image from my 1 local news feed pulled in and not sure what else I can do to see if I can get it to come through.
      The news feed is from: http://feeds.news24.com/articles/news24/SouthAfrica/rss
      and the image is supposed to come from: https://scripts.24.co.za/img/sites/news24.png
      0_1557337223616_Ticker.PNG

      posted in Utilities
      mumblebajM
      mumblebaj
    • RE: MMM-NOAA3 not working since last update

      The issue was that I had to specify the lon and lat manually in the config.js.

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • 1 / 1