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

    Topics

    • E

      How can i remote connect my rasperrypi device from another external network.

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      2
      0 Votes
      2 Posts
      327 Views
      S
      @emrah_asl it depends on IF your ISP allows incoming connections… many block them on normal accounts and provide them on special paid accounts… (my last ISP required a ‘fixed ip address’ account, for an extra $20/month you need to open some port on your internet router in your house, and map that port to some port on the pi… so, for example, map incoming requests to port 9999 to mm port 8080 on the ip address of the pi (my pi is at 192.168.2.44) then you need to know/find out your IP address from outside your home… it might be fixed, or it might stay fixed ‘most’ of the time. there are free services, dns mappers, that will map a name of your choosing to the ip address u assign. I use dyndns.org many routers have function built in that will check each time the router gets an address from the ISP and push an update to the mapper for the name u assign… now OUTSIDE , you connect to (name made up), myMMatHome.dyndns.org:9999 the code calls to get the ip address from the name, and gets your ISP address 99.205.34.128, (number made up) and uses that to connect to your router, which passes it on to the pi at port 8080… to get around all this, teamViewer sharing app REGISTERS you with the code on the teamViewer server as sharing system… on the using side, u give the code and it looks up the and sends a message to the sharing app (over the connection started by the sharer) that someone wants to see what is going on… there is no INBOUND connection, the sharer connects to the user app… be careful… lots of spammers scan ISP services for machine with open ports and try different known protocols to connect… and there are lots of nasty hack ways to get into different services (vnc…)… to get into your machine…
    • E

      Socket Error on Server Mode

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      4
      0 Votes
      4 Posts
      723 Views
      S
      @emrah_asl again. What do u mean publish? U are uploading all the files and running mm from there, or a live link to your home server, or???
    • E

      Unable to load MMM-Youtube Video

      Watching Ignoring Scheduled Pinned Locked Moved Entertainment
      4
      -1 Votes
      4 Posts
      991 Views
      L
      I used kinemaster without watermark at Techbigs to edit the video, then, I can’t upload to youtube, what should I do?
    • E

      How to call my cloud base magic mirror from raspberry pi 4

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      7
      0 Votes
      7 Posts
      1k Views
      E
      Hello thank you ver much for your practive solution. I learned how to batch files runs.
    • E

      icon + compliments_plus + How to communicate with default weather module ?

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      10
      0 Votes
      10 Posts
      1k Views
      E
      Hi, thanks for assisting me. The problem is I’M not using original weather module, so unable to send notification . I’m using this one : https://github.com/MatthiPi/MMM-DefaultWeatherAnimated { module: "weather", //change to weather position: "top_right", config: { // See 'Configuration options' for more information. type: 'current', weatherEndpoint: '/weather', units: 'metric', apiKey: 'X', locationID: Y } }, But unable to figure out how to send notification to current weather objects into this compliment_modules. (where should I write , this code in this module ?) when I try in provider.js, console says "sender should be module" this.sendNotification("CURRENTWEATHER_DATA", {foo: "bar"}); MY COMPLIMENT_PLUS Modul compliment_plus.js notificationReceived: function(notification, payload, sender) { if (notification === "CURRENTWEATHER_DATA") { console.log("251", payload.data); this.setCurrentWeatherType(payload.data); } },
    • E

      MMM-RemoteCompliments only show first run

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      1
      0 Votes
      1 Posts
      207 Views
      E
      Hi, I love that module, IT’s working fine when I type “npm start” it is exactly show my remote file content via Google Drive. But When type CTRL+R for refreshing page (It needs for my modules, scheduled 10 minutes period) , MMM-RemoteCompliments module is disappearing. The only way to bring it , I’m triggering currentCompliment.doc file for typing space etc. Any help ? { module: "MMM-RemoteCompliments", position: "top_center", config: { classes:"thin medium bright" } },
    • E

      MMM-GoogleDriveSlideShow npm-install shows no progress

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      7
      0 Votes
      7 Posts
      1k Views
      E
      I am not sure why it is not work, but it works with yarn install thanks for your help
    • E

      MMM-Snow with weather situation

      Watching Ignoring Scheduled Pinned Locked Moved Entertainment
      5
      1 Votes
      5 Posts
      942 Views
      M
      @rlewis i will,thanks
    • E

      npm start problem ELIFECYCLE

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      12
      0 Votes
      12 Posts
      4k Views
      B
      Thank - that did the trick. Appreciated!
    • E

      MMM-Carousel enable keypad issue

      Watching Ignoring Scheduled Pinned Locked Moved Utilities
      1
      0 Votes
      1 Posts
      214 Views
      E
      Hello Seniors, MMM-Carousel , MMM-Carousel 2 and https://github.com/shbatm/MMM-KeyBindings I set following lines but left and right keypads are not working, do you need addtaional setup for enable keypads, I was thinking to setup joysitck for my mirror. { module: 'MMM-KeyBindings', config: { enableKeyboard: true } }, { module: 'MMM-Carousel', position: 'bottom_bar', // Required only for navigation controls config: { transitionInterval: 10000, ignoreModules: [], mode: 'slides', showPageIndicators: true, showPageControls: true, slides: [ ["calendar","MMM-KeyBindings"], ["newsfeed","MMM-KeyBindings"], ["MMM-KeyBindings"] ], keyBindingsMode: "DEFAULT", keyBindings: { NextSlide: "ArrowRight", PrevSlide: "ArrowLeft", Slide0: "Home" } } },
    • E

      MMM-AdminPanel get problem

      Watching Ignoring Scheduled Pinned Locked Moved Utilities
      10
      0 Votes
      10 Posts
      2k Views
      S
      @emrah_asl also, vnc vs mm. mm implements its own network security . so vnc connection has nothing to do with mm connection
    • E

      I can not change module name for MMM-JsonTable

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      3
      0 Votes
      3 Posts
      502 Views
      E
      @sdetweil You absolutely right , there is no error it takes time, when I wait 5 minutes it worked properly. Now I have go back my other problem (remotefile.json) thanks @sdetweil ! I will create another post
    • E

      MMM-AlarmClock monthly recurring.

      Watching Ignoring Scheduled Pinned Locked Moved Utilities
      2
      0 Votes
      2 Posts
      349 Views
      E
      any voice here ? :)
    • 1 / 1