tuxlog
Forum Replies Created
-
Forum: Plugins
In reply to: [wp-forecast] Failure notice from provider: No OpenWeathermap data available.Great to hear everything is fine now. I will change the format of sunrise and sunset to use the time format from the site with the next release. So you do not have to edit manually in the future.
Forum: Plugins
In reply to: [wp-forecast] Failure notice from provider: No OpenWeathermap data available.Hi Paul,
thank you for the details. Good to hear it is working now. Currently there is no way to switch sunrise/sunset format from the admin dialog. I will think about changing the format to the format used with the WordPress site. If you want to change manually you can edit func-openweathermap.php and change lines 135 and 140 from
$w['sunrise'] = $sr->format( 'H:i' ); to $w['sunrise'] = $sr->format( 'h:i A' );and
$w['sunset'] = $ss->format( 'H:i' ); to $w['sunset'] = $ss->format( 'h:i A' );This should do the trick.
Forum: Plugins
In reply to: [wp-forecast] wp-forecast does not activateThank you for the feedback, so I closed this topic
Forum: Plugins
In reply to: [wp-forecast] wp-forecast does not activateThank you for giving me this info. Did you get any error messages in the logs or on the screen? Did you isntall on a fresh site or was it an updated site? I can not reproduce this.
Thanks.
Forum: Plugins
In reply to: [wp-forecast] Failure notice from provider: No OpenWeathermap data available.Hello Paul,
can you please give some more infos about your setup. How is the latitude and longitude set or even better a screenshot of your settings but the api key blured. To me this behaviour is typical if the plugin is blocked by a security setting, but lets have a look at the settings first.
Forum: Plugins
In reply to: [wp-forecast] Error with widget displayJust released v8.8 with support for OpenMeteo. Please let me know if you encounter any problems. All accuweather widgets should be converted to OpenMeteo automatically.
Forum: Plugins
In reply to: [wp-forecast] XML Fehler: Not well-formed (invalid token)I just release v8.8. with support for Open-Meteo. Please let me know if you find bugs with the new Open-Meteo api and let me know if you find any other problems. The accuweather widgets should be converted to Open-Meteo automatically, if you used one of the v8.x versions of wp-forecast.
Fingers crossed. 🙂
Forum: Plugins
In reply to: [wp-forecast] Not Found The requested URL was not found on this server.It turns out the problem occurse because accuweather seems to discontinue its service. I just released a new release with support for OpenMeteo instead. Please try this and it should do the trick.
Forum: Plugins
In reply to: [wp-forecast] Error with widget displayDo you have an API Key for OpenWeaterMap V3 or OpenWeatherMap? Please try both settings and you should check if you have the latest version of wp-forecast 8.7 installed. If it worked before you can leave transport at default.
Forum: Plugins
In reply to: [wp-forecast] Error with widget displayDark Sky was removed in Version 8.6, because it was discontinued by the new owner facebook / meta.
So it is OpenWEathermap which stays as an alternative.
My first test with Openmeteo are successful, think I can release it until weekend.
Forum: Plugins
In reply to: [wp-forecast] XML Fehler: Not well-formed (invalid token)After analyzing it, seems accuweather discontinued the api .. trying to fetch the data reeults in HTTP 404 error.
At the moment OPenweathermap is one alternative.
I am working on integrating Openmeteo.com to have one way to go without API and registration..
This will be released within a few days.
Forum: Plugins
In reply to: [wp-forecast] Error with widget displayAfter analyzing it, seems accuweather discontinued the api .. trying to fetch the data reeults in HTTP 404 error.
At the moment OPenweathermap is one alternative.
I am working on integrating Openmeteo.com to have one way to go without API and registration..
This will be released within a few days.
Forum: Plugins
In reply to: [wp-forecast] XML Fehler: Not well-formed (invalid token)Thanks for your hint, I figured out accuweather has either server problems or disabled the free api. So the only solution at the moment is switching to OpenWeatherMap, but you must get an API key to use it. I will check if I can find another easier to use Weatherdataprovider as an better alternative.
Forum: Plugins
In reply to: [wp-forecast] Error with widget displayThanks for your replay, meanwhile I figured out accuweather has either server problems or disabled the free api. So the only solution at th emoment is switching to OpenWeatherMap, but you must get an API key to use it. I will check if I can find another easier to use Weatherdataprovider as an better alternative.
Forum: Plugins
In reply to: [wp-forecast] Error with widget displayWell, this messagemeans the plugin can not get the weather data. Did you try a connection test (admin panel of wp-forecast) to see if something is wrong with the connection parameters.
Do you use accuweather or OpenWeatherMap?