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

    Posts

    Recent Best Controversial
    • RE: Screen saver module that displays photos

      @cpcode Hi, I use a similar thing in my mirror.

      I use MMM-ProfileSwitcher with MMM-ProfileControl to realise pages.

      My MMM-Screen-Powersave-Notification supports switching to a specific profile instead of turning the screen off.

      I my case I display MMM-BackgroundSlideshow of one of my pages (one profile) and switch to this page during Screensave.

      I installed MMM-Touch and send a USER_PRESENCE notification if the screen gets touched.

      posted in Development
      wishmaster270W
      wishmaster270
    • RE: MMM-OpenWeatherForecast deactivate Alerts or change to german

      @com1cedric

      Hi,

      as I wrote in the issue you opened the module also calls the api with the correct language settings.
      I the description of the language setting of OpenWeather there is a hint that some alert providers do not provide translations.

      posted in Utilities
      wishmaster270W
      wishmaster270
    • RE: Synology Docker Tutorial?

      @techeros Sorry. But you can use the container manager gui in the Web interface for most of the job. No need to pull or remove any images on the shell manually.

      posted in Troubleshooting
      wishmaster270W
      wishmaster270
    • RE: Cannot get MMM-EmbedURL to show any sites

      @unaccomplished
      Hi,

      just tried your config in my setup and everything worked as expected.

      The question is…where are the differences in your and mine setup.

      As a first try you can replace embedElementType: "webview," with embedElementType: "iframe,".

      If the embeded pages does not block embedding iframe should work and you do not weaken any security settings of the electron browser.

      Additionally you can replace "frameborder=0", with "frameborder=1",. You should see two boxes at least then. Even if the sites could not be embedded.

      @sdetweil Are you sure you set the security settings of electron? Without them electron will not support webview and will not display anything.

      posted in Troubleshooting
      wishmaster270W
      wishmaster270
    • RE: MMM-EmbedURL with MMM-Pages - Website reload....

      @BKeyport Sorry, to one I’m the documentation is the correct one.

      Great to hear it is working.

      posted in Troubleshooting
      wishmaster270W
      wishmaster270
    • RE: MMM-EmbedURL with MMM-Pages - Website reload....

      @sdetweil
      Hi Sam,

      you are right. But i do not want the content to be fixed as some users want the content to be recreated after the configured interval.

      I just released a new version 0.0.8 of the module which introduces a updateDomOnShow option. If the option is set to false the module uses the old html elements after a resume. Maybe this fixes the issue.

      posted in Troubleshooting
      wishmaster270W
      wishmaster270
    • RE: MMM-EmbedURL with MMM-Pages - Website reload....

      @sdetweil Hi, the module calls the updateDom function every time it gets resumed in the current implementation.

      I am not sure if I can implemt a block option to skip the update dom but reset the timer for the regular updates.

      posted in Troubleshooting
      wishmaster270W
      wishmaster270
    • RE: MMM-DynamicWeather Failed getting api: 401

      @JohnGalt
      Hi,

      you will need to change line 108 in MMM-DynamicWeather.js and line 130 in MMM-DynamicWeather.ts.

      Both show this at the moment:

      this.url = "https://api.openweathermap.org/data/2.5/weather?appid=" + this.config.api_key; 
      

      And you will need to change it to:

      this.url = "https://api.openweathermap.org/data/3.0/onecall?appid=" + this.config.api_key;
      

      But no guarantee this will work.

      posted in Troubleshooting
      wishmaster270W
      wishmaster270
    • RE: MMM-DynamicWeather Failed getting api: 401

      @JohnGalt
      Hi,

      this module uses the old OpenWeater Map Api in version 2.5 to get the current weather.
      This version of the Api stopped working recently.
      The module needs to be migrated to the new version 3 Api.
      As the data is returned in nearly the same format as before it might be enough to change the version in the hard coded Url of 2.5 to 3.

      You will also need to get a new Api key for the new version. You will need to provide credit card information but 1000 calls a day a free.

      posted in Troubleshooting
      wishmaster270W
      wishmaster270
    • RE: MMM-OpenWeatherForecast

      Just to make clear.
      The requestDelay is only used for the time between the start of the mirror and the first fetch of the data.
      For all following the updateInterval in seconds is used.

      The module sends is weather info, too. But I think both modules are not capable of use the info provided by notification at the moment

      posted in Troubleshooting
      wishmaster270W
      wishmaster270
    • 1
    • 2
    • 3
    • 4
    • 5
    • 33
    • 34
    • 2 / 34