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 329
    • Groups 2

    Posts

    Recent Best Controversial
    • 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
    • RE: MMM-OpenWeatherForecast

      @Ray
      Hi, I do not know your set up nor do I know when the “in one day” changes to the next day at OpenWeaterMap.
      I use the API Key exactly in this module and only have one instance of the mirror running…
      I just checked my statistics at OpenWeaterMap and I do have at about 112 calls a day. Which is correct as my mirror is shutdown between 11:30pm and 5am.

      Maybe it is a matter of your timezone and calls of the last day are counted in the current one.

      What does your statistic look like

      https://home.openweathermap.org/statistics/onecall_30

      Edit:
      And one small side note. Even if you use different keys the calls a summarized per account

      posted in Troubleshooting
      wishmaster270W
      wishmaster270
    • RE: MMM-OpenWeatherForecast

      @sdetweil In default the module calls the Api every 10 minutes.

      posted in Troubleshooting
      wishmaster270W
      wishmaster270
    • RE: MMM-OpenWeatherForecast

      @megagprime You will need to update to the new fork of the module.
      It does not matter if the old settings worked for years as the provider shut down the old api and you need to use the new api if you want some information to be displayed again.
      The original module did not provide a way to change the url the information is fetched of. Even if you add the apiBaseUrl to the settings the old module will ignore it.
      I released a new version IN MY FORK yesterday which uses the new URL in default. So no need to set the base URL in the settings anymore. The version in my fork before yesterday needed the parameter in the config to work with the new api.

      So either change to my fork and update with:

      cd ~/MagicMirror/modules/MMM-OpenWeatherForecast
      
      git remote set-url origin https://github.com/Tom-Hirschberger/MMM-OpenWeatherForecast.git
      
      git pull
      
      rm -rf node_modules package-lock.json
      
      npm install
      

      Or remove the old module folder and reinstall from this Url:

      My Fork

      posted in Troubleshooting
      wishmaster270W
      wishmaster270
    • RE: MMM-OpenWeatherForecast

      @megagprime

      Hi and sorry for the late reply.
      I am pretty busy with my kids and do not have much time to code at the moments.

      I changed the default url of the module to version 3.0 as 2.5 has been shut down in June.

      I also updated the Readme to respect the latest changes.

      Are you sure you use my fork of the module and not the original one?

      The url of my fork is https://github.com/Tom-Hirschberger/MMM-OpenWeatherForecast/blob/master/README.md

      posted in Troubleshooting
      wishmaster270W
      wishmaster270
    • RE: [MMM-MQTTbridge] A module to publish and receive MQTT messages

      @Cr4z33 Hi and welcome back.
      I still do not have a glue about the RTSP module.

      Can you please provide your RTSP config. I try to reproduce the problem but do not have much time to test at the moment.

      posted in Utilities
      wishmaster270W
      wishmaster270
    • RE: PIR wake up automatically!

      @Sceetch Hi, yes, you will need to add it to the end of the single line that is in the file

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