A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Trim the fat in a JSON file?

    6
    0 Votes
    6 Posts
    3k Views
    E
    @doubleT If you think there is an improvement that can be done to that module, perhaps file an issue or PR at the module repo? I’ve been looking at that module and wondering if it’s worthwhile using it, or rather just use something more complete as a template. What do you think?
  • fs.stat SyntaxError: Unexpected token

    6
    0 Votes
    6 Posts
    3k Views
    P
    Yes, I had imported it with const fs = require ('fs'); but I was not creating the function well in the right place. Thank you. It’s crazy what I want, I know. I want to connect Kalliope (modular always-on voice controlled personal assistant) - https://kalliope-project.github.io with MagicMirror. I find it a very powerful and flexible tool. The program I already manage it well separately and I have created “neurons” and “events” … etc, but it would be wonderful to interact with MagicMirror modules. Lights, sensors, temperature, webcam, notifications, reading email, music … etc, that I already have it integrated in Kalliope
  • MMM-PIR-Sensor: Everything works fine, just one thing not...

    7
    0 Votes
    7 Posts
    3k Views
    cruunnerrC
    @Medo Glad to hear that :)
  • 0 Votes
    3 Posts
    2k Views
    MedoM
    Next problem occured: There are three kinds of entries in my fritzbox caller list and the device names the calls are directed to: telephone1 telephone2 unknown (NULL, empty Entry) I can filter out telephone1, but cannot the entries with unknown/ NULL (no name, just nothing is stated). So, how can i filter these unknown caller entries? If i try the empty brackets with the deviceFilter Option, but nothing happens…
  • MagicMirror Stuck/Freeze

    Solved
    11
    0 Votes
    11 Posts
    10k Views
    F
    Last thing I see before it crashes https://gyazo.com/b9e8990255cfe865eb0055eb414b05ae Modules alert,holiday,hello world,weather, and (motion detector had a few problems with)
  • 3rd party Module Image Slideshow options Configuration Help

    3
    0 Votes
    3 Posts
    3k Views
    P
    @Mykle1 Thanks Mykle for the help
  • Magic mirror keeps turning blank

    3
    0 Votes
    3 Posts
    2k Views
    S
    Easy… just install xscreensaver with sudo apt-get install xscreensaver then go to screensaver preferences and disable the screensaver, thats all.
  • Local file copy to Pi instead of using Github

    4
    0 Votes
    4 Posts
    2k Views
    N
    @Cyberwrights You can still download Git for Windows, or any other git client, and clone the repo. So long as you copy the entire folder to your USB, it should (afaik) also copy all of the git-specific repo files, and appear as a git repo on your Pi.
  • Trying to use MMM-MyCommute, config.js doesn't look right

    4
    0 Votes
    4 Posts
    3k Views
    cruunnerrC
    @deerbelac said in Trying to use MMM-MyCommute, config.js doesn’t look right: You’re my new best internet friend. LOL you are welcome mate ;)
  • Temperature regulated fan on RPI

    3
    0 Votes
    3 Posts
    2k Views
    cruunnerrC
    @Peter why not just using a python script? found this one here: #!/usr/bin/env python3 # coding: utf-8 import os import time import signal import sys import RPi.GPIO as GPIO pin = 36 # The pin ID, edit here to change it maxTMP = 50 # The maximum temperature in Celsius after which we trigger the fan GPIO.setmode (GPIO.BOARD) def setup(): GPIO.setmode(GPIO.BOARD) GPIO.setup(pin,GPIO.OUT) GPIO.setwarnings(False) return() def getCPUtemperature(): res = os.popen('vcgencmd measure_temp').readline() temp =(res.replace("temp=","").replace("'C\n","")) print("temp is {0}".format(temp)) #Uncomment here for testing return temp def fanON(): setPin(True) return() def fanOFF(): setPin(False) return() def getTEMP(): CPU_temp = float(getCPUtemperature()) if CPU_temp>maxTMP: fanON() else: fanOFF() return() def setPin(mode): # A little redundant function but useful if you want to add logging GPIO.output(pin, mode) return() try: setup() while True: getTEMP() time. sleep(8) # Read the temperature every 5 sec, increase or decrease this limit if you want except KeyboardInterrupt: # trap a CTRL+C keyboard interrupt GPIO.cleanup()
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    24 Views
  • Problem after installing MM on Pi Zero W

    11
    0 Votes
    11 Posts
    7k Views
    W
    I had the same issue. Tried Chromium instead Midori, where it works fine.
  • MagicMirror and Domoticz

    5
    0 Votes
    5 Posts
    3k Views
    D
    @cruunnerr it worked… why didnt i think of this haha thanks! it was bothering me for weeks
  • Modifying Magic Mirror for a gift...

    5
    0 Votes
    5 Posts
    3k Views
    N
    I went ahead and did the PIR sensor. After a few frustrating days I got it working- very cool. Thank you for the suggestion. I’ve also commented out the update notifications- thank you for pointing out the setup tutorial, there were a few other things on there I’ve missed. Thanks for the help, Tom
  • Mockup size adjusting

    2
    1
    -4 Votes
    2 Posts
    2k Views
    yawnsY
    @olha wrong screenshot? Or very brash advertisement?
  • MMM-PIR-Sensor wont do anything

    2
    0 Votes
    2 Posts
    1k Views
    T
    @TS77UK said in MMM-PIR-Sensor wont do anything: echo “4” > /sys/class/gpio/export Ignore that! I was looking at the wrong pin map for my model Pi! I should have been in number 4 not 7! As soon as I typed it I realised the answer lol Thank you for your time
  • remoteFile in compliments module

    71
    0 Votes
    71 Posts
    97k Views
    Mykle1M
    @zeal I have not. By default, the compliments module looks for the compliments.json file in the compliments module folder. I suppose you could try using the path to the file on your server in your config entry remoteFile: "PATH_TO_FILE_ON_SERVER/comliments.json", Dunno if that will work though.
  • Cant run the app

    11
    0 Votes
    11 Posts
    6k Views
    cruunnerrC
    i am wondering why u use MM 2.2.1. The actual release is 2.2.2 i think. Anyhow… Try starting in development mode and take a look at errors: npm start dev or via ssh: DISPLAY=:0 npm start dev
  • Trouble With config file

    5
    0 Votes
    5 Posts
    2k Views
    cruunnerrC
    Try Xcode ;) In cyberduck do a right click and say “edit with --> Xcode” For ssh i use “terminus”
  • No start

    1
    0 Votes
    1 Posts
    814 Views
    G
    I do npm start, it looks like that the app started, but the screen just stays black