A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Calendar doubling events- Calendar & Calendar EXT3

    Solved
    20
    0 Votes
    20 Posts
    268 Views
    S

    @MMrustykayn66 we worked this offline
    He ended up w 2 instances of calendar module
    1 for ext events past and future
    1 for short list of this week’s next 10 events
    And the updated calendar module in test

  • MMM-CalendarExt3 - How do I get more weeks in mode: "weeks"

    Solved
    4
    0 Votes
    4 Posts
    54 Views
    S

    @MMrustykayn66 MagicMirror is case sensitive

  • MMM-DynamicWeather Failed getting api: 401

    Solved
    21
    0 Votes
    21 Posts
    386 Views
    S

    @JohnGalt awesome! computers are very picky!

  • All Google Modules Down?

    Unsolved
    1
    0 Votes
    1 Posts
    40 Views
    lucallmonL

    I have been using MM since… uh… at least 2016 building and rebuilding many times. However, at some point this week, I noticed all of my modules that use Google info (mail, calendar, and MMM-MyCommute) have all disappeared from my MM.

    This is what I get from the logs.
    google log.JPG

    Any idea what’s causing this or what I can do to fix it?

  • How can I increase the font size for some modules?

    Unsolved
    5
    0 Votes
    5 Posts
    456 Views
    S

    @schrecki css is a tricky beast, some settings are inherited by smaller components , some not.

    there is no single setting that works for all

    i don’t know the exact answer for any module
    but you can find it by using the developer window elements tab

    see the second link in my signature below

    one key thing to know is the css stuff you need to add to custom.css

    the stuff before the { is the selector clause
    it ‘selects’ the elements the stuff inside the {} will be applied to

    . (dot) means classname # means id value no prefix means an html tag name div, p, table...

    i use this cheatsheet site
    https://www.w3schools.com/cssref/css_selectors.php

    they have changed it to group the types, so you have to look thru the types

  • MMM-GoogleAssistant Gateway big update = big error = big trouble = ):

    Solved
    9
    0 Votes
    9 Posts
    144 Views
    S

    Hey evryone I fixed the problem with alot of reinstalling and then removing the gateway module

  • MMM-OpenmapWeather - Weather still loading

    Solved
    13
    0 Votes
    13 Posts
    368 Views
    S

    @chris1971 yes, I saw your post

  • 4 Votes
    2 Posts
    573 Views
    R

    @barlouka

    Following up because it took me a while to figure out.

    https://github.com/kolbyjack/MMM-Wallpaper

    You use the iCloud album id as a config item.

    source: “icloud:”,

    The album id is simply the last bit in your iCloud shared album URL. It will look something like this:

    https://www.icloud.com/sharedalbum/#nUm83r5N13t+3r5

    That’s not a real link, just an example.

    Copy everything to the right of the #, basically nUm83r5N13t+3r5.

    You must use a shared album and you have to set it to Public Website (anyone with the link can view the photos). That will allow you to generate the link. See: https://support.apple.com/en-us/108314

    This is what a basic config will look like.

    modules: [ { module: "MMM-Wallpaper", position: "fullscreen_below", config: { // See "Configuration options" for more information. source: "icloud:nUm83r5N13t+3r5", slideInterval: 60 * 1000 // Change slides every minute } } ]
  • MMM-Face-Reco-DNN , Blank Screen error

    Solved
    11
    0 Votes
    11 Posts
    194 Views
    S

    @N3UR0515 you would use profileswitcher if you had something else advising which profile to use and nothing else doing that function

    facereco is doing it all

  • Default Calendar Custom Events

    Solved
    11
    0 Votes
    11 Posts
    146 Views
    S

    @doogy_rev and transform is supported
    from the doc

    IMG_0424.png

  • MM won't start after upgrading to 2.29.0

    Solved
    15
    0 Votes
    15 Posts
    222 Views
    S

    @JohnGalt fabulous!!

  • Any slideshow / wallpaper modules that can pull from OneDrive?

    Solved
    8
    0 Votes
    8 Posts
    948 Views
    F

    @artemisjack I got it to work by creating an album for the module to use and specifying it in the config. It does take a few min to search and load the photos.

    config: {
    albums: [ “MagicMirror” ],

  • MMM-CalendarExt3 - Calendar module. Hide calendar

    Solved
    5
    0 Votes
    5 Posts
    86 Views
    M

    Worked fine! Sometime the easiest way is the best solution. Thanks!

  • MMM-CalendarExt3 - misalignment "showmore" - counter

    Unsolved
    1
    0 Votes
    1 Posts
    45 Views
    L

    Hi

    Hope you can help me. When using the option “showMore” the counter - number is misaligned to the corresponding cell as shown in the screenshot.

    I tried several adjustments, but nothing helped. How can I fix this misalignment?

    CalendarExt3_showMore.jpeg

    Thanks in advance for your help.

  • MMM-CalendarExt3 Not showing on some clients

    Solved
    8
    0 Votes
    8 Posts
    121 Views
    S

    @odin_greythorn awesome. glad you could update without having to drag in any conflicting changes

  • MMM-mvgmunich stopped working

    Solved
    3
    0 Votes
    3 Posts
    53 Views
    KristjanESPERANTOK

    Seems the API isn’t available anymore. MMM-MVVWiesty seems to be an active alternative.

  • Call for testers, updated calendar module

    Solved
    6
    0 Votes
    6 Posts
    162 Views
    evroomE

    @sdetweil

    Will follow up in the “Cant use showEnd icloud cal” topic then.

  • MMM-Pir toggling

    Solved
    22
    0 Votes
    22 Posts
    296 Views
    S

    @ttt126 ok… two things…

    when posting config or logs info in the forum, please use the code-block wrapper

    to use

    paste the text you want to post, blank line above and below
    select the text you just pasted
    hit the </> button above the editor to add the wrapper

    on linux, you can specify the program to launch to execute a ‘script/program’
    you do this by adding a special first line #!/path_to_executable/programname

    so in your case
    from a terminal window do

    which python3

    the which pgm returns the full path to the 1st instance of the program specified as located along the path . on my desktop that is

    which python3 /home/sam/anaconda3/bin/python3

    then in you editor of your script, make this the 1st line

    #!path_from_which

    so it looks like this

    #!/home/sam/anaconda3/bin/python3

    the linux execution code does all this stuff under the covers, reads the 1st line and invokes that pgm with the arguments passed to the script
    and of course, if no #! then the script USER has to specify it like you did

  • Can't update module because of unmerged files

    Solved
    3
    0 Votes
    3 Posts
    68 Views
    L

    @sdetweil Thanks, that worked. Now MMM-OpenWeatherMapForecast just sits there and shows it’s Loading… Oh yeah, got to go and upgrade to the 3.0 API

  • MMM-Worldclock custom icons

    Solved
    4
    0 Votes
    4 Posts
    110 Views
    S

    @sdetweil Thanks! That worked!