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

    Posts

    Recent Best Controversial
    • RE: Mistake in the config.js and i dont no

      @Thomas

      you are missing { }, around the fuel module

      should look like this

                  {
                          module: "MMM-Fuel",
                          position: "top_left",
                          config: {
                              api_key: "",
                              lat: 52.518611,
                              lng: 13.408333,
                              types: ["diesel"],
                              
                   },
      

      And btw, don’t give out your API-key, remove it when you post config files

      posted in Troubleshooting
      brobergB
      broberg
    • RE: MMM-DailyBibleVerse

      @arthurgarzajr
      I googled it, and they have a RSS feed,
      So just add this adress : https://www.biblegateway.com/votd/get/?format=atom
      To the newsfeed module and you will get the verse every day.

      Edit : sorry, I thought this was a request, my bad :D

      posted in Education
      brobergB
      broberg
    • RE: calendar: maximumNumberOfDays is ignored

      @binderth You have the maximumNumberOfDays in the wrong place,

      it should be outside the calendar array

      config: {
        calendars: [
             {
               symbol: ‘calendar-times-o’,
               url: ‘webcal://calendar.google.com/calendar/ical/xxx%40group.calendar.google.com/private-xxx/basic.ics’,
               user: ‘xxx@xxx.de’,
               pass: ‘xxx’
             }
        ],
       maximumNumberOfDays: ‘7’,
      }
      
      
      posted in Bug Hunt
      brobergB
      broberg
    • RE: Building Frame

      Build a box, mount the screen to the back of the box?

      posted in General Discussion
      brobergB
      broberg
    • RE: Touchscreen instead of simple monitor behind MagicMirror?

      @binderth Pretty sure you can do almost anything, I think I’ve seen a openhab module on here, but don’t know how it works. (probably just getting information).

      But since you can have a module send terminal commands in Linux you could probably do a lot with it.

      The Magic Mirror 2 is so far primarily for displaying information, but since it’s basically a local website you can do pretty much anything on the mirror as you would on any other website.

      posted in Hardware
      brobergB
      broberg
    • RE: Touchscreen instead of simple monitor behind MagicMirror?

      Using a ready-made touchscreen won’t work behind the glass (you don’t really wanna use foil for this).

      either you go for a capacitive touch foil mounted on the inside of the glass or an IR-frame mounted on the outside around the glass.

      The IR frame is the cheapest way to for touch functionality, the touch foil slightly more expensive, especially if you go for a bigger sized screen (30"+).

      the voice control is probably the easiest and cheapest controller for a mirror to implement thanks to all the voice modules!

      posted in Hardware
      brobergB
      broberg
    • RE: Magic Mirror With Amazon Alexa

      is this what you are looking for?

      https://github.com/sakirtemel/MMM-alexa

      posted in Requests
      brobergB
      broberg
    • RE: MMM-Snow - Yet another Snow Module

      Sweet!

      There should be a seasonal module like this, or maybe an extension for the weather apps (snow when the weather says snow and rain, hail, sunny, cloudy etc etc).

      posted in Fun & Games
      brobergB
      broberg
    • RE: Darken fonts for some modules

      The Calendar is faded, so you can add fade: false, to the config or change the `fadepoint: 0.8’ to make it fade later on the list (0 is at the top 1 is at the bottom)

      there is also the option of adding a class to the calendar

      to apply specific css values (like font-color) to the calendar only.

      Or if you want to change ALL font-colors you change it in the .css file,
      add and change these in the custom.css after your own taste

      .dimmed {
        color: #666;
      }
      
      .normal {
        color: #999;
      }
      
      .bright {
        color: #fff;
      }
      
      
      posted in Troubleshooting
      brobergB
      broberg
    • RE: Making text etc clickable

      Next up, adding a timer to the description that doesn’t mess with the news items that is next in line,
      Tried one version, but it couldn’t handle multiple start/stop clicks.

      posted in Development
      brobergB
      broberg
    • 1
    • 2
    • 73
    • 74
    • 75
    • 76
    • 77
    • 78
    • 79
    • 80
    • 75 / 80