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

elorand

@elorand

2
Reputation
4
Profile views
4
Posts
0
Followers
0
Following
Joined Sep 5, 2022, 10:10 PM
Last Online Jul 19, 2024, 8:24 AM

elorand Unfollow Follow

Best posts made by elorand

  • RE: MMM-OpenWeatherMapForecast stuck on Loading....

    @sdetweil I couldn’t choose the old 2.5 API when I registered as new user to OpenWeatherMap. Therefore I had no other chance than to go with the 3.0 API.

    @chief depending on the API you are subscribed to, you need to edit the node_helper.js (as mentioned in my previous post). After editing you should restart your magicmirror.

    posted in Utilities
    E
    elorand
    Sep 21, 2022, 2:12 PM
  • RE: MMM-OpenWeatherMapForecast stuck on Loading....

    Hey @ally, I recently ran into the same problem like you.
    I followed all instructions given to you from @sdetweil and finally figured out, what the problem was: openweathermap updated its api to version 3.0!
    Even if you have a free subscription (limiting to 1000 api-calls a day, which is fine unless you stay above a refreshrate of every 3 minutes), you need to edit the link in node_helper.js from

    var url = "https://api.openweathermap.org/data/2.5/onecall" +
    

    to

    var url = "https://api.openweathermap.org/data/3.0/onecall" +
    

    For the free subscription on API-Version 3.0, you need to provide your credit card information, but you can set the maximum of possible API-calls to 1000, so that you will never ever ran into any costs.

    posted in Utilities
    E
    elorand
    Sep 7, 2022, 8:19 PM

Latest posts made by elorand

  • RE: MMM-FeedProvider-Twitter Module

    @celliott TheBodger wrote, that twitter changed its API since they introduced a new user-identification process. He has to do some improvements on the module and removed access to the module on GitHub until it’s working again.

    posted in Troubleshooting
    E
    elorand
    Sep 28, 2022, 2:44 PM
  • RE: MMM-FeedProvider-Twitter Module

    hey @celliott, I’ve got the same problem, but in my case there is not even shown the modules title. I couldn’t find another module, but asked “TheBodger” on GitHub if this module is still working anyway. Feel free to look for his answer over there.

    posted in Troubleshooting
    E
    elorand
    Sep 25, 2022, 7:12 PM
  • RE: MMM-OpenWeatherMapForecast stuck on Loading....

    @sdetweil I couldn’t choose the old 2.5 API when I registered as new user to OpenWeatherMap. Therefore I had no other chance than to go with the 3.0 API.

    @chief depending on the API you are subscribed to, you need to edit the node_helper.js (as mentioned in my previous post). After editing you should restart your magicmirror.

    posted in Utilities
    E
    elorand
    Sep 21, 2022, 2:12 PM
  • RE: MMM-OpenWeatherMapForecast stuck on Loading....

    Hey @ally, I recently ran into the same problem like you.
    I followed all instructions given to you from @sdetweil and finally figured out, what the problem was: openweathermap updated its api to version 3.0!
    Even if you have a free subscription (limiting to 1000 api-calls a day, which is fine unless you stay above a refreshrate of every 3 minutes), you need to edit the link in node_helper.js from

    var url = "https://api.openweathermap.org/data/2.5/onecall" +
    

    to

    var url = "https://api.openweathermap.org/data/3.0/onecall" +
    

    For the free subscription on API-Version 3.0, you need to provide your credit card information, but you can set the maximum of possible API-calls to 1000, so that you will never ever ran into any costs.

    posted in Utilities
    E
    elorand
    Sep 7, 2022, 8:19 PM
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy