• 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. Peter
  3. Posts
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
P
Offline
  • Profile
  • Following 2
  • Followers 2
  • Topics 20
  • Posts 211
  • Groups 0

Posts

Recent Best Controversial
  • RE: 2.29.0 Weather Module w/api v3.0 works, sort of…

    @HeikoGr what does it show in the header?
    And do you see the right weather for your location?
    Peter

    posted in Troubleshooting
    P
    Peter
    Oct 8, 2024, 8:27 PM
  • RE: 2.29.0 Weather Module w/api v3.0 works, sort of…

    @HeikoGr does it show country and city in the header?
    Peter

    posted in Troubleshooting
    P
    Peter
    Oct 8, 2024, 8:14 PM
  • RE: 2.29.0 Weather Module w/api v3.0 works, sort of…

    @reilley did you get it working with city, country?
    Peter

    posted in Troubleshooting
    P
    Peter
    Oct 8, 2024, 7:11 PM
  • RE: Default weather module stuck loading after latest MM update

    @sdetweil Adding ‘weatherEndpoint: “/onecall”,’’ gives some kind of weather, but for the wrong location I presume (26C but it is only 15C here).
    So, location ID does not work with API 3.0; it worked with 2.5.
    Somebody have the solution?
    Lat/ Lon?

    Peter

    posted in Troubleshooting
    P
    Peter
    Oct 8, 2024, 6:19 PM
  • RE: Default weather module stuck loading after latest MM update

    This is my config, maybe somebody can tell me what is wrong?

    {
    module: "weather",
    position: "top_right",
    config: {
    weatherProvider: "openweathermap",
    type: "current",
    location: "Apeldoorn",
    locationID: "2759705", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
    apiKey: "xxxxxxxxxxxxxxxxxxxxxx"
    }
    },
    {
    module: "weather",
    position: "top_right",
    header: "Weersverwachting",
    config: {
    colored: true,
    weatherProvider: "openweathermap",
    type: "forecast",
    location: "Apeldoorn",
    locationID: "2759705", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
    apiKey: "xxxxxxxxxxxxxxxxxx"
    }
    },
    
    posted in Troubleshooting
    P
    Peter
    Oct 7, 2024, 6:15 PM
  • RE: Default weather module stuck loading after latest MM update

    @sdetweil same problem here.
    Upgraded my Openweather account, added paymentdetails (seemed to worked well), generated a new API key (how can I see it is a 3.0 key?)
    Used your upgrade script, Sam.
    Entered the new key in my config.
    Everything works fine except the default weathermodule.
    Peter

    posted in Troubleshooting
    P
    Peter
    Oct 7, 2024, 5:44 PM
  • RE: v2.29.0 weather module issue

    @sdetweil Sam, do you know how many calls the default weather module makes per day?
    Am I right: default is every 10 minutes, so 24x6 per day?
    I have two Magic mirrors (1 for me and 1 for my daughter) using the same API.
    I would like to use the API (3.0) for free, so use not more than 1000 calls per day.
    Thanks for your answer in advance.
    Peter

    posted in Bug Hunt
    P
    Peter
    Oct 2, 2024, 5:53 PM
  • RE: Time format

    @sdetweil thanks Sam!
    Works great!
    Peter

    posted in Troubleshooting
    P
    Peter
    Sep 2, 2024, 10:15 AM
  • Time format

    Probably very simple, but how can I change the time format in the default calendar module?
    I wanted to see not only the date but also the time.
    So I added “MMM Do HH:mm” to dateFormat.
    But now it displays: sept. 1ste 23.00.
    I would like it to display: 1 sept 23.00
    Thanks!
    Peter

    posted in Troubleshooting
    P
    Peter
    Sep 1, 2024, 6:56 PM
  • RE: [MMM-Pir] v1.1.0 -- bookworm update

    @Jalibu thanks, I will try that.
    Peter

    posted in System
    P
    Peter
    May 10, 2024, 6:57 PM
  • 1 / 1
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