@j-e-f-f Thx a lot! Its working now as expected.
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast
-
RE: MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast
@karsten13 said in MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast:
label_sunriseTimeFormat: “k:mm”,
Not working: :(
iconset: "3c", label_hourlyTimeFormat: "k[ Uhr]", label_sunriseTimeFormat: "hh:mm", label_sunsetTimeFormat: "k:mm", label_days: ["So", "Mo", "Di", "Mi", "Do", "Fr", "Sa"] }
i also tried:
label_sunsetTimeFormat: "hh:mm",
also not working. The sunset on top is still not in german timeformat.
-
RE: MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast
Did anyone have an idea how to chage the timeformat from sundown?
Now its displayed: 6:20… i want to have 18:20
I already changed the rest. -
RE: MMM-Pages - WeatherModules: LockStrings active
@sdetweil Thanks for you fast reply.
Im a bit new to MM2 so i will learn how to uptade modules and MM2 itself.I inspected this and got a similar answer by myself… this modules are “the culprit”, not MMM-Page ;)
In the meantime i found a good replacement for OpenWeatherMap. OpenWeatherForecast- very nice. I will play a bit around…
-
RE: MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast
@oberfragger ok. Got sunrise working in german. There was a missing config line:
label_sunriseTimeFormat: "hh:mm",
and also with the time… also a typo (forgot the “hourly”):
label_hourlyTimeFormat: "k[h]",
I edited this to:
label_hourlyTimeFormat: "k[ Uhr]",
Still inspecting the storm warning in german…
-
RE: MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast
Nice Module.
But i dont get the german time format (24H) not working. And do you have any idea how to have the germany translation of the warnings?
Here is my config:
{ module: "MMM-OpenWeatherForecast", position: "top_right", // header: "Forecast", config: { apikey: "myKey", //only string here latitude: 53, //number works here longitude: 10, //so does a string language: "de", forecastHeaderText: "Wetter Vorhersage für ....", iconset: "3c", label_timeFormat: "k[h]", label_days: ["So", "Mo", "Di", "Mi", "Do", "Fr", "Sa"] } },
-
RE: MMM-Pages - WeatherModules: LockStrings active
@oberfragger Somehow…something needs to be changed…
I needs to run a few minutes an then its working.https://forum.magicmirror.builders/topic/10486/why-does-currentweather-use-lockstring
-
RE: MMM-Pages - WeatherModules: LockStrings active
@oberfragger
This one fixed itself… i dont have any clue why. -
MMM-Pages - WeatherModules: LockStrings active
Hi,
i have the MagicMirror running with various Modules.When the Mirror loads, the WeatherModules are shown correctly. But when “finished” loading after 2-3 seconds, the Modules
MMM-OpenmapWeather and
weatherforecast are not shown!Development console means:
Will not show MMM-OpenmapWeather. LockStrings active: module_11_MMM-OpenmapWeather Will not show weatherforecast. LockStrings active: module_13_weatherforecast
The strange thing- it was working, i added one module changed the config.js, revert the change and then the Modules are not shown.
Do you have any idea to fix that.
-
RE: MMM-TelegramBot : Control MM on Telegram
Hi,
i dont get this to work.I already have setup a bot for ioBroker. I want to have this Notifications also in the MagicMirror.
Is that even possible to use the same token on 2 devices?- because when i enter the API Token in the MagicMirror-Config i get some warning in ioBroker and no chat or something in MM2.
warn: telegram.0 (17441) polling_error: ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
My config looks like
{ module: 'MMM-TelegramBot', config: { telegramAPIKey : 'Api-Token', allowedUser : ['username'] } },
I use pages and i have fixed “MMM-TelegramBot”.