A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • ALT not doing anything

    Solved
    44
    0 Votes
    44 Posts
    21k Views
    S
    @Fifteen15Studios if so, you can do this in config.js electronOptions:{ frame: true, autoHideMenuBar:true}, note the trailing comma before the modules:[ line no code change required
  • MMM-GoogleTasks (spydersoft) Install Question

    Unsolved
    1
    0 Votes
    1 Posts
    232 Views
    A
    I’m trying to install this module I got to step 5 of Authentication setup - but it says to follow the instructions to generate tokens. No instructions were provided. I ran this command: node index.js -c C:\Users\xxx\MagicMirror\modules\MMM-GoogleTasks\credentials.json -t C:\Users\xxx\MagicMirror\modules\MMM-GoogleTasks\token.json Task lists: To-do (abcdefg) The OAuth screen popped up, I signed in, and it produced my list ID. But when I go to do the config.js edits, the parameters say that i need a list name My token list does not name a “name” or “included lists” section. The only things I see are type client_id client_secret refresh_token How do I generate tokens?
  • [MMM-Pages] Different "newsfeeds" on serveral pages

    6
    0 Votes
    6 Posts
    1k Views
    S
    @J2FK awesome! glad it helped
  • MM current version on Raspberry Pi 5 cannot turn off monitor

    Solved
    53
    0 Votes
    53 Posts
    35k Views
    S
    @liminal1 times and technology are always changing. it’s a constant battle
  • MMM-weconnectid with 2 accounts

    Solved
    20
    0 Votes
    20 Posts
    9k Views
    S
    @chrisfr1976 awesome… thanks for the feedback…
  • 2 modules side by side

    Solved
    9
    0 Votes
    9 Posts
    2k Views
    BKeyportB
    Just a FYI, it may also work thusly: /* adjust modules to display side by side */ .MMM-ValuesByNotification, .MMM-OpenWeatherForecast { display: inline-flex; margin-right: 5px; margin-left: 5px; } the catch is that you have to have the modules in your config in the exact order you do in this css entry.
  • How to get 2 modules side by side?

    10
    0 Votes
    10 Posts
    10k Views
    B
    @BananaBro Re: How to get 2 modules side by side? I am trying to have my Weather modules next to each other. I get close following this post, but I can’t seem to get them next to each other. I have played with the % on width and things and I can’t get the tops even. .weather { display: inline-block; width: 47%; max-width: 47%; min-width: 47%; } .weather:first-child { margin-right: 6%; } .region.top.right { width: 600px; min-width: 600px; max-width: 600px; } Link to image: https://www.dropbox.com/scl/fi/377vilalfvri9btnyc195/Screenshot-5.png?rlkey=77qpb4f05qh5zp6iqfa8e28o0&dl=0 Thank you,
  • how alert trigger

    Unsolved alerts module mqtt
    15
    0 Votes
    15 Posts
    5k Views
    F
    @sdetweil im so sorry but I don’t understand it. like I wrote I can see the examples in my Mqtt broker. when I change in my broker the messages I can also see in the log from the mirror that it changed this values but how can I trigger with this a alert for example or a notification? what I have to configure? in the config.js file by the module: MMM-MQTT-Bridge? when yes what? I copy the examples already.
  • MMM-GoogleTasks errors out randomly

    Unsolved
    7
    0 Votes
    7 Posts
    1k Views
    A
    @kayakbabe I have Google calendar and Google photos working on my MM just fine. Both used similar oauth api credential file instructions, but this one seems a little more complicated.
  • Unable to install dependencies!

    Solved
    5
    0 Votes
    5 Posts
    804 Views
    K
    @sdetweil Sorry, a bit late but it worked. The other issues are related to modules. I try first to solve it. I will come back if I get stuck.
  • Black Screen when news doesnt fetch

    Unsolved
    8
    0 Votes
    8 Posts
    841 Views
    G
    Unfortunatly, only way I make it works : using a watch dog… then it auto restart MM. https://github.com/MichMich/MMM-WatchDog
  • Display emoji in calendar module

    Unsolved
    3
    1 Votes
    3 Posts
    1k Views
    BKeyportB
    @Nneuland The fix is to install emoji fonts. https://raspberrypi.stackexchange.com/questions/104181/colored-emojis-in-chromium
  • 0 Votes
    5 Posts
    2k Views
    S
    @poopyurinal awesome… I hoped that you would figure it out pretty quickly…
  • 0 Votes
    6 Posts
    1k Views
    S
    @dondidge the newer versions of PIR modules handle the CEC commands now… some give you config options so you don’t have to edit the code (which is a bad thing for updates) but glad you found the forums helpful
  • Calendar not updating

    Unsolved
    95
    0 Votes
    95 Posts
    76k Views
    S
    @matt216 no problem
  • Installation issues - pm2

    Unsolved
    18
    1
    0 Votes
    18 Posts
    5k Views
    J
    @sdetweil Sounds like a good plan. It does feel like these tutorials are not maintained, there’s always a step that doesn’t work. I’ve tried two now. Thanks for all your help. I’ll let you know if all goes well.
  • recommended ical calendar host with basic http auth

    Solved
    3
    0 Votes
    3 Posts
    374 Views
    C
    @sdetweil thanks, took me a minute to find the secret ICS url.
  • MMM-Pir Issue

    4
    0 Votes
    4 Posts
    910 Views
    bugsounetB
    Hi, npm run rebuild command inside MMM-Pir folder will help
  • MMM-WeatherorNot Random Number at Bottom

    Unsolved
    5
    1
    0 Votes
    5 Posts
    792 Views
    S
    @Splashed looks like it’s the timestamp of the iframe content from the code [image: 1706719001799-screenshot_20240131_093524_chrome-resized.jpg] the author is not available, so someone would have to fork and provide a fix you could edit the .js file and remove that +… on line 82
  • Google Calendar issues

    Unsolved
    17
    0 Votes
    17 Posts
    5k Views
    S
    @ZiggidyZ no problem we all learn as we go… I learn new stuff every day.