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

    Posts

    Recent Best Controversial
    • RE: Reload when online

      @sdetweil I believe he have script to detect wifi/internet running on the same Pi, so he should be able to reload the mirror which is also running on same Pi.

      posted in Troubleshooting
      A
      ashishtank
    • RE: Reload when online

      @fillilutten Better WIFI dongle is the useful, but if you want to reload or restart the mirror then you can use Remote control module and can send command from your script.

      posted in Troubleshooting
      A
      ashishtank
    • RE: Local .ics file access error

      @kai as @lolo suggested the files will be accessible if it is in modules directory. Not all files on root level are accessible directly. Below directories and their child directories and files are accessible from browser.

      "/config", "/css", "/fonts", "/modules", "/vendor", "/translations", "/tests/configs"
      
      posted in Troubleshooting
      A
      ashishtank
    • RE: MM Docker with MMM-Todoist & MMM-Admin-Interface

      @irontamoor The error suggests that instead of .css or .js file it is responding with html (could be 404 or other error details). Go to network tab and filter with mmm-todo and check the response from server.

      Did you do npm install for this modules in docker ? I think you need that for external modules in docker.

      posted in Troubleshooting
      A
      ashishtank
    • RE: set 'X-Frame-Options' to 'sameorigin'.

      @MichaelKrems Considering you know what you are doing suggesting below.

      Change below line in server.js, let me know if that works.

      	app.use(helmet({ contentSecurityPolicy: false }));
      

      to

      	app.use(helmet({ contentSecurityPolicy: false, frameguard: false }));
      

      It should work as below

      c4d051a7-de1a-43a8-9fe3-42bddc80dc9b-image.png

      posted in Troubleshooting
      A
      ashishtank
    • RE: Can I rotate the pages (MMM-Pages) with MMM-TelegramBot or MMM-RemoteControl?

      @MiguelDAD said in Can I rotate the pages (MMM-Pages) with MMM-TelegramBot or MMM-RemoteControl?:

      >  config: {
      >     telegramAPIKey : 'thisisokey',
      > 	allowedUser : ['MiguelDAD'], // This is NOT the username of bot.
      >   } < ---------------------------------Comma is missing here
      >   customCommands: [
      > 	{
      > 		command: "nextpage",
      >
      

      @MiguelDAD Are you able to get it working after adding comma here as @Bugsounet have suggested ?

      posted in Troubleshooting
      A
      ashishtank
    • RE: 75" (180x60cm) Standing Mirror with dual screens

      @SiDuMo Looks good !

      posted in Show your Mirror
      A
      ashishtank
    • RE: Occasional white screen

      @murrayg77 Yes, that’s Anti burn module :) it will show white screen for 5 seconds.

      posted in Troubleshooting
      A
      ashishtank
    • RE: Compliments Remote

      @gkchimz It is not working because there are few errors with your JSON file. Check your json here https://jsonformatter.curiousconcept.com

      2021-01-08-17-48-10-Clipboard
      2021-01-08-17-49-22-https-raw-githubusercontent-com-gkchim-MM-main-compliments-json

      after adding missing , (comma) it should work.

      posted in Troubleshooting
      A
      ashishtank
    • RE: Display

      @Bolovai you can use slim power strip to power the display and pi and only one cable needs to be managed. you can also manually switch off both of them after shutting down pi (optional) from the power strip button or cable.

      posted in Troubleshooting
      A
      ashishtank
    • 1 / 1