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

    Posts

    Recent Best Controversial
    • RE: cron job hdmi on and off

      unfortunately it still doesn’t work what am I doing

      wrong?!

      6df4646c-2d05-4f37-ab98-06602edb7242-image.png
      cron info

      on sh file
      5579a93f-27f3-4e53-b75e-59c5306798b8-image.png

      off sh file
      e7e6712a-47f1-4210-b91f-6eb6bc5c7230-image.png

      error logfile:
      2d8cad2e-a6e6-496d-a3eb-34dfff1f115d-image.png

      posted in Troubleshooting
      S
      Sam 0
    • RE: cron job hdmi on and off

      @evroom Thanks for your explanation, I have made adjustments and will check tonight if it works. I will report this back. Thanks for the effort.

      posted in Troubleshooting
      S
      Sam 0
    • RE: cron job hdmi on and off

      I thought it was right but now the rights on the sh files are set to 0777 and also on the folders
      I also did a test to see if I could execute the sh files, this works tonight the cron should execute it, let me know if it works

      7d588f38-160b-4f84-a7fc-6932e1d74561-image.png

      posted in Troubleshooting
      S
      Sam 0
    • RE: cron job hdmi on and off

      i created two files
      off.sh and on.sh
      they contain the following lines

      wlr-randr --output HDMI-A-1 --off
      wlr-randr --output HDMI-A-1 --on

      i also created a folder
      with the following rights:
      cmod 777
      the cron contains the following lines:
      unfortunately this does not work what is wrong?

      # Schakel display uit zondag - donderdag om 22.00
      00 22 * * 0-4 /home/username/MagicMirror/config/hdmionoff/off.sh>> /home/username/MagicMirror/config/hdmionoff/mof.log 2>&1
      # Schakel display uit vrijdag - zaterdag om 22.45
      45 22 * * 5,6 /home/username/MagicMirror/config/hdmionoff/off.sh>> /home/username/MagicMirror/config/hdmionoff/mof.log 2>&1
      # Zet het scherm aan maandag - vrijdag om 7u00
      00 07 * * 1-5/home/username/MagicMirror/config/hdmionoff/on.sh>> /home/username/MagicMirror/config/hdmionoff/mon.log 2>&1
      # Zet het scherm aan zaterdag - zondag om 8u00
      00 08 * * 6,0/home/username/MagicMirror/config/hdmionoff/on.sh>> /home/username/MagicMirror/config/hdmionoff/mon.log 2>&1
      
      posted in Troubleshooting
      S
      Sam 0
    • RE: cron job hdmi on and off

      @Sam-0 thanks I will test it and share the result with you

      posted in Troubleshooting
      S
      Sam 0
    • cron job hdmi on and off

      Re: [Cron Job Question](/tI used a cron job to turn my screen off and on I still want to do this I understand that the addressing of the monitor has changed and now only the code below works:

      Turn off display Sunday - Thursday at 22:00

      00 22 * ​​* 0-4 wlr-randr --output HDMI-A-1 --off

      Turn off display Friday - Saturday at 22:45

      45 22 * ​​* 5,6 wlr-randr --output HDMI-A-1 --off

      Turn on screen Monday - Friday at 7:00

      00 07 * * 1-5 wlr-randr --output HDMI-A-1 --on

      Turn on screen Saturday - Sunday at 8:00

      00 08 * * 6,0 wlr-randr --output HDMI-A-1 --onopic/16967/cron-job-question)
      05080d0a-5b0b-4960-8a96-64aef0a9f548-image.png

      i see that running the commands:
      wlr-randr --output HDMI-A-1 --off
      wlr-randr --output HDMI-A-1 --on
      works fine
      only putting this in cron and making it work didn’t work. i think i need to point the above cron job to files to have it run by cronjob can someone give a good example of what this looks like

      posted in Troubleshooting
      S
      Sam 0
    • RE: openweathermap not working

      ok I continued searching and now have the following config which seems to work at the moment disabled: false,
      module: “weather”,
      position: “top_right”,
      header: “Weather Forecast”,

              config:
              {
                  // See 'Configuration options' for more information.
                  			
      	apiKey: "fnotmyapikey sampletestttghfhghfhfghfhghh",
      	lat: 52.0575,
      	lon: 4.4931,
      

      apiVersion: ‘2.5’,
      weatherEndpoint: “/weather”,

      I added
      the following values
      apiVersion:
      ‘2.5’,
      weatherEndpoint: “/weather”,

      posted in Troubleshooting
      S
      Sam 0
    • RE: openweathermap not working

      @sdetweil ok I continued searching and now have the following config which seems to work at the moment disabled: false,
      module: “weather”,
      position: “top_right”,
      header: “Weather Forecast”,

              config:
              {
                  // See 'Configuration options' for more information.
                  			
      	apiKey: "fnotmyapikey sampletestttghfhghfhfghfhghh",
      	lat: 52.0575,
      	lon: 4.4931,
      

      apiVersion: ‘2.5’,
      weatherEndpoint: “/weather”,

      posted in Troubleshooting
      S
      Sam 0
    • RE: openweathermap not working

      @sdetweil I read the topic maybe my English is not so good that I do not understand it well can you indicate what I am doing wrong I have now adjusted the following
      disabled: false,
      module: “weather”,
      position: “top_right”,
      header: “Weather Forecast”,

      config:
      {
      // See ‘Configuration options’ for more information.

      apiKey: “ghgjhgjhgjghjgjfghchghf”,
      lat: 52.0575,
      lon: 4.4931,

      } },

      posted in Troubleshooting
      S
      Sam 0
    • RE: openweathermap not working

      @Sam-0 I have made some changes and now I get a different message, this is what I have in my config now, can anyone help me with what still needs to be done? config:
      {
      // See ‘Configuration options’ for more information.
      weatherProvider: “openweathermap”,
      apiKey: “drtdgrdgfgfdgdfgfdgfdtestmmmmmmm”,
      lat: 52.0575,
      lon: 4.4931,
      apiBase:‘https://api.openweathermap.org/data/’,
      weatherEndpoint:‘/onecall’,

                  }		},
      

      message on mm invalid that NAN

      posted in Troubleshooting
      S
      Sam 0
    • 1 / 1