Thanks! Works perfectly.
Read the statement by Michael Teeuw here.
Best posts made by CliffordW
-
RE: MMM-BMW just displaying 'boring weather'
@Mykle1 I wasn’t aware of the new version, so I’ll go there. I entered my pws, I didn’t purchase a key. I’ll assume it’s an api issue.
Thanks!
Working already! I love the look, thanks for a fantastic extension. I wish I could MMM-CalendarExt working so easily.
-
Possible to auto-update MM and modules?
Just wondering if there is some way to get the MM to update itself? During a restart would be great.
Is this possible somehow?
Latest posts made by CliffordW
-
MMM-COVID19 not updating
Screen says: statistic taken October 9, 3:04am. I tried a git pull to update the module, but no change.
-
RE: Weather module works for current, shows 'loading' for forecast
@sdetweil Still not working.Any suggestions how I might troubleshoot this?
I found this in the log:
Failed to load resource: the server responded with a status of 401 (Unauthorized)
A very long url to openweather is included.
I tried using the ‘current’ apikey for forecast, the error disappeared, but still no display.
-
RE: Weather module works for current, shows 'loading' for forecast
@sdetweil This is the closest thing I can find reporting as an error. However, I commented out the forecast module, and this error is still reported.
-
RE: Weather module works for current, shows 'loading' for forecast
@sdetweil I created a new api key, and also commented out the ‘current’ module and no change. I brought up the console, but frankly I don’t know what I’m looking for.
-
Weather module works for current, shows 'loading' for forecast
Strangest thing. I copy / pasted the code and changed it from current to forecast, but now forecast won’t load. (apikey truncated)
```
{
module: “weather”,
// https://docs.magicmirror.builders/modules/currentweather.html#using-the-module
position: “top_right”,
config: {
type: ‘current’,
locationID: “6183235”,
timeFormat: 12,
roundTemp: true,
apiKey: “4cb7ea4dfe63102a5735”
}
},
{
module: “weather”,
// https://docs.magicmirror.builders/modules/currentweather.html#using-the-module
position: “top_right”,
config: {
type: ‘forecast’,
locationID: “6183235”,
timeFormat: 12,
roundTemp: true,
apiKey: “4cb7ea4dfe63102a5735”
}
}, -
RE: MMM-BackgroundSlideshow just shows black screen
@sdetweil As I suspected. I rebuilt it, and it’s working now. Obviously some kind of newbie error. Thanks again!
-
RE: MMM-BackgroundSlideshow just shows black screen
@sdetweil Considering how early on I am, I’m just going to wipe it clean and start again. Thanks for your help, I’ll be back to let you know either way.
-
RE: MMM-BackgroundSlideshow just shows black screen
I thought I had, but I did it again. Does the message mean something is ‘wrong’?
-
MMM-BackgroundSlideshow just shows black screen
To start, I just copy/pasted the code directly from the page. I have checked and I have the sample images in the folder. Any ideas what I’m doing wrong?
var config = { address: "localhost", // 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, is "localhost" port: 8080, ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"], // 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"], language: "en", timeFormat: 24, units: "metric", // serverOnly: true/false/"local" , // local for armv6l processors, default // starts serveronly and then starts chrome browser // false, default for all NON-armv6l devices // true, force serveronly mode, because you want to.. no UI on this device modules: [ { module: 'MMM-BackgroundSlideshow', position: 'fullscreen-below', config: { imagePaths: ['modules/MMM-BackgroundSlideshow/exampleImages/'], transitionImages: true, slideshowSpeed: 1000, // 1000 is 10 seconds randomizeImageOrder: true } } ] };
-
RE: Error while updating.
@sdetweil Thanks Sam. There are actually two update scripts on that page. Can I assume either one is fine?