Hello,
Since the MMM-Forecast-IO (by @dmcinnes) retrieves it’s data from the Darksky API, it would be great to incorporate integrate the ‘Feels like temperature’ to the module as well.
In addition, wind speed would be great as well.
Cheers
Hello,
Since the MMM-Forecast-IO (by @dmcinnes) retrieves it’s data from the Darksky API, it would be great to incorporate integrate the ‘Feels like temperature’ to the module as well.
In addition, wind speed would be great as well.
Cheers
@mumblebaj Got it - thanks for looking into this. I’ve seen similar behavior on the iOS Narwahl Reddit client; you won’t see any posts unless you’re logged in.
Since maybe a week I’m seeing the below error in the MMM-Reddit module. No changes were made on my end. Reddit likely made changes to its API.
Any idea how to fix this? Thanks!
1|MagicMir | [2026-06-03 06:23:41.235] [ERROR] Error fetching Reddit data: 403 Blocked
@mumblebaj Thanks - mine is (partially) working now as well. It came back this morning, so it must have been a Reddit API glitch. I’m going to experiment a bit more over the weekend, as it’s not showing all my posts (config says 10, but it fluctuates between 1 and 4…).
@sdetweil Yup, that’s what I have - sample of config here:
let config = {
address: "0.0.0.0", // Address to listen on, can be:
// - "localhost", "127.0.0.1", "::1" to listen on loopback interface
// - another specific IPv4/6 to listen on a specific interface
// - "0.0.0.0", "::" to listen on any interface
// Default, when address config is left out or empty, is "localhost"
port: 8080,
basePath: "/", // The URL path where MagicMirror² is hosted. If you are using a Reverse proxy
// you must set the sub path here. basePath must end with a /
ipWhitelist: [], // Set [] to allow all IP addresses
// or add a specific IPv4 of 192.168.1.5 :
// ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"],
// or IPv4 range of 192.168.3.0 --> 192.168.3.15 use CIDR format :
// ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"],
Hello - for some reason my mirror was throwing some errors, so I decided on a fresh install. All is working fine again, but the MMM-Reddit module is now throwing the following errror:
1|MagicMirror | [2025-10-08 21:10:31.589] [ERROR] Error fetching Reddit data: 403 Blocked
I did various troubleshooting steps, incl. using the original config with the default module config (see below).
Any idea what could cause this? My Mirror is up to date, and there are no other errors currently.
{
module: "MMM-Reddit",
position: "bottom_left",
disabled: false,
config: {
subreddit: ['television', 'science', 'nottheonion'],
headerType: 'chained',
displayType: 'image',
count: 14,
show: 1,
width: 400,
showAll: true,
showScore: false,
showSubreddit: true,
colorText: false,
showThumbnail: false,
}
},
@KristjanESPERANTO said in [MMM-Remote-Control] Cannot GET /remote.html:
the Node website
Experiencing the same issue… Created a clean install of MM over the weekend and am getting the same error. NVM is updated. :-(
@sdetweil Removed the URL, app is loading but the same issue:
I even double-checked the lat/long, and aligned them (‘geo coords’) exactly with what’s listed for my location on the OpenWeather.org site.