MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. emrah_asl
    3. Posts
    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

    Posts

    Recent Best Controversial
    • MMM-Carousel enable keypad issue

      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" }
       } 
      },
      
      posted in Utilities
      E
      emrah_asl
    • RE: MMM-AdminPanel get problem

      @emrah_asl said in MMM-AdminPanel get problem:

      When i try in over browser
      http://localhost:8080/MMM-Admin-Interface/

      Hi, I’m doing this inside my raspberry browser.

      http://localhost:8080/

      is working for MM.

      192.168.0.29 is my rpi internal ip which means i connect via VNC server

      posted in Utilities
      E
      emrah_asl
    • MMM-AdminPanel get problem

      Hello, I applied all steps and follow ipWhiteList rules.

      https://github.com/ItayXD/MMM-Admin-Interface![alt text](![image url](![image url](image url)))

      When i try in over browser

      http://localhost:8080/MMM-Admin-Interface/

      It says with white screen

      Cannot GET /MMM-Admin-Interface/

      1- git clone projects
      2- adding module in config js

      `{
      module: “MMM-Admin-Interface”
      },

      3- My internal Ip is 192.168.0.29

      ipWhitelist: [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”, “192.168.0.29” , “::ffff:192.168.0.29”], // Set [] to allow all IP addresses bla bla

      Thanks for helping me, what is the point here?

      posted in Utilities
      E
      emrah_asl
    • RE: I can not change module name for MMM-JsonTable

      @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

      posted in Troubleshooting
      E
      emrah_asl
    • I can not change module name for MMM-JsonTable

      Hi everyone, I insttaled that module , it works fine thanks for author.

      But I need to change module name from “MMM-JsonTable” to “MMMJsonTestKits”

      I foloowed that steps but couldnt get it, after changes module says “awaiting data” but when i revert changes , that works fine,

      Changed config array module
      `{
      module: ‘MMMJsonTestKits’,
      position: ‘bottom_left’,
      header: ‘Test Result’,
      config: {
      url: ‘https://spreadsheets.google.com/feeds/list/1dVwsdP3K49XGTaixhTTzuybEz4nFubtQzB_Qa32c4ZM/2/public/values?alt=json’,
      arrayName: ‘entry’

      }
      2- changed /module directory name to `MMMJsonTestKits
      3- Change Js name to “MMMJsonTestKits.js”
      4- Inside the Js, changed register module name to “MMMJsonTestKits”

      Module.register(“MMMJsonTestKits”, {

      I 'didn’t touch node_helper.js send and get socket labels.

      when I run the code , it didn’t work. (show loading)

      What is wrong with me guys?

      posted in Troubleshooting
      E
      emrah_asl
    • RE: Updating Compliments using a spreadsheet

      Hi @sdetweil ,

      Thanks for reply.

      my code in node_helper.js (under compliments folder) are creating file on root normally when you start mm with npm start

      The problems are,
      1 - I need to change save folder not root side, it needs to be under compliements folder, so I change this but not works

       var fs = require('fs');
              fs.writeFile("modules/default/compliments/remotefile.json", compliments, function(err) {
                  if (err) {
                      return console.log(err);
                  }
      
                  console.log("The file was saved!");
              });
      
      1. The second problem , my magic mirror fires electron.js error when I try to create file. I’m new on these, how can i use mm.sh for create&locate remotefile.json under compliments folder ?
      posted in Development
      E
      emrah_asl
    • RE: Updating Compliments using a spreadsheet

      @sdetweil so, what is formula to run this ? what do you think acording your experience ?

      posted in Development
      E
      emrah_asl
    • RE: Updating Compliments using a spreadsheet

      @sdetweil after I created node__helper.js manually, then I typed ‘npm start’ , the file has created, bu this time there was electron error (MM closed) interesting.

      posted in Development
      E
      emrah_asl
    • RE: Updating Compliments using a spreadsheet

      Hi @sdetweil thanks I missed up

      , so what should I customize compliment.js ?

      Here is my change on compliement.js

      remoteFile: "remotefile.json",
      

      I created my json link and create node_helper.js file and put my folder with these codes.

      But I think I missed somethings, it doesn’t work, and there is no file creation on folder called “remotefile.json”

      posted in Development
      E
      emrah_asl
    • RE: MMM-AlarmClock monthly recurring.

      any voice here ? :)

      posted in Utilities
      E
      emrah_asl
    • 1 / 1