A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Freeze modules to save energy

    3
    0 Votes
    3 Posts
    493 Views
    Mykle1M
    @sdetweil Testing my post capabilities. :-)
  • New regions suggestion

    1
    1 Votes
    1 Posts
    313 Views
    BKeyportB
    I’d like to see the current region set expanded and adjusted: Currently we have: top_bar, bottom_bar top_left, bottom_left, top_center, bottom_center, top_right, bottom_right upper_third, lower_third middle_center fullscreen_below, fullscreen above. I’d like to see the grid a bit differently: Vertically: Top, Middle, Bottom. Horizontally: Left, Center, Right. 3x3 grid, in essence. Also, I’d like to see the ability to span two spots, say Top_center_right This would make it much better for portrait mode screens.
  • Custom Past Days ammount

    4
    0 Votes
    4 Posts
    533 Views
    S
    would you be willing to share a vevent from your ics file? use the url to download the file. its just text, so u can edit it. I’d like to see the event that shows like that… u an send it to my email. same userid as here on gmail
  • Youtube Statistics (views, subscribers , etc)

    youtube statistics views subscribers
    1
    1 Votes
    1 Posts
    684 Views
    D
    Hi there, I have been searching for a Youtube statistic module for a people with a YouTube channel. So you can view things such as your channel views of subscribers in graph of just a number. I could not find anything in the modules. Anyway to accomplish this?
  • HTTP vs HTTPS

    2
    0 Votes
    2 Posts
    353 Views
    S
    @ankonaskiff17 the MM code needs to be updated (and every module)
  • Simple module to receive m3u8 stream and change volume via GPIPs?

    3
    0 Votes
    3 Posts
    589 Views
    wishmaster270W
    @buchair said in Simple module to receive m3u8 stream and change volume via GPIPs?: m3u8-Stream Hi, my MMM-MplayerRadio module uses mplayer to play radio playlist files. I think it will work with m3u8 as well. It uses a touch interface to control the MMM-Volume module. It do not know what you mean with GPIPs but maybe this combination may fit your needs.
  • minimize windows

    4
    0 Votes
    4 Posts
    1k Views
    C
    Hello, i done the work…edit a script to display or not a web page in background and play with crontab to run every 5 minutes.Magicmirror is always running. For synchrone mmm pages with all modules and this script, it would be better to find a module who execute the crontab’s command like this ‘export DISPLAY=:0; /bin/bash /home/pi/scriptweb.sh >/dev/null 2>&1’ if you have some idea…thanks
  • carousel tweets, googlemaps and informations départures

    2
    0 Votes
    2 Posts
    331 Views
    C
    @chassain-0 https://github.com/chassain/test-carousel
  • LG Thinq and Home Connect

    1
    1 Votes
    1 Posts
    784 Views
    R
    Hi, does anybody know it LG Thinq connected devices are also compatible with Home Connect OR if there is something like a “bridge to home connect” app OR if there is a way to display the device status og LG Thinq devices on MagicMirror? With my new kitchen, I have three different standards…Miele@home, Home Connect and LG Thinq…
  • Temporary disable modules

    12
    2 Votes
    12 Posts
    12k Views
    T
    @paviro, thank you very much, this works. disabled: true,
  • Newsfeed Publish Date Parsing

    3
    0 Votes
    3 Posts
    527 Views
    R
    @sdetweil Module is showing “Invalid date”. My date format is - 06-09-2020 | 8:54 pm. Module is parsing below format - Sun, 06 Sep 2020 17:02:12 +0000. Link is checked through https://validator.w3.org/feed/. Site is also giving the error “pubDate must be an RFC-822 date-time: 06-09-2020 | 8:54 pm” and suggesting the solution to change the date-time format to comply with RFC822. I cannot change the date format in rss feed. So, is there any way in module to fix this. Right now, I have disabled the “showPublishDate” feature. Thanks in advance…
  • Telegram display message sent

    2
    0 Votes
    2 Posts
    485 Views
    ?
    [image: 1591381890347-51db5c1f-6b5f-4e70-b5aa-069362505a57-image.png]
  • sqlite - anyone use it?

    Unsolved
    14
    0 Votes
    14 Posts
    4k Views
    B
    @Perlchamp Thanks everyone for your help. What I was doing was using MMM-MarineWeather By Grena https://github.com/grenagit as a template to create a MarineTides version. In my simplicity I was loading the tide predictions from NOAA into a table and trying to use sqlite. The problems caused me to do a better job. Now I link to the NOAA website for the info. This allows the module to get the tide info from any (US) location. Works well. I’ll clean it up and try to add it to Git. May need help with that. Thanks again. [image: 1589802921947-20200413_132310_resized-resized.jpg]
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
  • Longitude and latitude in default config

    4
    0 Votes
    4 Posts
    806 Views
    MoreLinuxM
    @Travelbacon , I support your idea. True, the suggestion of Mykle1 works, but it’s not a standard. @MichMich, Would be great to have longitude and latitude as default parameters in the config.js. In this way you would set your location once and all the modules that require it can use it.
  • Disabilitare schermata nera

    Unsolved
    2
    0 Votes
    2 Posts
    500 Views
    S
    @Alex2020 run this to disable the screensaver esegui questo per disabilitare lo screensaver bash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/screensaveroff.sh)"
  • Snow amount on weather forecast

    4
    0 Votes
    4 Posts
    1k Views
    brobergB
    @hango nevertheless, easier to keep things in one thread. That questions is there so one don’t accidentally brings up a dead thread.
  • Magic Mirror Update process

    Unsolved
    11
    0 Votes
    11 Posts
    5k Views
    S
    @bhepler use my updater script see https://github.com/sdetweil/MagicMirror_scripts
  • Auto Start Time

    Unsolved
    2
    0 Votes
    2 Posts
    741 Views
    S
    @Atahan use the pm2 tool to autostart on boot… if u did not set this up during install, then use my script bash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/fixuppm2.sh)" make sure u set the pi to autologon to the desktop at boot (using raspi-config)
  • TLS 1.3 Support for MM and Calendar

    Unsolved
    4
    0 Votes
    4 Posts
    795 Views
    S
    @Pakmann thanks. we are all volunteers here, so we now have to find someone that has time and cares to find and fix the problem and propose a working solution back to the project. but its on the list of issues.