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

    Topics

    • cruunnerrC

      newsfeed doesn't load anymore

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      6
      0 Votes
      6 Posts
      1k Views
      S
      @cruunnerr well, we all know what we know at the time… sorry they have quit the feed… have a lot of services changing, making no new api registrations, no longer free, etc…sad
    • cruunnerrC

      MMM-NOAA V2 doesn't start (Unexpected token < in JSON at position 0)

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      4
      0 Votes
      4 Posts
      2k Views
      cruunnerrC
      @sean said in MMM-NOAA V2 doesn't start (Unexpected token < in JSON at position 0): request({ url: “http://ip-api.com/json”, method: ‘GET’ }, (error, response, body) => { console.log(body) // Try logging suspicious point. info = JSON.parse(body); lat = info.lat; lon = info.lon; }); OMG thank you so much… I am a dumbass XD My PiHole blocked the ip-api.com domain, so i put this to the whitelist and its running. Sorry guys
    • cruunnerrC

      Can i search for my own created Topics?

      Watching Ignoring Scheduled Pinned Locked Moved Forum
      4
      0 Votes
      4 Posts
      1k Views
      strawberry 3.141S
      @cruunnerr hmm i can see it on my profile, i just replaced it with your user name
    • cruunnerrC

      MMM-Remote-Control show error on start

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      5
      0 Votes
      5 Posts
      3k Views
      J
      If it is in this line, then something is wrong when I get the fetch url. Maybe a module without any remote, but it somehow it not caught in the if statemate to catch errors? Maybe the result[0].refs does not necessarily have a fetch url?
    • cruunnerrC

      show integer logs from python script as diagram in MM ?

      Watching Ignoring Scheduled Pinned Locked Moved Requests
      18
      0 Votes
      18 Posts
      7k Views
      cruunnerrC
      @doubleT Thats my actual sorting: I would like to show it in the middle below the clock. I installed the microwave sensor on my tank now and began measuring :) So a.t.m. there is only one log and now graph is shown ^^ Will wait now for the next log to see if everything is working fine :) I will play around with the code but today and tomorrow my nephew is to visit, so i need to move that :D
    • cruunnerrC

      {HowTo} turn on/off your monitor (Time based, PIR/Button, App)

      Watching Ignoring Scheduled Pinned Locked Moved Tutorials
      171
      5
      19 Votes
      171 Posts
      277k Views
      S
      @nowayto said in {HowTo} turn on/off your monitor (Time based, PIR/Button, App): This will be perfect, but only if the RemoteControl command will stop or cut-off the video signal, instead of sending a CEC turning off signal. I do not know how Remote-Control is configured/configurable for monitor off
    • cruunnerrC

      Use MMM-Buttons to hide/show modules

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      3
      0 Votes
      3 Posts
      3k Views
      cruunnerrC
      @ninjabreadman said in Use MMM-Buttons to hide/show modules: Hope that helps. Works. Thank u very much :)
    • cruunnerrC

      Changing the length of the line under the header

      Watching Ignoring Scheduled Pinned Locked Moved Custom CSS
      19
      1
      0 Votes
      19 Posts
      12k Views
      Mykle1M
      @magicmarc said in Changing the length of the line under the header: For my travel module, the line doesn’t dissapear even though I leave header empty Try commenting out the entire line (or delete) // header:"", from the config entry
    • cruunnerrC

      MMM-Podcast don't show/load the latest video

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      16
      0 Votes
      16 Posts
      8k Views
      MrCoffeeM
      @cruunnerr So after a couple of days I gave it a new try. You were close to the solution. I did not install the dependencies right. For all with the same issue, you have to read the instructions better than I did: Navigate into your MagicMirror’s modules folder and execute git clone https://github.com/ptrbld/MMM-Podcast.git. A new folder will appear navigate into it. --> which means navigate into MMM-Podcast. Execute npm install to install the node dependencies. --> in the folder MMM-Podcast, install the omx-manager and omxdirector (see dependencies). 3. Install omxplayer. --> However, I already had the newest version installed. Now it works fine. And it is pretty awesome. Thanks for helping me. Mr.Coffee
    • cruunnerrC

      My First Mirror... until now ^^

      Watching Ignoring Scheduled Pinned Locked Moved Show your Mirror
      37
      5
      6 Votes
      37 Posts
      46k Views
      cruunnerrC
      @blackeaglece said in My First Mirror... until now ^^: I have your own PIR, could you give me a hand, help me? Thank you very much https://forum.magicmirror.builders/topic/6291/howto-turn-on-off-your-monitor-time-based-pir-button-app?page=1 ;) Try to find a solution in this post. Otherwise ask again, if you need more help :) And Merry X-Mas @kusselin said in My First Mirror... until now ^^: Hi, can you post the Wallpapers here please Sorry, but i don’t have them anymore :(
    • cruunnerrC

      MMM-Wifi_QR-Code

      Watching Ignoring Scheduled Pinned Locked Moved Requests
      14
      1 Votes
      14 Posts
      10k Views
      Mykle1M
      @cruunnerr Many thanks, my friend! :-)
    • cruunnerrC

      npm ERR! cb() never called! _ when trying to install MMM-RTSPStream

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      6
      0 Votes
      6 Posts
      5k Views
      S
      It may be the downgrade or a bug in the post install script for my module. Backstory: My module tries to install a patch to the main electron.js file on older MM versions so it can safely close the streams when you shut down the mirror - this is now included in the core MM code and is not installed if the code already exists. The errors with npm upgrade: it should be sudo before that line, that’s why you have a bunch of permission errore, but the node update took care of the npm update too. To fix the mirror install, replace MagicMirror/js/electron.js with a fresh copy from github for your version of MM to undo whatever the patch broke when it failed.
    • cruunnerrC

      SD Card Backup

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      15
      0 Votes
      15 Posts
      11k Views
      D
      A backup of a running system is a good idea. Keep in mind how often we have trouble with new Raspbian versions. It still seems to run best on Jessi, so at least keep an image of that Raspbian version at hand that works for you (but then again, why not a complete backup image?). My Mirror crashed with data loss and corrupted sd card and for weeks, evening after evening I couldn’t get WiFi to run on my RasPi with the new card and latest Raspbian. Finally found my old Jessi image and it worked immediately. If only I had made a backup, it would have been a 10 minute thing.
    • cruunnerrC

      MMM-Button doesn't work

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      18
      0 Votes
      18 Posts
      13k Views
      ?
      I had the same issue and was able to fix it. You need to execute electron-rebuild. Just follow these steps: https://github.com/electron/electron-rebuild
    • 1 / 1