A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

Subcategories

  • Any suggestions or wishes for the forum?

    105 Topics
    727 Posts
    J
    @sdetweil Thanks, I made the changes ad it works perfectly. Thank you for your prompt response.
  • Thanks everyone!

    6
    1 Votes
    6 Posts
    1k Views
    Mykle1M
    @cowboysdude Come back, Shane!
  • TV Show News Feed

    4
    0 Votes
    4 Posts
    980 Views
    X
    Sorry only getting back now. Not sure how to get the file I need for this? http://showrss.info/user/244209.rss?magnets=true&namespaces=true&name=null&quality=null&re=null Would this be it? I did set up an account and some shows from showRSS website.
  • MM2: Treat Two Monitor as One

    3
    0 Votes
    3 Posts
    1k Views
    I
    @sdetweil I’ll have a look, thanks!
  • stupid question from neewbie how to start

    8
    0 Votes
    8 Posts
    889 Views
    S
    @Curtis777 ‘all I need to do’? for what. there is install module and edit config.js those are the two tasks after mm install.
  • Add Publishing Date and Sort by Date Option

    1
    0 Votes
    1 Posts
    277 Views
    D
    Hi. Would it be possible to have something like the publishing date added to the list of Modules on Github and the sorting by date option? This would in my eyes facilitate the search of “new” modules. Example. Every now and then I check about new weather modules. I have to go through all the existing ones and see if one pops out of the list just by going through the list. This is very annoying. It would be nice to have a sorting option to sort the modules by publishing date AND by update date. Lets say an existing module got an update, I would like to know that and check if the module now fits my needs. Hope I am not the only one looking for this. Appreciate if everyone who is interested in this would add a :thumbs_up_light_skin_tone: comment to this topic. Thank you all.
  • MMM-Pages or MMM-Carousel... which one?

    1
    0 Votes
    1 Posts
    398 Views
    B
    Hi, just trying to figure out which is best? Im looking for multiple pages and key bindings. looking for the veterans opinions on which is least likely to cause issues ! :)
  • ISO Javascript tutorial/course.

    4
    0 Votes
    4 Posts
    835 Views
    S
    @Kasey00 yes, learned due to work, or in case of mm, node/electron because I needed/wanted to.
  • Server only MM

    3
    0 Votes
    3 Posts
    761 Views
    K
    @arkabase said in Server only MM: Can server-only MM run on Raspbian lite (console only instead of full desktop raspbian ? Raspbian lite is a minimal version of Raspbian and omits things like Wolfram Alfa, Libre office, and most notably X server, the download clocks in at 300MB vs 1.3 GB for Raspbian and it’s ideal if you intend to run the Raspberry Pi as a headless server without a GUI
  • Sweeping second hand on the clock?

    4
    0 Votes
    4 Posts
    840 Views
    S
    @lkthomas ah. I did not read that in your prior text. U will have to change the animation css to use many more smaller steps… caution, that will consume a lot of cpu power, and may not leave enough for other requirements on some processors
  • autostart mm

    27
    0 Votes
    27 Posts
    8k Views
    G
    @sdetweil wow! my philosophy is different i will help anyone regardless
  • Distance between glass and monitor

    4
    1
    0 Votes
    4 Posts
    1k Views
    E
    Thanks for your answers.
  • Doorbird IP camera integration

    15
    0 Votes
    15 Posts
    5k Views
    J
    @MilkShake Can you give me assistance to get my doorbird working?
  • 0 Votes
    6 Posts
    753 Views
    S
    @dcimag I would open the developers window ctrl-shift-i, and then select the console tab and scroll up to see any error messages. usually red text.
  • Weather forecast - only displaying 3x days (? help)

    5
    0 Votes
    5 Posts
    964 Views
    I
    @hango, THANK YOU :) I have a question - how on Earth did you determine that line 297 from the file needed to be amended? Are you God? Are you a computer scientist? I am in awe of your eagle eye and intelligence! :clapping_hands: :blond-haired_woman: :call_me_hand:
  • Compliments from MQTT sensor

    5
    0 Votes
    5 Posts
    1k Views
    L
    @litevox158 said in Compliments from MQTT sensor: Hi buddy, following up on this. Did you get any output on these quires yet? Regards, https://dltutuapp.com/tutuapp-download/ https://showbox.run/ https://kodi.software/ Kevin J. Hodge Hi mods, thanks for the follow up on this. Regards, Kevin J. Hodge
  • MagicMirror is safe...

    8
    0 Votes
    8 Posts
    2k Views
    S
    @karsten13 thanks… guess it makes sense… contributor can’t really be a repo!..
  • News Feed - NPR

    9
    0 Votes
    9 Posts
    2k Views
    earnestrichardsE
    @sdetweil You’re a freaking genius. Thanks. It’s always something ‘silly’ like that… earlier I had a misplaced “{”
  • Magic Mirror Alexa Tutorial

    2
    0 Votes
    2 Posts
    470 Views
    S
    @aarish I am sure there are many. problem is that they haven’t been maintained, so little tweaks are needed here and there depending which Alexa thing u try to install… both Alexa and Google Assistant require interlocking registrations on their respective host sites, which are barely documented and constantly changing…
  • Quick question guys!

    2
    0 Votes
    2 Posts
    347 Views
    K
    I just tried with the mirror I took off my MM, it doesn’t make much difference if it’s stuck against the display or if there’s a gap, you can go for it ;) And honestly, I prefer without mirror :D
  • Update available 2997 commits behind

    4
    0 Votes
    4 Posts
    1k Views
    S
    @Canguingo to update from my scripts is a 2 step process, right? upgrade-script.sh will do the git pull and npm install, and refresh npm setup for any modules that might need it it should handle all the work… and give you a trial run of all that… only applying changes if u request them give it a try this works on Mac as well, cut/paste this line into the terminal window on your device bash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)" ------> no changes are made to the local repo or the working copy < --------- if you WANT to actually apply the changes, cut/paste this line into the terminal window on your device bash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)" apply there is a log file (upgrade.log) in the MagicMirror/installers folder…