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

    Posts

    Recent Best Controversial
    • RE: Survey: Decreased interest in my mirrors

      @goldjunge_chriz I’m in the UK and I just googled companies in the UK and getting it from a reputable manufacturer that I’ve heard of so I went for Pilkinton. And for the UK as if it arrived broken, damaged or not as described I would have my consumer rights and long distance selling laws that I could fall back on if things didn’t go right, have not had to use it for that glass but having the backup was piece of mind. They could also be the reasons for other people also

      posted in Hardware
      D
      dazza120
    • RE: Little voice testing.....

      @mdhenriksen yeah that’s not it I’ve made it visible in all, I changed it a while ago :) that’s how I noticed but if I go through it with VNC no errors at all, it’s got to be how the web page is handling it, I’ve got the mmm-Hue-Lights erroring as well only when I view it from that but most of the time I’m using the VNC to view it anyway so no real big deal just annoying when I do 😂

      posted in Show your Mirror
      D
      dazza120
    • RE: MMM-voice & MMM-pages integration

      @xclasher-0 MMM-voice is in its own page and there is no other module linked with that page so it won’t show anything other than the voice module, voice itself does not work like that, it seems like you need Hello Lucy as that is more the features of that upgraded module.

      posted in Troubleshooting
      D
      dazza120
    • RE: MMM-Hue-Lights - new module for your Philips Hue lights!

      @michael5r I’m having a issue with the hue lights and MMM-Remote-Control, when viewing it from that app the hue module comes up with an error, it says
      Hue API Error: Error: read ECONNRESET
      it still changes when you turn on a bulb but would go back to the Error shortly after. When I use VNC to view it as long as I haven’t used mmm remotre control to view it, it works perfectly any ideas?

      posted in Utilities
      D
      dazza120
    • RE: Little voice testing.....

      @mdhenriksen as you said that’s exactly how it behaves, so yes you are right it works as it should but that error is so annoying lol thanks

      posted in Show your Mirror
      D
      dazza120
    • MMM-voice and MMM-Remote-Control

      @strawberry-3-141 I’m having a little trouble with MMM-voice it comes up with an error anytime you view the mirror through mmm remote control, but you say the mirrors magic word and it works as it should displaying voice by the mic 🎤 viewing it via VNC it works perfectly without Errors but then viewing it through remote control it comes up with error, any help please

      posted in Troubleshooting
      D
      dazza120
    • RE: Little voice testing.....

      @cowboysdude thank you for your response I’ll start a new thread on the voice module thanks

      posted in Show your Mirror
      D
      dazza120
    • RE: Little voice testing.....

      @cowboysdude the modded module works well for something still in development, but I’ve come into an issue where the mic errors when mmm remote connection opens up the browser to view the actual mirror modules like you would see them on the mirror, I have looked of VNC and the mic works but as soon as you use mmm remote control to view the mirror it errors the mic. Any ideas why

      posted in Show your Mirror
      D
      dazza120
    • RE: Remote into MM not working

      Sorted hard reboot and all is working I’m in and it’s updated the modules as I hoped now it will be easier to maintain thanks for your help

      posted in Troubleshooting
      D
      dazza120
    • RE: Remote into MM not working

      @lavolp3 cheers it’s at the top of the config file yep done that thanks but no dice 🎲 on connecting to it, this is how it is now

      var config = {
      address: “0.0.0.0”, // Address to listen on, can be:
      // - “localhost”, “127.0.0.1”, “::1” to listen on loopback interface
      // - another specific IPv4/6 to listen on a specific interface
      // - “”, “0.0.0.0”, “::” to listen on any interface
      // Default, when address config is left out, is “localhost”
      port: 8080,
      ipWhitelist: [],

      posted in Troubleshooting
      D
      dazza120
    • Remote into MM not working

      Ive setup remote control on the mirror via config file but for the life of me via html I can’t get onto the web page this is my config

      {
      module: ‘MMM-Remote-Control’,
      position: ‘center’,
      address : “0.0.0.0”,
      ipWhitelist: [],
      port: 8080,
      },

      so I’ve done http://192.x.x.x:8080/remote.html in safari on the phone but it’s not having a bar of it 😢 the mirror is operational I can see the ip on the mirror from MMM remote control so I know I’m entering the right IP address on the web page but it’s not wanting to play ball, I only downloaded this to try and keep my modules updated easier coupled with mmm remote control repository or have I got this function wrong? Any help will be appreciated, thanks

      posted in Troubleshooting
      D
      dazza120
    • RE: Looking for Bin Collection

      @idoodler ehhh you just blow my mind 😂 I wouldn’t have a clue where to start 🥺

      posted in Requests
      D
      dazza120
    • Looking for Bin Collection

      I’ve seen a module for wast colection but it uses a csv file, my council only do bin collection on the website or iPhone app, what I really wanted was to get it on the mirror so it’s autonomous, is there anyway the bins can be pulled for this website https://www.aylesburyvaledc.gov.uk/bin-collections/766021296 thanks in advance for your help.

      posted in Requests
      D
      dazza120
    • RE: Hello-Lucy

      @mdhenriksen had the page indicator already but I was being a muppet, I didn’t recognise ]] as a closing part for that module, Thank you very much three pages now lol

      posted in Fun & Games
      D
      dazza120
    • RE: Hello-Lucy

      @mdhenriksen this is my config file so far for pages not sure how I add a third page any ideas

      {
      module: ‘MMM-pages’,
      config: {
      modules:
      [[ “MMM-NOAA3”, “clock”, “MMM-NetworkConnection”, “mmm-hue-lights”, “mmm-nest-status”, “calendar”, “mmm-systemtemperature”, “compliments”, “newsfeed”],
      [ “MMM-GoogleMapsTraffic” ]],
      excludes: [“MMM-page-indicator”],
      }
      },

      posted in Fun & Games
      D
      dazza120
    • RE: Troubleshooting MagicMirror

      @oththegentel enable VNC and patch in using that, I’m doing changes on my phone using that method it’s not the best given the screen size normally I do adjustments on the Mac when I can be bothered to boot it up, last minute changes are done on the phone.

      posted in Troubleshooting
      D
      dazza120
    • RE: Troubleshooting MagicMirror

      @oththegentel your pi up to date? Get all updates for the pi and try again

      posted in Troubleshooting
      D
      dazza120
    • RE: Troubleshooting MagicMirror

      @oththegentel delete the folder and do the manual method I’m not sure if pm2 start mm work doing it that method, ie when you reboot it I did put the pm2 script in a thread on the site that worked for me, so use the manual method then reboot and see if the mirror comes back online if not look for pm2 restart
      If PM2 gives you trouble use https://forum.magicmirror.builders/topic/8987/pm2-error/13

      posted in Troubleshooting
      D
      dazza120
    • RE: Troubleshooting MagicMirror

      @oththegentel delete the Magic Mirror Folder and download it again I had similar on my pi and it installed the dependence’s after that

      posted in Troubleshooting
      D
      dazza120
    • RE: Hello-Lucy

      @mdhenriksen works a treat but I don’t know how to make a third page. Not sure what I’ll put on it? But I’m sure I’ll find something to install if I figure out how to add more pages it’s stuck on two at the mo 😢

      posted in Fun & Games
      D
      dazza120
    • 1 / 1