A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Async Functions, Sockets, Arrays, and Figuring this out

    3
    0 Votes
    3 Posts
    319 Views
    lavolp3L
    @jcsindelar if I understand correctly you want to call stockdata from a dynamic and changing range of stocks. In some modules the array is provided by the config with every call to node_helper, in some modules just at the start. Another option would be to include a notification in the stock ticker module and use that to change the array. I’m currently working on a successor to MMM-AVStock that also has a ticker. If you’re interested we could implement your request into the code. Meaning: your module sends a notification “CHANGE_STOCKS” and my module receives it and acts accordingly. notificationReceived: function(noti, payload) { if (noti === "CHANGE_STOCKS") { this.config.symbols = payload this.sendSocketNotification("GET_STOCKDATA", payload) } } However, consider that the actual config will obviously not be safed in case of restart. But I guess your module will do the rest.
  • Display Magic Mirror on a website

    5
    0 Votes
    5 Posts
    2k Views
    H
    @sdetweil Thanks Sam, I was trying with an internal web server first. I will try using the external server instead.
  • Time format in default calendar module

    3
    1
    0 Votes
    3 Posts
    995 Views
    C
    @sdetweil I know and this is what I did. But it seems that the calendar module is not respecting the flags that have been set. Maybe a bug? What I understand out of the doc is that the format can only be changed if the timeFormat is absolute. But to be honest, in my case it just doesn’t matter at all. The format won’t change, no matter if I use relative or absolute. With Absolute it always says “In one day” With relative it says “Tomorrow at 12:00 o’clock” The values for dateFormat seem to get ignored. I tried “DD-MM-YYYY”, “MMM Do”, “LT” for both cases relative and absolute. What am I missing?
  • MM Shows a plain Black Screen on iOS 9.3.5 device

    Unsolved
    29
    0 Votes
    29 Posts
    13k Views
    S
    @magicx no, and it will be harder in 2.15, as more code has been converted to es6 notation which the early ios browsers don’t support
  • MMM - NewsFeed Ticker Hangs

    40
    0 Votes
    40 Posts
    15k Views
    M
    @sdetweil Edit: I believe I got the default news module to work. I apparently was missing some brackets around some of the source urls and that I think made the module not see the other sources.
  • Config file not found

    12
    0 Votes
    12 Posts
    3k Views
    B
    @mintpizza You are missing a { before module: “updatenotification”, It should be: { module: "alert", }, { module: "updatenotification", position: "top_bar" },
  • MMM-Tools making the screen black

    7
    0 Votes
    7 Posts
    1k Views
    D
    @bugsounet Understood. Shall I create the same thread in the forum.bugsounet.fr?
  • Lost Internet connection

    Unsolved
    2
    0 Votes
    2 Posts
    808 Views
    F
    @mrdenmark Maybe this will help: https://discourse.pi-hole.net/t/how-to-fully-uninstall-pihole/14133 But otherwise just save the config.js, and the list of modules, and do a clean install and install the modules and apply the config.js Oh, and the ‘dict’ files as well, if you use MMM-MQTTbridge. Held og lykke!
  • http connection denied despite open whiteList

    4
    0 Votes
    4 Posts
    824 Views
    K
    @fribse That´s it! I thought there must be something simple. I changed it to 0.0.0.0 and it works. Thanks to both of you for your help.
  • MMM-BM-OW when 'no rain' for forecast undefined message received.

    14
    0 Votes
    14 Posts
    4k Views
    S
    @cowboysdude @Mykle1 I’m going to move onto another module for now. I’ll revisit this in the future when I am more experienced. Right now I’m just self immolating. Thanks for your time and effort.
  • Problems With Weather

    41
    0 Votes
    41 Posts
    15k Views
    Mykle1M
    @cowboysdude Rolling
  • How to ask for help. For absolute beginners!

    2
    3 Votes
    2 Posts
    1k Views
    cowboysdudeC
    This is a great topic… for some reason people don’t seem to be able to or unwilling to read.
  • MMM-Pages - WeatherModules: LockStrings active

    5
    0 Votes
    5 Posts
    1k Views
    O
    @sdetweil Thanks for you fast reply. Im a bit new to MM2 so i will learn how to uptade modules and MM2 itself. I inspected this and got a similar answer by myself… this modules are “the culprit”, not MMM-Page ;) In the meantime i found a good replacement for OpenWeatherMap. OpenWeatherForecast- very nice. I will play a bit around…
  • 2 Calendar modules do not line up

    Unsolved
    5
    1
    0 Votes
    5 Posts
    2k Views
    M
    @mr-fliffer I never resolved the problem either. I went ahead and just used a single module for my purposes.
  • MMM-Stock Cannot read property 'toLowerCase'

    34
    0 Votes
    34 Posts
    13k Views
    S
    @sdetweil stocks are working today
  • Control MMM-mp3player with MMM-GoogleAssistant

    1
    0 Votes
    1 Posts
    238 Views
    Y
    Hello, can I control MMM-mp3player with MMM-GoogleAssistant ?
  • What is this how do i solve it?

    15
    1
    0 Votes
    15 Posts
    3k Views
    T
    @sdetweil evet sorun buymuş :) teşekkürler ;)
  • Can I put my own photo album in Flickr for MMM-Flickr

    mmm-flickr
    4
    0 Votes
    4 Posts
    914 Views
    PeterPangP
    Solved , its need the photo album page of yours URL , not just your name URL
  • MMM-Spotify

    2
    0 Votes
    2 Posts
    576 Views
    S
    @brendan_c23 sudo means become root user for this one command all files created will be owned by root, and protected from other users writing to them modules need to write to files… for MM, NEVER need to use sudo
  • 0 Votes
    5 Posts
    836 Views
    M
    @mcmalone If you use a screensaver then I am 99.9% sure the TV is still on, just showing a black screen. Maybe have a look at MMM-NewPIR. It supports HDMI-CEC and should turn your TV on/off. Otherwise you try the relay method explained by @cruunnerr in this HowTo.