MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. sdetweil
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    S
    Offline
    • Profile
    • Following 0
    • Followers 108
    • Topics 92
    • Posts 21,165
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: MMM-OnSpotify Waiting for Authorization

      @videogame95 I do not know

      when I go there I see the button, but it is disabled as I have 3 apps defined
      Snip20260320_8.png

      posted in Entertainment
      S
      sdetweil
    • RE: Sharing a concept that I am working on for my daughter's house - MagicMirror layout

      @wswenson very nice work!!

      posted in Show your Mirror
      S
      sdetweil
    • RE: Default calendar module seems to disregard month when filtering recurring events.

      @jpiatt can you show the event from the iCal data

      curl -sL the cal_url > somefile.txt
      

      Edit somefile.txt and find the vevent for that

      Paste here w code block around
      You can change the title and any other thing that exposes you or your url. Don’t delete any lines

      There is a big rewrite of the calendar processing coming on April 1.

      You could test that now, see the troubleshooting section pinned topics on testing fixes

      posted in System
      S
      sdetweil
    • RE: digital Family calendar with slideshow

      @omega1209 MMM-CalendarExt3

      posted in Show your Mirror
      S
      sdetweil
    • RE: Unifi doorbell video shown on MM when bell rung

      @mvrlogins nice!!

      posted in Show your Mirror
      S
      sdetweil
    • RE: Calendar CustomEvents

      @evroom keyword is not insensitive and cannot be set that way.

      the search can be

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-ISS by daterell

      @Nidra57 this module is broken, a pull request was posted to fix it, but not merged

      I see you opened the PR

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-OpenWeatherForecast formatting problem?

      @rmonkey nothing I can think of

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-OnSpotify Waiting for Authorization

      @videogame95 ok, I led you on the wrong path.

      did you translate the module github page into your preferred language? it has all the instructions

      install the module
      launch the web page

      Access it by going to https://onsp.fabriz.co/
      

      create the app on the spotify developers site
      add the redirect URL

      Now add https://onsp.fabriz.co/ as the redirect URI (include the trailing /), so Spotify knows to redirect you here with the credentials
      

      scroll down and press save

      click on Save
      

      add you as a user

      Once you added yourself as a user, go back to the Basic Information tab,
      

      see/copy the clientid and client secret values into the fields on the web page
      Snip20260317_2.png
      press

      authorize  with your Spotify account
      

      Snip20260317_3.png

      on return from authorize it will display the sample module definition for config.js (clipped here so you can see it)
      Snip20260317_4.png

      copy that blob to your config.js
      save and restart MagicMirror

      posted in Entertainment
      S
      sdetweil
    • RE: MMM-OpenWeatherForecast formatting problem?

      @rmonkey one quick test for custom.css, rename it to sone other name

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-ISS by daterell

      @Nidra57 please , code block around config, log, js

      There could be errors shown in the place you start MagicMirror

      If pm2, then

      pm2 logs —lines=xxxx
      

      Where xxxx is the count of most recent lines, default 15

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-OnSpotify Waiting for Authorization

      @videogame95 the refresh token will be created by the module

      Install Module,
      cd to It’s folder
      Run the authorize command line app
      Then go to the web page

      Note that the module requires the Spotify premium account
      As Spotify locks out the free api

      posted in Entertainment
      S
      sdetweil
    • RE: MMM-OpenWeatherForecast formatting problem?

      @wishmaster270 thx… I know you get busy sometimes…

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-OpenWeatherForecast formatting problem?

      @rmonkey I’d also post an issue in the repo GitHub, for the author. Tom is usually very responsive.

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-OpenWeatherForecast formatting problem?

      @videogame95 one shouldn’t have to load more css for out of the box setup.

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-OpenWeatherForecast formatting problem?

      @rmonkey if you comment out forecastLayout what happens
      Use // at the front of that line

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-OpenWeatherForecast formatting problem?

      @rmonkey is it this one

      https://github.com/Tom-Hirschberger/MMM-OpenWeatherForecast

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-OpenWeatherForecast formatting problem?

      @rmonkey can you show the config for this module. Xxx the apikey

      Use the code block around config

      posted in Troubleshooting
      S
      sdetweil
    • RE: Calendar CustomEvents

      @evroom keyword means find this(via regex) in the title, then work rest of customization . ONLY For events that find keyword string

      .* Means all events

      posted in Troubleshooting
      S
      sdetweil
    • RE: RPi5 running hot

      @mvrlogins i think runtime enable/disable just changes its visibility. there are no apis to add/remove modules from the DOM.
      the disable at startup skips adding it as a runtime module… which is completely different

      posted in Hardware
      S
      sdetweil
    • 1 / 1