@Mykle1 That is much more realistic than my result! Well, that means I screwed up somewhere, thanks for double-checking!
Looking at it, I see my problem. I had long, not lng.
@Mykle1 That is much more realistic than my result! Well, that means I screwed up somewhere, thanks for double-checking!
Looking at it, I see my problem. I had long, not lng.
@sdetweil Removing the quotes didn’t help, unfortunately. That was actually a quote from my config for MMM-OpenWeatherMap and I don’t have issues with that (or at least, it seems that its giving me appropriate weather data).
I’ve hidden the image as that is not something I’m interested in (this module works fabulously alongside ones that display a picture of Earth), but I’m assuming the API being down (and me not using it before) is why it has my sunrise/sunset times off (sunrise at ~2AM and sunset at noon)? My lat/long is accurate, double-checked on Google Maps.
@SiDuMo Thank you! I’ve been struggling to get my calendar looking the way I want, so the config helps.
@SiDuMo What calendar module is that?
Is there a way to make MMM-MyScoreboard to display something (header or “no games today”) when there are no games being displayed? I’m running MMM-Carousel, so it looks like something went wrong on that page and took me a bit before I figured out what was going on and stopped troubleshooting what wasn’t broken.
My current config.js for it (if it matters):
{
module: "MMM-MyScoreboard",
position: "top_bar",
classes: "default everyone",
header: "My Scoreboard",
config: {
showLeagueSeparators: true,
colored: true,
viewStyle: "stackedWithLogos",
highlightWinners: true,
showRankings: true,
sports: [
{
league: "MLB",
teams: ["CIN"],
},
{
league: "NFL",
teams: ["CIN"],
},
{
league: "MLS",
teams: ["CIN"],
},
{
league: "NCAAF",
teams: ["CIN"],
},
{
league: "NCAAM",
teams: ["CIN", "BUT", "XAV"],
},
{
league: "NCAAM_MM",
label: "March Madness",
}
]
}
},
@monkeyking Do you mind putting out there your list of modules that you’re using?
@Genosphere try the fix that @oemel09 mentioned here and see if that fixes the number of days issue